neo4j-contrib / authentication-extension

Neo4j Server Auth Extension
72 stars 28 forks source link

Server crashes on start v2.0.0-M06 #15

Closed edoron closed 10 years ago

edoron commented 10 years ago

2013-11-20 11:13:50.230+0000 INFO [API] START class org.neo4j.server.extension. auth.AuthenticationExtensionInitializer 2013-11-20 11:13:50.241+0000 DEBUG [API] org.neo4j.server.ServerStartupException: Starting Neo4j Server failed: org/neo4j /server/plugins/TypedInjectable at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:193) ~[neo4j-server-2.0.0-M06.jar:2.0.0-M06] at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:86) [neo4j-serv er-2.0.0-M06.jar:2.0.0-M06] at org.neo4j.server.Bootstrapper.main(Bootstrapper.java:49) [neo4j-serve r-2.0.0-M06.jar:2.0.0-M06] Caused by: java.lang.NoClassDefFoundError: org/neo4j/server/plugins/TypedInjecta ble at org.neo4j.server.extension.auth.AuthenticationExtensionInitializer.st art(AuthenticationExtensionInitializer.java:87) ~[authentication-extension-1.9-S NAPSHOT-1.0-SNAPSHOT.jar:1.9-SNAPSHOT-1.0-SNAPSHOT] at org.neo4j.server.modules.ExtensionInitializer.initializePackages(Exte nsionInitializer.java:60) ~[neo4j-server-2.0.0-M06.jar:2.0.0-M06] at org.neo4j.server.modules.ThirdPartyJAXRSModule.start(ThirdPartyJAXRSM odule.java:61) ~[neo4j-server-2.0.0-M06.jar:2.0.0-M06] at org.neo4j.server.AbstractNeoServer.startModules(AbstractNeoServer.jav a:281) ~[neo4j-server-2.0.0-M06.jar:2.0.0-M06] at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:161) ~[neo4j-server-2.0.0-M06.jar:2.0.0-M06] ... 2 common frames omitted Caused by: java.lang.ClassNotFoundException: org.neo4j.server.plugins.TypedInjec table at java.net.URLClassLoader$1.run(Unknown Source) ~[na:1.7.0_45] at java.net.URLClassLoader$1.run(Unknown Source) ~[na:1.7.0_45] at java.security.AccessController.doPrivileged(Native Method) ~[na:1.7.0 _45] at java.net.URLClassLoader.findClass(Unknown Source) ~[na:1.7.0_45] at java.lang.ClassLoader.loadClass(Unknown Source) ~[na:1.7.0_45] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[na:1.7.0 _45] at java.lang.ClassLoader.loadClass(Unknown Source) ~[na:1.7.0_45] ... 7 common frames omitted 2013-11-20 11:13:50.242+0000 DEBUG [API] Failed to start Neo Server on port [74 74]