The problem is I can't even boot neo4j, as the error occurs On Jan 22, 2014 7:02 PM, "Michael Hunger" <[email protected]> wrote:
> You have to prefix with what you configured: in the config file. > > http://localhost:7474/examples/unmanaged/helloworld/0 > > Michael > > > On Thu, Jan 23, 2014 at 12:01 AM, Javad Karabi <[email protected]>wrote: > >> I am using: >> >> https://github.com/neo4j/neo4j/blob/2.0.0/community/server-examples/src/main/java/org/neo4j/examples/server/unmanaged/HelloWorldResource.java >> >> I compile this, make a jar of it, then place it under plugins, then I set: >> >> org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.examples.server.unmanaged=/examples/unmanaged >> >> however, I get the following error message: >> 20 17:45:56.976 [main] WARN /helloworld - unavailable >> 21 com.sun.jersey.api.container.ContainerException: The ResourceConfig >> instance does not contain any root resource classes. >> 22 at >> com.sun.jersey.server.impl.application.RootResourceUriRules.<init>(RootResourceUriRules.java:99) >> ~[jersey-server-1.9.jar:1.9] >> 23 at >> com.sun.jersey.server.impl.application.WebApplicationImpl._initiate(WebApplicationImpl.java:1298) >> ~[jersey-server-1.9.jar:1.9] >> 24 at >> com.sun.jersey.server.impl.application.WebApplicationImpl.access$700(WebApplicationImpl.java:169) >> ~[jersey-server-1.9.jar:1.9] >> 25 at >> com.sun.jersey.server.impl.application.WebApplicationImpl$13.f(WebApplicationImpl.java:775) >> ~[jersey-server-1.9.jar:1.9] >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Neo4j" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/neo4j/R9JYKzpImxI/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
