amazon-archives / dynamodb-janusgraph-storage-backend

The Amazon DynamoDB Storage Backend for JanusGraph
Apache License 2.0
446 stars 99 forks source link

500 Internel Server Error using tinkerpop.gremlin.server.handler.HttpGremlinEndpointHandler #73

Open willyansc opened 7 years ago

willyansc commented 7 years ago

I changed Web Socket channelizer to be Rest: channelizer: org.apache.tinkerpop.gremlin.server.channel.HttpChannelizer

When I want to load 1000 nodes, I got the following warning and only 22 nodes got loaded successfully. (Before loading, I clean all the nodes.)

196072 [gremlin-server-exec-1] WARN org.apache.tinkerpop.gremlin.server.handler.HttpGremlinEndpointHandler - Invalid request - responding with 500 Internal Server Error and Error encountered evaluating script: graph.addVertex('person_id', 'startUserSet_850', 'timestamp', 'Mar 13, 2017 8:33:59 PM')

amcp commented 7 years ago

Please help me reproduce the issue. Can you provide your properties file as well as your gremlin loader script?