Error while trying to update the license
Reported by Joe B | December 16th, 2009 @ 05:09 PM
I received a new license today and when I try to update it in the License Dialog I get the following exception in the error log:
eclipse.buildId=I20090611-1540
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product
org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.jee.product
This is a continuation of log file
C:\Users\jbarzilai\eclipse\workspace-clean-trunk.metadata.bak_0.log
Created Time: 2009-12-16 11:02:55.939
Error
Wed Dec 16 11:07:09 CST 2009
Unhandled event loop exception
java.lang.IllegalArgumentException: No enum const class
org.infinitest.keys.License$Type.Corporate
at java.lang.Enum.valueOf(Enum.java:196)
at org.infinitest.keys.License$Type.valueOf(License.java:16)
at org.infinitest.keys.License.getType(License.java:103)
at org.infinitest.keys.License.supportedLicense(License.java:97)
at org.infinitest.keys.LicenseKeyBasedState.validate(LicenseKeyBasedState.java:32)
at org.infinitest.keys.LicenseKeyBasedState.<init>(LicenseKeyBasedState.java:19)
at org.infinitest.keys.LicenseStateFactory.createLicense(LicenseStateFactory.java:28)
at org.infinitest.eclipse.license.LicenseKeychain.updateLicense(LicenseKeychain.java:56)
at org.infinitest.eclipse.license.LicenseKeychain.setLicense(LicenseKeychain.java:27)
at org.infinitest.eclipse.license.LicenseKeyUpdateObserver.widgetSelected(LicenseKeyUpdateObserver.java:23)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
Comments and changes to this ticket
-
benrady (at gmail) December 16th, 2009 @ 05:23 PM
- State changed from new to accepted
Expect a fix or a new license tomorrow. Sorry for the inconvenience.
-
Joe B December 16th, 2009 @ 05:26 PM
Do you need to know which license I was using? I was trying the trial license I received for my work evaluation (under email address jbarzilai (at) agilissystems.com). I have not tried my individual license for personal use yet.
-
benrady (at gmail) December 16th, 2009 @ 05:27 PM
Yes, I suspect that our trial license generator is out of sync with the latest release. If the Individual license doesn't work, please open a new ticket, as that is likely a different issue.
-
benrady (at gmail) December 17th, 2009 @ 05:24 AM
- State changed from accepted to released
Sent new license key. Please reopen if problems persist.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Continuous Test Runner for Java