[
https://issues.apache.org/jira/browse/TINKERPOP3-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002209#comment-15002209
]
ASF GitHub Bot commented on TINKERPOP3-955:
-------------------------------------------
Github user spmallette commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/143#issuecomment-156131610
Ok - I think I got this finalized now with:
https://github.com/apache/incubator-tinkerpop/commit/cb5ea9010374d41fe6347237d42304d3eb00093f
The integration tests pointed me to the failure. I made some other
improvements in the process which are outlined in the commit message.
@rjbriody if there's any chance you could build and test to your
satisfaction before we release this thing, that would be awesome.
> HashMap$Node not serializable
> -----------------------------
>
> Key: TINKERPOP3-955
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-955
> Project: TinkerPop 3
> Issue Type: Bug
> Components: server
> Affects Versions: 3.1.0-incubating
> Reporter: Bob Briody
> Assignee: stephen mallette
> Fix For: 3.1.0-incubating
>
>
> 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);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)