Re: ConfiguredGraphFactory and Authentication not working
Vinayak Bali
Hi Marc,
It was working with 0.4.0. After the update to 0.5.2, it is not working. The difference which I saw between the two was when I start 0.4.0 automatically configuredgraphfactory schema was created in Cassandra, but in 0.5.2 janusgraph schema is created by default. This may be the reason for it. Please let me know how to solve the issue.
Thanks & Regards,
Vinayak
On Sun, Feb 28, 2021 at 9:26 PM <hadoopmarc@...> wrote:
Hi Vinayak,
I played around a bit with the ConfigurationManagementGraph myself. The client error you describe occurs when you run ":remote console" twice. It works as a toggle switch, in other words, the command you run was probably interpreted as for a locally embedded janusgraph instance (which was not present).
Best wishes, Marc