I am trying to create a janusgraph cluster with cassandra as backend and elastic for indexing. Getting a warning saying -
org.janusgraph.core.SchemaViolationException: Adding this property for key [~T$SchemaName] and value [rtusername] violates a uniqueness constraint [SystemIndex#~T$SchemaName]
followed by a error saying
ERROR org.apache.tinkerpop.gremlin.server.GremlinServer - Gremlin Server Error
java.lang.IllegalStateException: Could not create/configure Authenticator null
Can someone please help me understand what I am missing here? What does rtusername actually mean here
Things to check for the first error message:
The second error message is related to the communication between your gremlin client and the JanusGraph Server. Things to check: