graphaware / neo4j-framework

GraphAware Neo4j Framework
244 stars 68 forks source link

Neo4j server fails to start when graphaware/neo4j-framework enabled #44

Closed drgraduss closed 8 years ago

drgraduss commented 8 years ago

I'm trying to use Graphaware NodeRank plugin. After enabling framework and NodeRank server fails to start with following exception in console.log.

2016-03-08 12:23:56.226+0000 INFO  [o.n.s.d.LifecycleManagingDatabase] Successfully started database
2016-03-08 12:23:56.228+0000 INFO  [o.n.s.CommunityNeoServer] Starting HTTP on port 7474 (8 threads available)
2016-03-08 12:23:56.229+0000 INFO  [o.n.s.m.ThirdPartyJAXRSModule] Mounted unmanaged extension [com.graphaware.server] at [/graphaware]
2016-03-08 12:23:56.229+0000 INFO  [o.n.s.w.Jetty9WebServer] Mounting static content at /webadmin
2016-03-08 12:23:56.230+0000 INFO  [o.n.s.w.Jetty9WebServer] Mounting static content at /browser
Mar 08, 2016 12:23:56 PM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  com.graphaware.server
Mar 08, 2016 12:23:56 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19 02/11/2015 03:25 AM'
Mar 08, 2016 12:23:56 PM com.sun.jersey.server.impl.application.RootResourceUriRules <init>
SEVERE: The ResourceConfig instance does not contain any root resource classes.
2016-03-08 12:23:56.403+0000 ERROR [o.n.s.CommunityNeoServer] Failed to start Neo Server on port 7474: Multiple exceptions
2016-03-08 12:23:56.403+0000 INFO  [o.n.s.CommunityNeoServer] Successfully shutdown Neo4j Server
2016-03-08 12:23:56.464+0000 INFO  [o.n.s.d.LifecycleManagingDatabase] Successfully stopped database

Neo4j version 2.3.2 (Windows Community Edition) Graphaware Framework 2.3.2.37 Graphaware NodeRank 2.3.2.37.2

Could you please advise.

drgraduss commented 8 years ago

sever successfully started after reboot. please disregard.