You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this image daily to locally test gremlin queries, until today it worked perfectly, but now when I try to launch a container as indicated in your readme using : "docker run --rm -p 8182:8182 amothic/neptune", I get the following error :
[ERROR] o.a.t.g.s.GremlinServer - Configuration file at gremlin-server.yaml could not be found or parsed properly. [Cannot create property=scriptEvaluationTimeout for JavaBean=org.apache.tinkerpop.gremlin.server.Settings@3a883ce7
in 'reader', line 1, column 1:
host: 0
^
Unable to find property 'scriptEvaluationTimeout' on class: org.apache.tinkerpop.gremlin.server.Settings
in 'reader', line 3, column 26:
scriptEvaluationTimeout: 30000
^
]
I can not figure out why,
thanks in advance !
The text was updated successfully, but these errors were encountered:
Hello,
I used this image daily to locally test gremlin queries, until today it worked perfectly, but now when I try to launch a container as indicated in your readme using : "docker run --rm -p 8182:8182 amothic/neptune", I get the following error :
[ERROR] o.a.t.g.s.GremlinServer - Configuration file at gremlin-server.yaml could not be found or parsed properly. [Cannot create property=scriptEvaluationTimeout for JavaBean=org.apache.tinkerpop.gremlin.server.Settings@3a883ce7
in 'reader', line 1, column 1:
host: 0
^
Unable to find property 'scriptEvaluationTimeout' on class: org.apache.tinkerpop.gremlin.server.Settings
in 'reader', line 3, column 26:
scriptEvaluationTimeout: 30000
^
]
I can not figure out why,
thanks in advance !
The text was updated successfully, but these errors were encountered: