Replies: 1 comment
-
Hey @darwinyip, Firstly, I should say, you need to share gremlin-server logs for understand whats happening. But in my option maybe your gremlin groovy scripts doesn’t work correctly because of your storage-backend or storage-index-backend doesnt work properly or working different ports and doesnt match janusgraph default ports. First you need to check them and your gremlin server run at 8182. Janusgraph using ‘elasticsearch’ as index backend and ‘cql’ storage backend with its default configuration. In this reason you should up elasticsearch before running your gremlin-server. If you use the run elasticsearch under janusgraph-0.3.1 release file, elasticsearch up at localhost:9200 (as default elasticsearch server). jansugraph-cql-es-server.properties:
I tested it with default 'janusgraph-berkeleyje-es-server.properties' and i get an error. Maybe default configuration should be update for berkeleyje-es.properties I change this: Then i follow your steps and get remote connection without errors.
|
Beta Was this translation helpful? Give feedback.
-
Running
gremlin-server.sh
andgremlin.sh
leaving all default settings from the release archive does not work when trying to connect with remote graph.Beta Was this translation helpful? Give feedback.
All reactions