You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/12/02 19:26:11 UTC

[GitHub] [nifi] mattyb149 commented on pull request #4204: NIFI-7355 Added Gremlin bytecode client service.

mattyb149 commented on pull request #4204:
URL: https://github.com/apache/nifi/pull/4204#issuecomment-737444733


   I'm getting an error when trying to send a Gremlin script with double-quoted strings (GStrings) to JanusGraph: 
   
   ```
   org.apache.tinkerpop.gremlin.driver.ser.SerializationException: java.lang.IllegalArgumentException: Class is not registered: org.codehaus.groovy.runtime.GStringImpl
   Note: To register this class use: kryo.register(org.codehaus.groovy.runtime.GStringImpl.class);
   ```
   
   We should probably register this automatically? Otherwise the user would have to point at the class and JAR just to use normal Groovy objects.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org