For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 8 replies, 3 voices, and was last updated 20 years, 11 months ago by
Riyad Kalla.
-
AuthorPosts
-
jporcheMemberI have an existing Eclipse project organized in our own directotry structure. It is too late in our development process to create a new MyEclipse Web Project, etc. Basically I am trying to evaluate JSP editors and JSF integration for the next version of our software.
The JSP Editor is unusable. Opening a JSP file take 30 to 40 seconds. Is there some way to disable the TLD lookup (which I suppose is the root of the problem) or get it to work when not being used inside a “Web Project”
September 8, 2005 at 10:12 am #236895
Scott AndersonParticipantCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context to try to determine what the issue is. Also, can you give us some metrics on project size and number of jars on the build path and tlds in WEB-INF?
September 8, 2005 at 10:15 am #236899
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Please also provide the command line args you are using to start MyEclipse.
September 8, 2005 at 11:43 am #236923
jporcheMemberWhat operating system and version are you running?
WindowsXP
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
3.1.0 I2005027-1435– Milestone releases of Eclipse 3.1 are *not* compatible with MyEclipse 4.0
– Was Eclipse freshly installed for MyEclipse?
No.– If not, was it upgraded to its current version using the update manager?
No. It is the latest version of Eclipse 3.1
– Are any other external plugins installed?
Rational ClearCase SCM Adapter 6.0.24
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)4.0GA
What JDK version are you using to run Eclipse? (java -version)
1.5.0_04-b05
What JDK version are you using to launch your application server?
1.5.0_02-b09
What steps did you take that resulted in the issue?
Just tried to open a JSP file for editing.
What application server are you using?
Apache Tomcat 5.0.28
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
Yes. How can I send them as an attachment? Or should I just post the entire contents on this forum?[/b]
September 8, 2005 at 11:45 am #236924
jporcheMemberForgot this one:
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
org.eclipse.pde.build_3.1.0
org.eclipse.pde.doc.user_3.1.0
org.eclipse.pde.unit.runtime_3.1.0
org.eclipse.pde.source_3.1.0September 8, 2005 at 11:57 am #236926
jporcheMember@support-scott wrote:
Also, can you give us some metrics on project size and number of jars on the build path and tlds in WEB-INF?
This is a large project
Jars in Eclipse project build path: 40 (17.3 MB)
TLD files: 11
Class files in WEB-INF/classes: 1035 (18 MB)
JSP Files: 291September 8, 2005 at 12:02 pm #236928
jporcheMemberOur current project’s directory structure is as follows:
<project-root>
–>src (.java source files)
–>web
–>WEB-INF (does not actually contains our JAR or TLD files)
–>pages (JSP files contained here)Our build scripts pull in third party TLD and JAR files from our source control which is kept outside of our project directory. the files are not actually kept in the projects directory structure.
September 8, 2005 at 12:47 pm #236940
jporcheMemberHere are the contents in my log file:
!SESSION 2005-09-07 12:50:43.108 ———————————————–
eclipse.buildId=I20050627-1435
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:46.639
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.emf.event_3.0.0.1/ Bundle “com.ibm.etools.emf.event” version “3.0.0.1” has already been installed from: update@plugins/com.ibm.etools.emf.event_3.0.0.1/!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.92
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.draw2d_3.1.0/ Bundle “org.eclipse.draw2d” version “3.1.0” has already been installed from: update@plugins/org.eclipse.draw2d_3.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.92
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ant_2.1.0/ Bundle “org.eclipse.emf.ant” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ant_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.92
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore.ui_2.1.0/ Bundle “org.eclipse.emf.codegen.ecore.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen.ecore.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.92
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.1.0/ Bundle “org.eclipse.emf.codegen.ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen.ecore_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.108
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ui_2.1.0/ Bundle “org.eclipse.emf.codegen.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.108
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen_2.1.0/ Bundle “org.eclipse.emf.codegen” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.108
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.common.ui_2.1.0/ Bundle “org.eclipse.emf.common.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.common.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.108
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.commonj.sdo_2.1.0/ Bundle “org.eclipse.emf.commonj.sdo” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.commonj.sdo_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.108
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.common_2.1.0/ Bundle “org.eclipse.emf.common” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.common_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.108
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.change.edit_2.1.0/ Bundle “org.eclipse.emf.ecore.change.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.change.edit_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.124
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.change_2.1.0/ Bundle “org.eclipse.emf.ecore.change” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.change_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.124
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.editor_2.1.0/ Bundle “org.eclipse.emf.ecore.editor” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.editor_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.124
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.edit_2.1.0/ Bundle “org.eclipse.emf.ecore.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.edit_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.124
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo.editor_2.1.0/ Bundle “org.eclipse.emf.ecore.sdo.editor” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.sdo.editor_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.124
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo.edit_2.1.0/ Bundle “org.eclipse.emf.ecore.sdo.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.sdo.edit_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.124
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo_2.1.0/ Bundle “org.eclipse.emf.ecore.sdo” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.sdo_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.124
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.1.0/ Bundle “org.eclipse.emf.ecore.xmi” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.xmi_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.139
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore_2.1.0/ Bundle “org.eclipse.emf.ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.139
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.edit.ui_2.1.0/ Bundle “org.eclipse.emf.edit.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.edit.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.139
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.edit_2.1.0/ Bundle “org.eclipse.emf.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.edit_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.139
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.importer.ecore_2.1.0/ Bundle “org.eclipse.emf.importer.ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer.ecore_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.139
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.importer.java_2.1.0/ Bundle “org.eclipse.emf.importer.java” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer.java_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.139
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.importer.rose_2.1.0/ Bundle “org.eclipse.emf.importer.rose” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer.rose_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.139
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.importer_2.1.0/ Bundle “org.eclipse.emf.importer” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.155
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2ecore.editor” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.155
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2ecore_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.155
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2xml.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.155
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2xml” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2xml_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.155
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ui_2.1.0/ Bundle “org.eclipse.emf.mapping.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.155
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping_2.1.0/ Bundle “org.eclipse.emf.mapping” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.171
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf_2.1.0/ Bundle “org.eclipse.emf” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.171
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.gef_3.1.0/ Bundle “org.eclipse.gef” version “3.1.0” has already been installed from: update@plugins/org.eclipse.gef_3.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.171
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.beaninfo_1.1.0/ Bundle “org.eclipse.jem.beaninfo” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.beaninfo_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.171
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.proxy_1.1.0/ Bundle “org.eclipse.jem.proxy” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.proxy_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.171
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.ui_1.1.0/ Bundle “org.eclipse.jem.ui” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.ui_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.171
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.util_1.1.0/ Bundle “org.eclipse.jem.util” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.util_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.186
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.workbench_1.1.0/ Bundle “org.eclipse.jem.workbench” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.workbench_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.186
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem_1.1.0/ Bundle “org.eclipse.jem” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 12:50:47.217
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.xsd_2.1.0/ Bundle “org.eclipse.xsd” version “2.1.0” has already been installed from: update@plugins/org.eclipse.xsd_2.1.0.jar!ENTRY org.eclipse.core.resources 2 10035 2005-09-07 12:50:51.46
!MESSAGE A workspace crash was detected. The previous session did not exit normally.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 12:51:29.624
!MESSAGE Skipping builder org.eclipse.wst.validation.validationbuilder for project cisco-unity-admin. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:38.796
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\css_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:38.842
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\forms_lists_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:38.858
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\htmlform_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:38.889
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\html_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:38.921
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\javascript_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:38.983
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\jsf_f_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:39.46
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\jsf_h_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:39.92
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\struts_bean_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:39.155
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\struts_html_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:39.186
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\struts_logic_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2005-09-07 12:51:39.264
!MESSAGE Installed snippet library: c:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\snippets\struts_tiles_snippets.xml!ENTRY com.genuitec.eclipse.core 1 0 2005-09-07 12:52:31.639
!MESSAGE Unable to locate .myeclipse.properties file
!SESSION 2005-09-07 13:41:16.405 ———————————————–
eclipse.buildId=I20050627-1435
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.686
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.emf.event_3.0.0.1/ Bundle “com.ibm.etools.emf.event” version “3.0.0.1” has already been installed from: update@plugins/com.ibm.etools.emf.event_3.0.0.1/!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.702
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.draw2d_3.1.0/ Bundle “org.eclipse.draw2d” version “3.1.0” has already been installed from: update@plugins/org.eclipse.draw2d_3.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.702
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ant_2.1.0/ Bundle “org.eclipse.emf.ant” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ant_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.702
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore.ui_2.1.0/ Bundle “org.eclipse.emf.codegen.ecore.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen.ecore.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.717
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.1.0/ Bundle “org.eclipse.emf.codegen.ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen.ecore_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.717
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ui_2.1.0/ Bundle “org.eclipse.emf.codegen.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.717
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen_2.1.0/ Bundle “org.eclipse.emf.codegen” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.733
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.common.ui_2.1.0/ Bundle “org.eclipse.emf.common.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.common.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.733
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.commonj.sdo_2.1.0/ Bundle “org.eclipse.emf.commonj.sdo” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.commonj.sdo_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.733
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.common_2.1.0/ Bundle “org.eclipse.emf.common” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.common_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.733
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.change.edit_2.1.0/ Bundle “org.eclipse.emf.ecore.change.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.change.edit_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.733
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.change_2.1.0/ Bundle “org.eclipse.emf.ecore.change” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.change_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.733
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.editor_2.1.0/ Bundle “org.eclipse.emf.ecore.editor” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.editor_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.733
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.edit_2.1.0/ Bundle “org.eclipse.emf.ecore.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.edit_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.733
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo.editor_2.1.0/ Bundle “org.eclipse.emf.ecore.sdo.editor” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.sdo.editor_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.733
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo.edit_2.1.0/ Bundle “org.eclipse.emf.ecore.sdo.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.sdo.edit_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.749
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo_2.1.0/ Bundle “org.eclipse.emf.ecore.sdo” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.sdo_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.749
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.1.0/ Bundle “org.eclipse.emf.ecore.xmi” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.xmi_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.749
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore_2.1.0/ Bundle “org.eclipse.emf.ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.749
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.edit.ui_2.1.0/ Bundle “org.eclipse.emf.edit.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.edit.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.749
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.edit_2.1.0/ Bundle “org.eclipse.emf.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.edit_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.764
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.importer.ecore_2.1.0/ Bundle “org.eclipse.emf.importer.ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer.ecore_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.764
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.importer.java_2.1.0/ Bundle “org.eclipse.emf.importer.java” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer.java_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.764
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.importer.rose_2.1.0/ Bundle “org.eclipse.emf.importer.rose” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer.rose_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.764
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.importer_2.1.0/ Bundle “org.eclipse.emf.importer” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.764
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2ecore.editor” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.764
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2ecore_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.764
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2xml.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.780
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2xml” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2xml_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.780
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ui_2.1.0/ Bundle “org.eclipse.emf.mapping.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ui_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.780
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping_2.1.0/ Bundle “org.eclipse.emf.mapping” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.780
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf_2.1.0/ Bundle “org.eclipse.emf” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf_2.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.780
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.gef_3.1.0/ Bundle “org.eclipse.gef” version “3.1.0” has already been installed from: update@plugins/org.eclipse.gef_3.1.0.jar!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.780
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.beaninfo_1.1.0/ Bundle “org.eclipse.jem.beaninfo” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.beaninfo_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.796
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.proxy_1.1.0/ Bundle “org.eclipse.jem.proxy” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.proxy_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.796
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.ui_1.1.0/ Bundle “org.eclipse.jem.ui” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.ui_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.796
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.util_1.1.0/ Bundle “org.eclipse.jem.util” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.util_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.796
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.workbench_1.1.0/ Bundle “org.eclipse.jem.workbench” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.workbench_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.796
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem_1.1.0/ Bundle “org.eclipse.jem” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem_1.1.0/!ENTRY org.eclipse.update.configurator 2005-09-07 13:41:17.811
!MESSAGE Could not install bundle ../Program Files/MyEclipse/eclipse/plugins/org.eclipse.xsd_2.1.0/ Bundle “org.eclipse.xsd” version “2.1.0” has already been installed from: update@plugins/org.eclipse.xsd_2.1.0.jar!ENTRY org.eclipse.core.resources 2 10035 2005-09-07 13:41:18.983
!MESSAGE A workspace crash was detected. The previous session did not exit normally.!ENTRY com.genuitec.eclipse.core 1 0 2005-09-07 13:41:22.842
!MESSAGE Unable to locate .myeclipse.properties file!ENTRY org.eclipse.core.resources 2 1 2005-09-07 13:42:42.702
!MESSAGE Skipping builder org.eclipse.wst.validation.validationbuilder for project cisco-unity-admin. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.ui 4 0 2005-09-07 13:56:48.952
!MESSAGE Warning: Detected recursive attempt by part com.genuitec.eclipse.webdesigner.jspeditor to create itself (this is probably, but not necessarily, a bug)
!STACK 1
org.eclipse.ui.PartInitException: Warning: Detected recursive attempt by part com.genuitec.eclipse.webdesigner.jspeditor to create itself (this is probably, but not necessarily, a bug)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:543)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:477)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:402)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:372)
at org.eclipse.ui.internal.WorkbenchPage.findEditor(WorkbenchPage.java:1772)
at com.genuitec.eclipse.core.util.EditorUtil.getEditorForInput(Unknown Source)
at com.genuitec.eclipse.core.util.EditorUtil.checkConflictingEditor(Unknown Source)
at com.genuitec.eclipse.webdesigner.htmleditor.HTMLMultiPageEditorPart.init(HTMLMultiPageEditorPart.java:765)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
at org.eclipse.ui.internal.PartStack.handleDeferredEvents(PartStack.java:1066)
at org.eclipse.ui.internal.LayoutPart.deferUpdates(LayoutPart.java:402)
at org.eclipse.ui.internal.PartSashContainer.handleDeferredEvents(PartSashContainer.java:1304)
at org.eclipse.ui.internal.LayoutPart.deferUpdates(LayoutPart.java:402)
at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1253)
at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1243)
at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1217)
at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:1272)
at org.eclipse.ui.internal.EditorPane.doHide(EditorPane.java:54)
at org.eclipse.ui.internal.PartStack.close(PartStack.java:495)
at org.eclipse.ui.internal.EditorStack.close(EditorStack.java:197)
at org.eclipse.ui.internal.PartStack$1.close(PartStack.java:102)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:81)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:276)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$1.closeButtonPressed(DefaultTabFolder.java:67)
at org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners(PaneFolder.java:563)
at org.eclipse.ui.internal.presentations.PaneFolder$3.close(PaneFolder.java:190)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2075)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:292)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
!SUBENTRY 1 org.eclipse.ui 4 0 2005-09-07 13:56:48.967
!MESSAGE Warning: Detected recursive attempt by part com.genuitec.eclipse.webdesigner.jspeditor to create itself (this is probably, but not necessarily, a bug)!ENTRY org.eclipse.ui 4 0 2005-09-07 14:01:02.124
!MESSAGE Unable to create editor ID com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor: Project ‘cisco-unity-admin’ is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-config.xml. The default XML Editor has been used to open the file instead.
!STACK 1
org.eclipse.ui.PartInitException: Project ‘cisco-unity-admin’ is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-config.xml. The default XML Editor has been used to open the file instead.
at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.init(StrutsConfigEditor.java:473)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2325)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131)
at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
!SUBENTRY 1 org.eclipse.ui 4 0 2005-09-07 14:01:02.124
!MESSAGE Project ‘cisco-unity-admin’ is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-config.xml. The default XML Editor has been used to open the file instead.!ENTRY org.eclipse.ui 4 0 2005-09-07 14:09:03.546
!MESSAGE Unable to create editor ID com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor: Project ‘cisco-unity-admin’ is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-config.xml. The default XML Editor has been used to open the file instead.
!STACK 1
org.eclipse.ui.PartInitException: Project ‘cisco-unity-admin’ is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-config.xml. The default XML Editor has been used to open the file instead.
at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.init(StrutsConfigEditor.java:473)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:753)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2323)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131)
at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
!SUBENTRY 1 org.eclipse.ui 4 0 2005-09-07 14:09:03.546
!MESSAGE Project ‘cisco-unity-admin’ is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-config.xml. The default XML Editor has been used to open the file instead.
!SESSION 2005-09-07 14:12:27.155 ———————————————–
eclipse.buildId=I20050627-1435
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY org.eclipse.core.resources 2 10035 2005-09-07 14:12:30.702
!MESSAGE A workspace crash was detected. The previous session did not exit normally.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:13:12.358
!MESSAGE Skipping builder org.eclipse.wst.validation.validationbuilder for project cisco-unity-admin. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:13:20.311
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:13:20.421
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:13:20.421
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:13:20.421
!MESSAGE Skipping builder com.ibm.etools.validation.validationbuilder for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:13:20.421
!MESSAGE Skipping builder com.ibm.sse.model.structuredbuilder for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!SESSION 2005-09-07 14:13:48.952 ———————————————–
eclipse.buildId=I20050627-1435
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY org.eclipse.ui 2 0 2005-09-07 14:13:50.655
!MESSAGE Warnings while parsing the key bindings from the ‘org.eclipse.ui.commands’ extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2005-09-07 14:13:50.655
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in=’net.sf.colorer’, commandId=’net.sf.colorer.eclipse.editors.choosetype’.!ENTRY org.eclipse.core.resources 2 10035 2005-09-07 14:13:51.202
!MESSAGE A workspace crash was detected. The previous session did not exit normally.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:14:28.186
!MESSAGE Skipping builder org.eclipse.wst.validation.validationbuilder for project cisco-unity-admin. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:14:30.280
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:14:30.296
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:14:30.296
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:14:30.296
!MESSAGE Skipping builder com.ibm.etools.validation.validationbuilder for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.!ENTRY org.eclipse.core.resources 2 1 2005-09-07 14:14:30.296
!MESSAGE Skipping builder com.ibm.sse.model.structuredbuilder for project myeclispsetest. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.September 8, 2005 at 1:03 pm #236942
Riyad KallaMemberFew things:
1) What are the command line args you are using to start MyEclipse?2) Please remove the emf and gef plugins from your <eclipse dir>\plugins directory, MYEclipse ships these plugins and conficlits between the versions you have installed and MyEclipse can lead to crashes or errors with the editors.
3) Is this project a Java Project or Web Project? If it’s a web project, do you have any Struts/JSF/etc. capabilities added to it? Also if it’s a web project what settings do you have under your Project Properties > MyEclipse-Web settings?
-
AuthorPosts
