java - unable to open software and workspace center in myeclipse -
when try opening software , workspace center in myeclipse gets stuck @ 75%
i have following error in .log file
!entry org.eclipse.ui 4 0 2014-03-10 12:24:32.109 !message unhandled event loop exception !stack 0 org.eclipse.swt.swtexception: failed execute runnable (java.lang.nullpointerexception) @ org.eclipse.swt.swt.error(swt.java:3884) @ org.eclipse.swt.swt.error(swt.java:3799) @ org.eclipse.swt.widgets.synchronizer.runasyncmessages(synchronizer.java:137) @ org.eclipse.swt.widgets.display.runasyncmessages(display.java:3855) @ org.eclipse.swt.widgets.display.readanddispatch(display.java:3476) @ org.eclipse.ui.internal.workbench.runeventloop(workbench.java:2405) @ org.eclipse.ui.internal.workbench.runui(workbench.java:2369) @ org.eclipse.ui.internal.workbench.access$4(workbench.java:2221) @ org.eclipse.ui.internal.workbench$5.run(workbench.java:500) @ org.eclipse.core.databinding.observable.realm.runwithdefault(realm.java:332) @ org.eclipse.ui.internal.workbench.createandrunworkbench(workbench.java:493) @ org.eclipse.ui.platformui.createandrunworkbench(platformui.java:149) @ org.eclipse.ui.internal.ide.application.ideapplication.start(ideapplication.java:113) @ org.eclipse.equinox.internal.app.eclipseapphandle.run(eclipseapphandle.java:194) @ org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication(eclipseapplauncher.java:110) @ org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start(eclipseapplauncher.java:79) @ org.eclipse.core.runtime.adaptor.eclipsestarter.run(eclipsestarter.java:368) @ org.eclipse.core.runtime.adaptor.eclipsestarter.run(eclipsestarter.java:179) @ sun.reflect.nativemethodaccessorimpl.invoke0(native method) @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:39) @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:25) @ java.lang.reflect.method.invoke(method.java:597) @ org.eclipse.equinox.launcher.main.invokeframework(main.java:559) @ org.eclipse.equinox.launcher.main.basicrun(main.java:514) @ org.eclipse.equinox.launcher.main.run(main.java:1311) caused by: java.lang.nullpointerexception @ com.genuitec.pulse.client.targetcfg.collab.ui.view.softwareandworkspaceblueprintcontent.updateheadertext(unknown source) @ com.genuitec.pulse.client.targetcfg.collab.ui.view.softwareandworkspaceblueprintcontent.activeblueprint(unknown source) @ com.genuitec.pulse.client.targetcfg.collab.ui.view.softwareandworkspaceblueprintcontent.createcontrolcentercontrol(unknown source) @ com.genuitec.pulse.client.targetcfg.collab.ui.view.softwareandworkspacecenter.createcontrolcentercontrol(unknown source) @ com.genuitec.pulse.client.targetcfg.collab.ui.view.softwareandworkspacecenter$4.run(unknown source) @ org.eclipse.swt.widgets.runnablelock.run(runnablelock.java:35) @ org.eclipse.swt.widgets.synchronizer.runasyncmessages(synchronizer.java:134) ... 22 more
this bug fixed in later release (it seen release 8.x). suggest update later release fix (the 2013 , 2014 releases away software , workspace center altogether, preferable). workaround appears to open myeclipse on new workspace (in case, you'll have import projects old workspace).
Comments
Post a Comment