-
Notifications
You must be signed in to change notification settings - Fork 137
neoclipse can't run #57
Comments
me too, i got the same issue. Well im looking also for a solution |
How is the opening of plugin.xml related to the NPE? |
Hi Lars, eclipse.buildId=unknown !ENTRY org.eclipse.osgi 2 0 2014-10-06 17:47:54.042 !ENTRY org.eclipse.osgi 2 0 2014-10-06 17:47:54.058 !ENTRY org.eclipse.osgi 4 0 2014-10-06 17:47:54.061 |
The stacktrace from @wangxiaxiao lists a NullPointerException, aka NPE. I cannot see any connection between the NPE and "open the plugin.xml". Typicataly one opens the plugin.xml in the development Eclipse but the stacktrace above (as well as your log trace) is from the runtime Eclipse. |
Currently the build process contains two steps: a) build the Neo4j OSGi Bundle b) build the Neoclipse Plugins. You can try to manually add the Neo4j bundle to the Neoclipse Plugin (under lib/ and add that JAR to the MANIFEST.MF) to make Eclipse happy. The problem is, that the Maven/Tycho builds honors Maven dependencies while Eclipse PDE doesnt know how to resolve that dependency. The right solution would be to add the Neo4j bundle to the target platform. |
think you,I will try more. Any problem,I will ask you,think you very much again ------------------ 原始邮件 ------------------ Currently the build process contains two steps: a) build the Neo4j OSGi Bundle b) build the Neoclipse Plugins. You can try to manually add the Neo4j bundle to the Neoclipse Plugin (under lib/ and add that JAR to the MANIFEST.MF) to make Eclipse happy. The problem is, that the Maven/Tycho builds honors Maven dependencies while Eclipse PDE doesnt know how to resolve that dependency. The right solution would be to add the Neo4j bundle to the target platform. — |
Hello Neoclipse team,
I am trying to use eclipse to open the plugin.xml from org.neo4j.neoclipse,but I see the following exception in the console:
INFO: Starting GraphDbServiceManager
!SESSION 2013-12-05 19:11:01.680 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_21
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=zh_CN
Framework arguments: -application org.neo4j.neoclipse.application
Command-line arguments: -application org.neo4j.neoclipse.application -data C:\Users\ddr\Documents\GitHub/../runtime-org.neo4j.neoclipse.application -dev file:C:/Users/ddr/Documents/GitHub/.metadata/.plugins/org.eclipse.pde.core/org.neo4j.neoclipse.application/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog
!ENTRY org.eclipse.ui 4 0 2013-12-05 19:11:05.124
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.neo4j.neoclipse.Application.postStartup(Application.java:138)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2707)
at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:2590)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:608)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.neo4j.neoclipse.Application.start(Application.java:77)
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:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
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:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
And there is no problem ,where I export this project into eclipse
Any assistance would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: