Skip to content

Instantly share code, notes, and snippets.

@jbmusso
Created September 19, 2014 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbmusso/50c2d01757cdf49cdd0a to your computer and use it in GitHub Desktop.
Save jbmusso/50c2d01757cdf49cdd0a to your computer and use it in GitHub Desktop.
[WARN] StandardOps - Exception processing a script on request [RequestMessage{, requestId=2f27165c-f829-9aee-dac5-cf288466d531, op='eval', processor='', args={gremlin=g.v(id), bindings={id=1}, accept=application/json, language=gremlin-groovy}}].
java.util.concurrent.CompletionException: java.lang.RuntimeException: javax.script.ScriptException: javax.script.ScriptException: java.util.NoSuchElementException: The vertex with id id of type does not exist in the graph
at java.util.concurrent.CompletableFuture.internalComplete(CompletableFuture.java:205)
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:482)
at java.util.concurrent.CompletableFuture$Async.run(CompletableFuture.java:428)
at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:36)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: javax.script.ScriptException: javax.script.ScriptException: java.util.NoSuchElementException: The vertex with id id of type does not exist in the graph
at com.tinkerpop.gremlin.groovy.engine.GremlinExecutor.lambda$eval$17(GremlinExecutor.java:130)
at com.tinkerpop.gremlin.groovy.engine.GremlinExecutor$$Lambda$62/539006938.get(Unknown Source)
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:476)
... 4 more
Caused by: javax.script.ScriptException: javax.script.ScriptException: java.util.NoSuchElementException: The vertex with id id of type does not exist in the graph
at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:258)
at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:233)
at com.tinkerpop.gremlin.groovy.engine.ScriptEngines.eval(ScriptEngines.java:66)
at com.tinkerpop.gremlin.groovy.engine.GremlinExecutor.lambda$eval$17(GremlinExecutor.java:120)
... 6 more
Caused by: javax.script.ScriptException: java.util.NoSuchElementException: The vertex with id id of type does not exist in the graph
at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:407)
at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:254)
... 9 more
Caused by: java.util.NoSuchElementException: The vertex with id id of type does not exist in the graph
at com.tinkerpop.gremlin.structure.Graph$Exceptions.elementNotFound(Graph.java:728)
at com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.v(TinkerGraph.java:90)
at com.tinkerpop.gremlin.structure.Graph$v.call(Unknown Source)
at Script5.run(Script5.groovy:1)
at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:405)
... 10 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment