- This topic has 3 replies, 3 voices, and was last updated 18 years, 8 months ago by jarvimat.
-
AuthorPosts
-
sheel.shah@boeing.comMemberI am having a problem whereby I cannot open multiple MyEclipse windows. I want to open one window for my primary development (e.g. -data “C:\workspaces\primarydev”) and another for a “scratch” area (e.g. -data “C:\workspaces\scratchdev”). When I try this, I get an error telling me that there is a problem with my licensing – that too many users are using this subscription key.
Below is the stack trace from the log.
Any ideas? Thanks for your help.
Sheel
com.genuitec.eclipse.core.GenuitecCoreRTException: Invalid MyEclipse License – Shutting down this MyEclipse operation.
at com.genuitec.eclipse.core.C.?(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.?(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.isLicenseValid(Unknown Source)
at com.genuitec.eclipse.core.vU.?(Unknown Source)
at com.genuitec.eclipse.core.vU.B__111164asdlkfjw2asl_23(Unknown Source)
at com.genuitec.eclipse.easie.jboss.preference.JBossLauncherJVMPreferencePage.init(JBossLauncherJVMPreferencePage.java:120)
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:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
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)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
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)
Riyad KallaMemberWhat version of Eclispe and MyEclipse are you using?
jarvimatMemberI’m getting the same subscription error when opening multiple windows. I’m using Eclispse 3.1.1 and MyEclipse 4.0.3 GA.
jarvimatMemberOn another thread support-scott said:
The issue occurs occasionally up when you startup and shutdown multiple instances of Eclipse on the same machine or Eclipse crashes. What happens is that a reference to one of the other instances hangs around and confuses the one that’s still running. The simple solution is to shutdown all Eclipse instances and then just restart the one you’d like to use.
Shutting down all Eclipse instances worked for me. I even opened several Eclipse instances after shutting all down and I did not get the subscription warning.
-
AuthorPosts