Closed joebernard closed 7 years ago
I've tried stopping Titan via /bin/titan.sh stop
prior to rebooting the instance, but graph
still fails to instantiate with the same error.
It indicates there is an instance with the same id open, but I don't know where that would be coming from. Again stopping and starting Titan after a reboot is a workaround but I'd like to understand how to fix this.
Adding that I've tried upgrading my EC2 instance to a t2.medium but still see the same issue on startup.
I'm going through the same problem.
its kind of amazing that this is even a feature
Is this issue resolved? I am also facing the same issue on my local system. On my EC2 this works, but fails at step 13,14 of this documentation
It finally worked on my local machine, after redoing from 2nd onward.
facing this issue when i am trying to set up the dynamodb with gremlin locally.
rg.apache.tinkerpop.gremlin.server.GremlinServer - Configuring Gremlin Server from /Users/manjunathsindagi/Documents/redhat/softwares/dynamodb/dynamodb-titan-storage-backend/server/dynamodb-titan100-storage-backend-1.0.0-hadoop1/conf/gremlin-server/gremlin-server-local.yaml
429 [main] WARN org.apache.tinkerpop.gremlin.server.GremlinServer - Graph [graph] configured at [conf/gremlin-server/dynamodb-local.properties] could not be instantiated and will not be available in Gremlin Server. GraphFactory message: GraphFactory could not instantiate this Graph implementation [class com.thinkaurelius.titan.core.TitanFactory]
java.lang.RuntimeException: GraphFactory could not instantiate this Graph implementation [class com.thinkaurelius.titan.core.TitanFactory]
at org.apache.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:82)
at org.apache.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:70)
at org.apache.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:104)
at org.apache.tinkerpop.gremlin.server.GraphManager.lambda$new$27(GraphManager.java:50)
at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:671)
at org.apache.tinkerpop.gremlin.server.GraphManager.
@nlpml-developer had same issue and added the solution in below ticket https://github.com/awslabs/dynamodb-titan-storage-backend/issues/74
This issue is fixed (duplicate of #74 )
When my instance boots, Titan is logging an error that it can't instantiate the graph. This is causing
graph
andg
to not be available to my client (gremlin-javascript
). If I stop/start Titan, the service starts normally (no errors) andgremlin-javascript
can once again usegraph
andg
.I created my instance via the CloudFormation template, and this is the only instance I'm using. How can I resolve this startup issue? Here is the error log: