2867021781 commented on issue #1934:
URL: 
https://github.com/apache/incubator-hugegraph/issues/1934#issuecomment-1192247223

   > 这个Gremlin语句直接发送到Server执行可以吗: 
`g.V(1,'1:marko',2,'1:josh','1:vadas','1:tom','1:peter','1:li,nary').bothE().dedup().limit(500)`
   
   
执行http://172.30.15.151:8081/gremlin?gremlin=g.V(1,'1:marko',2,'1:josh','1:vadas','1:tom','1:peter','1:li,nary').bothE().dedup().limit(500),返回{"exception":"groovy.lang.MissingPropertyException","message":"No
 such property: g for class: 
Script5","cause":"[groovy.lang.MissingPropertyException]"}
   
   
执行http://172.30.15.151:8081/gremlin?gremlin=hugegraph.traversal().V(1,'1:marko',2,'1:josh','1:vadas','1:tom','1:peter','1:li,nary').bothE().dedup().limit(500),返回{"exception":"java.lang.NullPointerException","message":"Error
 encountered evaluating script: 
hugegraph.traversal().V(1,'1:marko',2,'1:josh','1:vadas','1:tom','1:peter','1:li,nary').bothE().dedup().limit(500)","cause":"[java.lang.NullPointerException]"}


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to