ServerGremlinExecutor.<init> - Could not invoke constructor on class org.janusgraph.graphdb.manageme
Hi, I am still learning to use JanusGraph. I was working on doing bulk ingestion of data into JanusGraph and I am struggling with overcoming this error which involves using
I configured 3 nodes to be the CassandraDB backend cluster, which are all up and running. Here's the complete janusgraph-cql-configuration.properties file: Here' a snippet of the key parts in gremlin-server.yaml file: If I do away from using the
ConfiguredGraphFactory
for dynamic graph creation.I configured 3 nodes to be the CassandraDB backend cluster, which are all up and running. Here's the complete janusgraph-cql-configuration.properties file: Here' a snippet of the key parts in gremlin-server.yaml file: If I do away from using the
ConfiguredGraphFactory
, as shown below in the code snippet, the server runs.
I deeply appreciate any guidance! Reference tutorial:
https://nitinpoddar.medium.com/bulk-loading-data-into-janusgraph-ace7d146af05Medium
Bulk Loading data into JanusGraph
Early this year, I was tasked to do a POC work to check the feasibility of switching our Identity Resolution solution from Apache Hive…
1 Reply
Can you please post the full stack trace of the error you are getting?