facebook

Eclipse 2019-12 crashing with Angular IDE plugin on windows 10

  1. CodeMix & Angular IDE
  2.  > 
  3. Getting Help
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #661582 Reply

    lgong-claymont
    Participant

    !ENTRY com.genuitec.eclipse.code.ui 4 0 2020-07-30 10:12:40.604
    !MESSAGE ECLIPSE_HOME is undefined.
    !STACK 0
    com.genuitec.eclipse.code.common.GenuitecCoreRTException: ECLIPSE_HOME is undefined.
    at com.genuitec.eclipse.code.D.A(Unknown Source)
    at com.genuitec.eclipse.code.D.N(Unknown Source)
    at com.genuitec.eclipse.code.D.J(Unknown Source)
    at com.genuitec.eclipse.code.D.J(Unknown Source)
    at com.genuitec.eclipse.code.D.K(Unknown Source)
    at com.genuitec.eclipse.code.C.doIsTrialValid(Unknown Source)
    at com.genuitec.eclipse.code.C.A(Unknown Source)
    at com.genuitec.eclipse.code.C.getLicenseStatus(Unknown Source)
    at com.genuitec.eclipse.code.C.getLicenseStatus(Unknown Source)
    at com.genuitec.eclipse.code.ViperCore.getLicenseStatus(Unknown Source)
    at com.genuitec.eclipse.code.vU.B(Unknown Source)
    at com.genuitec.eclipse.code.vU.AS__111164asdfae2342fa(Unknown Source)
    at com.genuitec.eclipse.code.ui.languages.LanguagesService.<init>(LanguagesService.java:194)
    at com.genuitec.eclipse.code.ui.languages.LanguagesService.<clinit>(LanguagesService.java:86)
    at com.genuitec.eclipse.code.ui.CodeService.stop(CodeService.java:380)
    at com.genuitec.eclipse.code.ui.CodeUI.stop(CodeUI.java:304)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:899)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:891)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1029)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370)
    at org.eclipse.osgi.container.Module.doStop(Module.java:658)
    at org.eclipse.osgi.container.Module.stop(Module.java:520)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1885)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1760)
    at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:202)
    at org.eclipse.osgi.container.Module.doStop(Module.java:658)
    at org.eclipse.osgi.container.Module.stop(Module.java:520)
    at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220)
    at java.lang.Thread.run(Unknown Source)

    #661584 Reply

    lgong-claymont
    Participant

    It just happened after installing Angular IDE to eclipse.

    #661585 Reply

    lgong-claymont
    Participant

    !SESSION 2020-07-30 11:09:37.345 ———————————————–
    eclipse.buildId=4.14.0.I20191210-0610
    java.version=1.8.0_261
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Framework arguments: -product org.eclipse.epp.package.jee.product
    Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product

    !ENTRY com.genuitec.eclipse.code.ui 1 0 2020-07-30 11:09:41.557
    !MESSAGE CodeMix Engine will be started momentarily to support development activities

    !ENTRY org.eclipse.ui 2 0 2020-07-30 11:09:42.190
    !MESSAGE Warnings while parsing the key bindings from the ‘org.eclipse.ui.commands’ and ‘org.eclipse.ui.bindings’ extension point
    !SUBENTRY 1 org.eclipse.ui 2 0 2020-07-30 11:09:42.190
    !MESSAGE Defining a key binding with no key sequence has no effect: plug-in=’org.springframework.ide.eclipse.boot.wizard’, id=’org.springframework.ide.eclipse.boot.wizard.addStarersSwitchHandler’

    !ENTRY org.eclipse.e4.ui.workbench 4 0 2020-07-30 11:09:42.322
    !MESSAGE Unable to create class ‘org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon’ from bundle ‘278’
    !STACK 0
    org.eclipse.e4.core.di.InjectionException: Unable to process “BindingProcessingAddon.bindingTables”: no actual value was found for the argument “BindingTableManager”.
    at org.eclipse.e4.core.internal.di.InjectorImpl.reportUnresolvedArgument(InjectorImpl.java:485)
    at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:476)
    at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
    at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
    at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:345)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:227)
    at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:94)
    at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
    at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:37)
    at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:289)
    at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:581)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:154)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
    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.equinox.launcher.Main.invokeFramework(Main.java:657)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)

    !ENTRY org.eclipse.ui 4 0 2020-07-30 11:09:42.548
    !MESSAGE Unhandled event loop exception
    !STACK 0
    org.eclipse.e4.core.di.InjectionException: Unable to process “BindingService.bindingService”: no actual value was found for the argument “EBindingService”.
    at org.eclipse.e4.core.internal.di.InjectorImpl.reportUnresolvedArgument(InjectorImpl.java:485)
    at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:476)
    at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
    at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
    at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
    at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:2311)
    at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:36)
    at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
    at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146)
    at org.eclipse.swt.widgets.Display.syncExec(Display.java:4629)
    at org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:94)
    at org.eclipse.ui.internal.Workbench.initializeDefaultServices(Workbench.java:2305)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:1642)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2821)
    at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:154)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
    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.equinox.launcher.Main.invokeFramework(Main.java:657)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)

    !ENTRY com.genuitec.eclipse.code.ui 4 0 2020-07-30 11:09:42.670
    !MESSAGE ECLIPSE_HOME is undefined.
    !STACK 0
    com.genuitec.eclipse.code.common.GenuitecCoreRTException: ECLIPSE_HOME is undefined.
    at com.genuitec.eclipse.code.D.A(Unknown Source)
    at com.genuitec.eclipse.code.D.N(Unknown Source)
    at com.genuitec.eclipse.code.D.J(Unknown Source)
    at com.genuitec.eclipse.code.D.J(Unknown Source)
    at com.genuitec.eclipse.code.D.K(Unknown Source)
    at com.genuitec.eclipse.code.C.doIsTrialValid(Unknown Source)
    at com.genuitec.eclipse.code.C.A(Unknown Source)
    at com.genuitec.eclipse.code.C.getLicenseStatus(Unknown Source)
    at com.genuitec.eclipse.code.C.getLicenseStatus(Unknown Source)
    at com.genuitec.eclipse.code.ViperCore.getLicenseStatus(Unknown Source)
    at com.genuitec.eclipse.code.vU.B(Unknown Source)
    at com.genuitec.eclipse.code.vU.AS__111164asdfae2342fa(Unknown Source)
    at com.genuitec.eclipse.code.ui.languages.LanguagesService.<init>(LanguagesService.java:194)
    at com.genuitec.eclipse.code.ui.languages.LanguagesService.<clinit>(LanguagesService.java:86)
    at com.genuitec.eclipse.code.ui.CodeService.stop(CodeService.java:380)
    at com.genuitec.eclipse.code.ui.CodeUI.stop(CodeUI.java:304)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:899)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:891)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1029)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370)
    at org.eclipse.osgi.container.Module.doStop(Module.java:658)
    at org.eclipse.osgi.container.Module.stop(Module.java:520)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1885)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1760)
    at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:202)
    at org.eclipse.osgi.container.Module.doStop(Module.java:658)
    at org.eclipse.osgi.container.Module.stop(Module.java:520)
    at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220)
    at java.lang.Thread.run(Unknown Source)

    #661616 Reply

    Aaron Lara
    Member

    Hello! I’m sorry you are running into this issue. This kind of error usually happen when you install Eclipse (or any tool) with an Administrator (or root) user and then you run it with a normal user. Is this your case?

    Cheers!
    Aaron Lara

    #661618 Reply

    lgong-claymont
    Participant

    It happened after I installed Angular IDE from Eclipse Marketplace. Is there any way to fix this? Or I have to re-install Eclipse?

    Thank you!

    #661619 Reply

    Aaron Lara
    Member

    Have you tried launching Eclipse as administrator, just to prove it’s not a permissions issue?

    Also, if you go to Window > Preferences > CodeMix > Miscellaneous > Storage Can you make sure you have execute and write permissions on all of those directories?

    #661624 Reply

    lgong-claymont
    Participant

    I deleted last installation of eclipse and re-install the eclipse without Angular IDE. Eclipse works ok now. Thank you!

    #661660 Reply

    support-swapna
    Moderator

    Hi,

    Glad that the Eclipse installation is fixed.
    Can you please clarify if you have installed Angular IDE again post reinstalling Eclipse?
    As Aaron suggested, if you have installed Eclipse as root user, then you should run Eclipse as root user after installing Angular IDE.

    Alternatively, you can install standalone Angular IDE using the installer. Download the .exe installer for Angular IDE from here : https://www.genuitec.com/products/angular-ide/download/
    Run the installer and install it to a location where you have full write access. For example: On Windows OS, choose C:/Users/User_Name/AppData/Local folder which has full permissions.

    Please give it a try and let us know if you see any issues with it.

    –Swapna
    Genuitec Support

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Eclipse 2019-12 crashing with Angular IDE plugin on windows 10

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