Closed gataky closed 9 years ago
The plugin won't show up as an extension, these are different kinds of "plugins".
Hey, I followed the instructions, I've added this line to my config file and restarted the server
org.neo4j.server.thirdparty_jaxrs_classes=com.thinkaurelius.neo4j.plugins=/tp
But on adding this I get the following error,NOTE:It starts just fine without adding the line to the config file
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.
Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:-OmitStackTraceInFastThrow
Starting Neo4j Server...WARNING: not changing user
process [7203]... waiting for server to be ready......... Failed to start within 120 seconds.
Neo4j Server may have failed to start, please check the logs.
PS:I am running neo4j-community-2.1.7 and using tp3-2.1.6 version of the plugin,might that be the issue?
Thanks @dkuppitz. I didn't realize that there were two different types of plugins. Thanks for the clarification and I got it working.
@NitinJamadagni what do the logs say?
I have added the console and neo4j logs, seems to be some compatibility issues?
Sorry for the trouble
You're not using Java8, which is required by TP3.
@dkuppitz thanks for the help,does the tp2 need java-8 to run?
No, TP2 works with Java7.
I've opened up a ticket here https://github.com/neo4j-contrib/gremlin-plugin/issues/32 Wasn't sure where this ticket should go.
I've installed the plugin per the directions given. It actually works when I use curl from the command line with a simple query. The problem is when I try to get a list of extensions registered by the server, nothing shows up.
I've added this line to my config file and restarted the server
Logs show "No provider classes found." which may be a clue?
Testing the gremlin plugin with curl:
Trying to get a list of extension that are installed:
Notice the extensions is an empty set
I would expect to see something like:
Something along those lines.
I'm using a third party library to develop with Neo4j and it's expecting the
extensions
section to be populated with the plugins.Am I missing something or is this a know bug?
Thanks