facebook

MyEclipse Updation

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #316066 Reply

    I am having MyEclispse9.0 and OS Windows XP I have got an error message for

    Error — The MyEclipse activation grace period has expired.

    Any Solution for this please reply

    #316069 Reply

    support-joy
    Member

    NageswariManikandan,

    This is not an error, rather, it is an alert to notify that the grace period of MyEclipse activation has expired. If you have already purchased a subscription, please use the same and activate your MyEclipse license. If not, I recommend you send a mail to subscriptions@genuitec.com and purchase / renew your license.

    #316099 Reply

    Actually I have before used MyEclipse9.0M2 veresion.I unInstal this and Install MyEclipse9.0 version after that i have received alert window then i give subscription key and then press Activatenow button after that i receive the message “Error — The MyEclipse activation grace period has expired.” then i gave new subscription key and press Activatenow button then itself i receive the same message.When i deploy and selecting a file it will open the pop up window and ask for Update Licence

    MyEclipse logFie contains

    
    !SESSION 2011-04-15 14:01:59.375 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86_64
    
    !ENTRY org.eclipse.equinox.registry 2 0 2011-04-15 14:02:05.500
    !MESSAGE The extensions and extension-points from the bundle "org.eclipse.epf.richtext" are ignored. The bundle is not marked as singleton. 
    
    !ENTRY org.eclipse.core.net 1 0 2011-04-15 14:02:09.109
    !MESSAGE System property http.proxyHost is set to 192.168.1.1 but should not be set.
    
    !ENTRY org.eclipse.core.net 1 0 2011-04-15 14:02:09.109
    !MESSAGE System property http.proxyPort is set to 3128 but should not be set.
    
    !ENTRY org.eclipse.core.net 1 0 2011-04-15 14:02:09.359
    !MESSAGE System property http.proxyHost is set to 192.168.1.1 but should not be set.
    
    !ENTRY org.eclipse.core.net 1 0 2011-04-15 14:02:09.359
    !MESSAGE System property http.proxyPort is set to 3128 but should not be set.
    
    !ENTRY org.eclipse.jface 2 0 2011-04-15 14:02:20.640
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2011-04-15 14:02:20.640
    !MESSAGE A conflict occurred for SHIFT+DEL:
    Binding(SHIFT+DEL,
        ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
            ,
            Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
            ,
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)
    Binding(SHIFT+DEL,
        ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
            Cut the selection to the clipboard,
            Category(org.eclipse.ui.category.edit,Edit,null,true),
            org.eclipse.ui.internal.handlers.WidgetMethodHandler@5613c72d,
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.dialogAndWindow,,,system)
    Binding(SHIFT+DEL,
        ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
            Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
            Category(org.eclipse.ui.category.edit,Edit,null,true),
            ,
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:02:21.468
    !MESSAGE Unhandled event loop exception
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.UnsatisfiedLinkError: Cannot load native JNIWrapper library (jniwrap64.dll).)
        at org.eclipse.swt.SWT.error(SWT.java:4083)
        at org.eclipse.swt.SWT.error(SWT.java:3998)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    Caused by: java.lang.UnsatisfiedLinkError: Cannot load native JNIWrapper library (jniwrap64.dll).
        at com.jniwrapper.Library.loadNativeCode(SourceFile:174)
        at com.jniwrapper.Library.loadNativeCode(SourceFile:199)
        at com.jniwrapper.Library.ensureNativeCode(SourceFile:209)
        at com.jniwrapper.Library.load(SourceFile:218)
        at com.jniwrapper.util.FunctionCache.b(SourceFile:89)
        at com.jniwrapper.util.FunctionCache.getFunction(SourceFile:114)
        at com.jniwrapper.util.ProcessorInfo.c(SourceFile:299)
        at com.jniwrapper.util.ProcessorInfo.a(SourceFile:102)
        at com.jniwrapper.util.ProcessorInfo.getInstance(SourceFile:89)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä„(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.matches(Unknown Source)
        at com.genuitec.eclipse.core.ActivationValidator.Ä?(Unknown Source)
        at com.genuitec.eclipse.core.ActivationValidator.<init>(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.Ä?(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.ÄÅ (Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.Ä?(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getCurrentLicensee(Unknown Source)
        at com.genuitec.eclipse.core.ViperCore.Ä…(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.A__111164asdfae2342fa(Unknown Source)
        at com.genuitec.myeclipse.perspective.PerspectivePlugin$1.run(PerspectivePlugin.java:108)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
        ... 28 more
    
    !ENTRY org.eclipse.osgi 2 1 2011-04-15 14:02:21.531
    !MESSAGE NLS unused message: prompt_optclasspath in: com.genuitec.eclipse.easie.core.configuration
    
    !ENTRY org.eclipse.osgi 2 1 2011-04-15 14:02:21.531
    !MESSAGE NLS unused message: prompt_preclasspath in: com.genuitec.eclipse.easie.core.configuration
    
    !ENTRY org.eclipse.osgi 2 1 2011-04-15 14:02:21.531
    !MESSAGE NLS unused message: prompt_optlibrarypath in: com.genuitec.eclipse.easie.core.configuration
    
    !ENTRY org.eclipse.core.net 1 0 2011-04-15 14:02:21.796
    !MESSAGE System property http.proxyHost is set to 192.168.1.1 but should not be set.
    
    !ENTRY org.eclipse.core.net 1 0 2011-04-15 14:02:21.796
    !MESSAGE System property http.proxyPort is set to 3128 but should not be set.
    
    !ENTRY org.eclipse.core.net 1 0 2011-04-15 14:02:21.796
    !MESSAGE System property http.proxyHost is set to 192.168.1.1 but should not be set.
    
    !ENTRY org.eclipse.core.net 1 0 2011-04-15 14:02:21.796
    !MESSAGE System property http.proxyPort is set to 3128 but should not be set.
    
    !ENTRY org.eclipse.ui.workbench 2 0 2011-04-15 14:02:23.718
    !MESSAGE A handler conflict occurred.  This may disable some commands.
    !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-04-15 14:02:23.718
    !MESSAGE Conflict for 'com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug':
    HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
        handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@3c4e80d3,
        expression=,sourcePriority=0)
    HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
        handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@45ebbb93,
        expression=,sourcePriority=0)
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.046
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\html\css_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.171
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\html\forms_lists_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.187
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\html\htmlform_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.218
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\html\html_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.281
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\html\javascript_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.328
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\jsp\jsf_f_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.390
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\jsp\jsf_h_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.421
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\jsp\struts_bean_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.515
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\jsp\struts_html_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.562
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\jsp\struts_logic_snippets.xml
    
    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-04-15 14:02:25.593
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse\MyEclipse 9-1\configuration\org.eclipse.osgi\bundles\96\1\.cp\snippets\jsp\struts_tiles_snippets.xml
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:02:57.656
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.UnsatisfiedLinkError: Cannot load native JNIWrapper library (jniwrap64.dll).
        at com.jniwrapper.Library.loadNativeCode(SourceFile:174)
        at com.jniwrapper.Library.loadNativeCode(SourceFile:199)
        at com.jniwrapper.Library.ensureNativeCode(SourceFile:209)
        at com.jniwrapper.PlatformContext.a(SourceFile:452)
        at com.jniwrapper.PlatformContext.getDefaultStructureAlignment(SourceFile:386)
        at com.jniwrapper.Structure.<init>(SourceFile:43)
        at com.jniwrapper.win32.system.VersionInfo.<init>(VersionInfo.java:56)
        at com.jniwrapper.win32.system.Kernel32.isUnicode(Kernel32.java:77)
        at com.jniwrapper.win32.FunctionName.<clinit>(FunctionName.java:24)
        at com.jniwrapper.win32.io.FileSystem.<clinit>(FileSystem.java:22)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getSystemId(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.ManualActivationWizardPage.createControl(Unknown Source)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
        at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
        at org.eclipse.jface.window.Window.open(Window.java:790)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage.doActivation(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2$1.run(Unknown Source)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
        at com.genuitec.eclipse.core.ui.util.PlatformSWTUtil.invokeOnDisplayThread(PlatformSWTUtil.java:165)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:02:58.671
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.win32.io.FileSystem
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getSystemId(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.ManualActivationWizardPage.createControl(Unknown Source)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
        at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
        at org.eclipse.jface.window.Window.open(Window.java:790)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage.doActivation(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2$1.run(Unknown Source)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
        at com.genuitec.eclipse.core.ui.util.PlatformSWTUtil.invokeOnDisplayThread(PlatformSWTUtil.java:165)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:02:58.859
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.win32.io.FileSystem
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getSystemId(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.ManualActivationWizardPage.createControl(Unknown Source)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
        at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
        at org.eclipse.jface.window.Window.open(Window.java:790)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage.doActivation(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2$1.run(Unknown Source)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
        at com.genuitec.eclipse.core.ui.util.PlatformSWTUtil.invokeOnDisplayThread(PlatformSWTUtil.java:165)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:02:59.203
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.win32.io.FileSystem
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getSystemId(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.ManualActivationWizardPage.createControl(Unknown Source)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
        at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
        at org.eclipse.jface.window.Window.open(Window.java:790)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage.doActivation(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2$1.run(Unknown Source)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
        at com.genuitec.eclipse.core.ui.util.PlatformSWTUtil.invokeOnDisplayThread(PlatformSWTUtil.java:165)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:02:59.375
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.win32.io.FileSystem
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getSystemId(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.ManualActivationWizardPage.createControl(Unknown Source)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
        at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
        at org.eclipse.jface.window.Window.open(Window.java:790)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage.doActivation(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2$1.run(Unknown Source)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
        at com.genuitec.eclipse.core.ui.util.PlatformSWTUtil.invokeOnDisplayThread(PlatformSWTUtil.java:165)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:04:37.593
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.win32.io.FileSystem
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.matches(Unknown Source)
        at com.genuitec.eclipse.core.ActivationValidator.Ä?(Unknown Source)
        at com.genuitec.eclipse.core.ActivationValidator.<init>(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.Ä?(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.storeKey(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizard.storeData(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:04:38.125
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.win32.io.FileSystem
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getSystemId(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.ManualActivationWizardPage.createControl(Unknown Source)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
        at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
        at org.eclipse.jface.window.Window.open(Window.java:790)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage.doActivation(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2$1.run(Unknown Source)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
        at com.genuitec.eclipse.core.ui.util.PlatformSWTUtil.invokeOnDisplayThread(PlatformSWTUtil.java:165)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:04:38.312
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.win32.io.FileSystem
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getSystemId(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.ManualActivationWizardPage.createControl(Unknown Source)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
        at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
        at org.eclipse.jface.window.Window.open(Window.java:790)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage.doActivation(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2$1.run(Unknown Source)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
        at com.genuitec.eclipse.core.ui.util.PlatformSWTUtil.invokeOnDisplayThread(PlatformSWTUtil.java:165)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:04:38.484
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.win32.io.FileSystem
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getSystemId(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.ManualActivationWizardPage.createControl(Unknown Source)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
        at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
        at org.eclipse.jface.window.Window.open(Window.java:790)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage.doActivation(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2$1.run(Unknown Source)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
        at com.genuitec.eclipse.core.ui.util.PlatformSWTUtil.invokeOnDisplayThread(PlatformSWTUtil.java:165)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:369)
        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:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
        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 com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
    
    !ENTRY org.eclipse.ui 4 0 2011-04-15 14:04:38.687
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.win32.io.FileSystem
        at com.genuitec.eclipse.core.activation.SystemIdFactory.Ä,(Unknown Source)
        at com.genuitec.eclipse.core.activation.SystemIdFactory.create(Unknown Source)
        at com.genuitec.eclipse.core.LicenseUtil.getSystemId(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.ManualActivationWizardPage.createControl(Unknown Source)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
        at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
        at org.eclipse.jface.window.Window.open(Window.java:790)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage.doActivation(Unknown Source)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2$1.run(Unknown Source)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
        at com.genuitec.eclipse.core.ui.util.PlatformSWTUtil.invokeOnDisplayThread(PlatformSWTUtil.java:165)
        at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizardPage$2.widgetSelected(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleE
    #316161 Reply

    support-joy
    Member

    NageswariManikandan,

    Please send an email to subscriptions@genuitec.com with details of your subscription id and subscription code, screenshot of the issue you are facing.

    Thank you.

    #316219 Reply

    Now I have uninstalled MyEclipse9.0 64 bit and installed MyEclipse9.0 32 bit.MyEclipse9.0 version with 32bit configuration Activated and subscribed sucessfully and works fine. But It looks MyEclipse9.0 version with 64bit configuration only makes problem(Activation and subscription not happened).

    #316248 Reply

    support-joy
    Member

    NageswariManikandan,

    Good to hear you are all set. I shall escalated your feedback to the dev-team.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: MyEclipse Updation

You must be logged in to post in the forum log in