Re: Configured graph factory not working after making changes to gremlin-server.yaml
Vinayak Bali
Hi,
To investigate the issue please share the recent logs and gremlin-server.yaml and janusgraph.sh which is used to start the service..
Thanks & Regards
Vinayak
On Thu, 29 Apr 2021, 4:13 am Sai Supraj R, <suprajratakonda@...> wrote:
Hi,But I am not starting a gremlin server with gremlin-server-cql-es.yaml. I am starting with gremlin-server.yaml and I made the changes as suggested in the janusgraph documentation w.r.t configured graph factory.ThanksSaiOn Wed, Apr 28, 2021 at 3:21 PM Vinayak Bali <vinayakbali16@...> wrote:Hi,Make changes in gremlin-server-cql-es.yaml file.ThanksOn Wed, 28 Apr 2021, 11:52 pm Sai Supraj R, <suprajratakonda@...> wrote:Hi,0.5.3ThanksSaiOn Wed, Apr 28, 2021 at 2:21 PM Vinayak Bali <vinayakbali16@...> wrote:Hi,Which is the janusgraph version being used ???Regards,VinayakOn Wed, 28 Apr 2021, 11:23 pm , <suprajratakonda@...> wrote:I am trying to use configured graph factory. i made changes to gremlin-server.yaml and configuration-management.properties. I am getting the following error.
gremlin> :remote connect tinkerpop.server conf/remote.yaml session==>Configured localhost/127.0.0.1:8182-[b1b934d6-3f17-40b6-b6cb-fd735c605c5a]gremlin> :remote console==>All scripts will now be sent to Gremlin Server - [localhost/127.0.0.1:8182]-[b1b934d6-3f17-40b6-b6cb-fd735c605c5a] - type ':remote console' to return to local modegremlin> ConfiguredGraphFactory.getGraphNames()gremlin> ConfiguredGraphFactory.open("ConfigurationManagementGraph");Please create configuration for this graph using the ConfigurationManagementGraph#createConfiguration API.Type ':help' or ':h' for help.Display stack trace? [yN]Ngremlin> ConfiguredGraphFactory.create("ConfigurationManagementGraph");Please create a template Configuration using the ConfigurationManagementGraph#createTemplateConfiguration API.Type ':help' or ':h' for help.Display stack trace? [yN]N