- This topic has 3 replies, 3 voices, and was last updated 19 years, 4 months ago by jqshenker.
-
AuthorPosts
-
jqshenkerMemberHello, I found a problem with 4.0 M2:
Running Eclipse 3.1 Final with ME4.0 M2 under Linux, when I go into the preferences and click on the pref pane of a appserver, I get the following error (see end of post). This does work under windows. *All* other preference panels are unaffected. Any idea what’s going on?
Is there a way to manually set up appservers to work around this problem? Btw, congrads on getting M2 out! Any idea of the ETA of 4.0GA?Thanks!
(let me know if there is some information I forgot to include)———————————————————————————————
Error 2005-06-30 16:05:51.712 Problems occurred when invoking code from plug-in: “org.eclipse.jface”.
com.genuitec.eclipse.core.GenuitecCoreRTException: Invalid thread state detected on read.
at com.genuitec.eclipse.core.D.Ą(Lorg.eclipse.core.runtime.PluginVersionIdentifier;)V(Unknown Source)
at com.genuitec.eclipse.core.D.Ă(Lorg.eclipse.core.runtime.PluginVersionIdentifier;)Z(Unknown Source)
at com.genuitec.eclipse.core.C.ā(ZZ)Z(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.ā(ZZ)Z(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.isLicenseValid(ZZ)Z(Unknown Source)
at com.genuitec.eclipse.core.vU.ā(ZZ)Z(Unknown Source)
at com.genuitec.eclipse.core.vU.B__111164asdlkfjw2asl_23(ZZ)Z(Unknown Source)
at com.genuitec.eclipse.easie.websphere.preference.WebsphereLauncherPreferencePage.init(WebsphereLauncherPreferencePage.java:106)
at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:57)
at org.eclipse.jface.preference.PreferenceDialog.createPage(PreferenceDialog.java:1211)
at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.createPage(FilteredPreferenceDialog.java:238)
at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1114)
at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:351)
at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:638)
at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763)
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.firePostSelectionChanged(StructuredViewer.java:761)
at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1042)
at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1062)
at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:231)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:226)
at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:392)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
at org.eclipse.jface.window.Window.open(Window.java:787)
at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:66)
Riyad KallaMemberWe will look into this ASAP.
Scott AndersonParticipantThe problem is that you’re running a trial version that has been installed as one user, but you’re running as a different user. While this is a supported configuration once you’ve purchased a subscription, it is not supported for a trial. To correct the issue for the trial, please install Eclipse & MyEclipse under the same user account which you’re using to run the application.
jqshenkerMemberOops… forgot to register with my normal user! Anyway, working great now!
Thanks again!!
-
AuthorPosts