- This topic has 2 replies, 2 voices, and was last updated 21 years, 3 months ago by abuhashim.
-
AuthorPosts
-
abuhashimMemberI think, looking at the log file below, that MyEclipse is causing Eclipse to crash.
!SESSION Aug 06, 2003 01:39:11.708 ———————————————
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -install file:/opt/eclipse/
!ENTRY org.eclipse.ui.workbench 4 2 Aug 06, 2003 01:39:11.709
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.ui.workbench”.
!STACK 0
com.genuitec.eclipse.core.U: Invalid thread state detected on write.
at com.genuitec.eclipse.core.P.a<breve>(Unknown Source)
at com.genuitec.eclipse.core.P.A?(Unknown Source)
at com.genuitec.eclipse.core.P.a¯(Unknown Source)
at com.genuitec.eclipse.core.N.a¯(Unknown Source)
at com.genuitec.eclipse.core.N.a¯(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.E<breve>(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.e¯(Unknown Source)
at de.bb.bje.eclipse.editors.BJspEditor.init(Unknown Source)
at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:104)
at de.bb.bje.eclipse.editors.JspMultiPageEditor.A<breve>(Unknown Source)
at de.bb.bje.eclipse.editors.JspMultiPageEditor.createPages(Unknown Source)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:166)
at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:141)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:137)
at org.eclipse.ui.internal.PartPane.createControl(PartPane.j
Scott AndersonParticipantThe problem you’re seeing seems to be caused by not having write access to the Eclipse installation hierarchy. Since you’re on Linux, would you verify that the user which you’re executing MyEclipse as has full read/write access to the Eclipse directory hierarchy? I believe this will correct the issue.
–Scott
MyEclipse Support
abuhashimMemberThanks that seems to have sorted it
-
AuthorPosts