neo4j-contrib / neo4j-guides

Tooling to create Neo4j Browser Guides from AsciiDoc Content
33 stars 30 forks source link

Impossible to run the server Extension #10

Closed conker84 closed 1 year ago

conker84 commented 8 years ago

Hi, when i try to import the server extension in my neo4j instance i get the following error:

Starting Neo4j failed: org.neo4j.server.web.NeoServletContainer-22986019@52716115==org.neo4j.server.web.NeoServletContainer,-1,false

I'm using Neo4j 3.0.6 on Windows 10 and i have configured the neoj4.conf as it follows:

dbms.unmanaged_extension_classes=extension.web=/guides
org.neo4j.server.guide.directory=data/guides

Here is the neo4j.log file:

2016-10-04 19:55:10.398+0000 INFO  [o.n.s.d.LifecycleManagingDatabase] Starting...
2016-10-04 19:55:11.357+0000 INFO  [o.n.b.v.r.Sessions] Bolt enabled on localhost:7687.
2016-10-04 19:55:17.041+0000 INFO  [o.n.s.d.LifecycleManagingDatabase] Started.
2016-10-04 19:55:17.229+0000 INFO  [o.n.s.m.ThirdPartyJAXRSModule] Mounted unmanaged extension [extension.web] at [/guides]
ott 04, 2016 9:55:17 PM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  extension.web
ott 04, 2016 9:55:17 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19 02/11/2015 03:25 AM'
ott 04, 2016 9:55:17 PM com.sun.jersey.server.impl.application.RootResourceUriRules <init>
SEVERE: The ResourceConfig instance does not contain any root resource classes.
2016-10-04 19:55:17.673+0000 ERROR [o.n.s.CommunityNeoServer] Failed to start Neo4j on localhost:7474: org.neo4j.server.web.NeoServletContainer-22986019@52716115==org.neo4j.server.web.NeoServletContainer,-1,false
2016-10-04 19:55:17.673+0000 INFO  [o.n.s.d.LifecycleManagingDatabase] Stopping...
2016-10-04 19:55:20.720+0000 INFO  [o.n.s.d.LifecycleManagingDatabase] Stopped.

I also tried to upgrade the pom to Neo4j 3.0.6 but nothing changed. Whats wrong?

fbiville commented 1 year ago

This module is to be removed https://github.com/neo4j-contrib/neo4j-guides/pull/20