Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-955

HashMap$Node not serializable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.0-incubating
    • 3.1.0-incubating
    • server
    • None

    Description

      The following code

      m = g.V().groupCount().by(bothE().count()).next()
      m

      causes the following error when executed via gremlin server

      java.util.concurrent.ExecutionException: org.apache.tinkerpop.gremlin.driver.ser.SerializationException: java.lang.IllegalArgumentException: Class is not registered: java.util.HashMap$Node
      Note: To register this class use: kryo.register(java.util.HashMap$Node.class);

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            rjbriody Bob Briody
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: