Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.


Real Life Adventure
 

Hi Mark,
          I tried that one Before.Unable to Close current instance and the instanceid is not same as that in error.please check below logs.

gremlin> mgmt = graph.openManagement()
==>org.janusgraph.graphdb.database.management.ManagementSystem@2da5fdc
gremlin> mgmt.getOpenInstances()
==>0a0004393399-0b2b58ca5c221
==>0a000439364-0b2b58ca5c221
==>0a000439356-0b2b58ca5c221
==>0a000451356-9a0060680a991
==>0a000439342-0b2b58ca5c221
==>0a000439352-0b2b58ca5c221
==>0a0004391798-0b2b58ca5c221(current)
==>0a000439370-0b2b58ca5c221
==>0a000439355-0b2b58ca5c221
==>0a000439354-0b2b58ca5c221
==>0a000439369-0b2b58ca5c221
gremlin> mgmt.forceCloseInstance('0a0004391798-0b2b58ca5c221')
Cannot force close this current instance [0a0004391798-0b2b58ca5c221]. Properly shut down the graph instead.
Type ':help' or ':h' for help.
Display stack trace? [yN]y
java.lang.IllegalArgumentException: Cannot force close this current instance [0a0004391798-0b2b58ca5c221]. Properly shut down the graph instead.
        at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)

Thanks,
M.Srinivas.

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.