15655 [gremlin-server-exec-1] ERROR org.apache.tinkerpop.gremlin.jsr223.DefaultG remlinScriptEngineManager


metylki...@...
 

I run ./bin/gremlin-server.sh ./conf/gremlin-server/[...].yaml
Please tell me how to fix these problems:

15655 [gremlin-server-exec-1] ERROR org.apache.tinkerpop.gremlin.jsr223.DefaultG remlinScriptEngineManager - Could not create GremlinScriptEngine for gremlin-groovy
java.lang.IllegalStateException: javax.script.ScriptException: javax.script.Scri ptException: groovy.lang.MissingPropertyException: No such property: graph for class: Script1
Caused by: javax.script.ScriptException: javax.script.ScriptException: groovy.la ng.MissingPropertyException: No such property: graph for class: Script1
Caused by: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: graph for class: Script1
Caused by: groovy.lang.MissingPropertyException: No such property: graph for class: Script1
org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor - Could not initialize gremlin-groovy GremlinScriptEngine as init script could not be evaluated
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: gremlin-groovy is not an available GremlinScriptEngine


HadoopMarc <bi...@...>
 


So,

 - you have a fresh janusgraph 0.4.x or 0.5.x archive unzipped
 - you take ./conf/gremlin-server.yaml
 - you have java8 as default java

If not, how to reproduce your issue?

Cheers,    Marc

Op maandag 1 juni 2020 17:02:35 UTC+2 schreef met...@...:

I run ./bin/gremlin-server.sh ./conf/gremlin-server/[...].yaml
Please tell me how to fix these problems:

15655 [gremlin-server-exec-1] ERROR org.apache.tinkerpop.gremlin.jsr223.DefaultG remlinScriptEngineManager - Could not create GremlinScriptEngine for gremlin-groovy
java.lang.IllegalStateException: javax.script.ScriptException: javax.script.Scri ptException: groovy.lang.MissingPropertyException: No such property: graph for class: Script1
Caused by: javax.script.ScriptException: javax.script.ScriptException: groovy.la ng.MissingPropertyException: No such property: graph for class: Script1
Caused by: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: graph for class: Script1
Caused by: groovy.lang.MissingPropertyException: No such property: graph for class: Script1
org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor - Could not initialize gremlin-groovy GremlinScriptEngine as init script could not be evaluated
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: gremlin-groovy is not an available GremlinScriptEngine