dongma opened a new issue, #461: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/461
### Problem Type (问题类型) None ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents) ### Environment (环境信息) - Server Version: 1.0.0 (Apache Release Version) - Backend: RocksDB x nodes, HDD or SSD - OS: xx CPUs, xx G RAM, Ubuntu 2x.x / CentOS 7.x - Data Size: xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) --> ### Your Question (问题描述) **./bin/hugegraph graph-create --name=gremlin --file=conf/hugegraph.truststore** Failed to execute Was passed main parameter '--name=gremlin' but no main parameter was defined in your arg class Type y(yes) to print exception stack[default n]? y com.beust.jcommander.ParameterException: Was passed main parameter '--name=gremlin' but no main parameter was defined in your arg class at com.beust.jcommander.JCommander.initMainParameterValue(JCommander.java:936) at com.beust.jcommander.JCommander.parseValues(JCommander.java:752) at com.beust.jcommander.JCommander.parse(JCommander.java:340) at com.beust.jcommander.JCommander.parseValues(JCommander.java:787) at com.beust.jcommander.JCommander.parse(JCommander.java:340) at com.beust.jcommander.JCommander.parse(JCommander.java:319) at org.apache.hugegraph.cmd.HugeGraphCommand.parseCommand(HugeGraphCommand.java:486) at org.apache.hugegraph.cmd.HugeGraphCommand.execute(HugeGraphCommand.java:405) at org.apache.hugegraph.cmd.HugeGraphCommand.main(HugeGraphCommand.java:544) Or run command with: **./bin/hugegraph graph-create --name gremlin --file conf/hugegraph.truststore** Failed to execute The value 'hugegraph' of option 'store' conflicts with existed graph Type y(yes) to print exception stack[default n]? y class java.lang.IllegalArgumentException: The value 'hugegraph' of option 'store' conflicts with existed graph at org.apache.hugegraph.exception.ServerException.fromResponse(ServerException.java:45) at org.apache.hugegraph.client.RestClient.checkStatus(RestClient.java:91) at org.apache.hugegraph.rest.AbstractRestClient.post(AbstractRestClient.java:232) at org.apache.hugegraph.api.graphs.GraphsAPI.create(GraphsAPI.java:68) at org.apache.hugegraph.driver.GraphsManager.createGraph(GraphsManager.java:37) at org.apache.hugegraph.manager.GraphsManager.create(GraphsManager.java:34) at org.apache.hugegraph.cmd.HugeGraphCommand.execute(HugeGraphCommand.java:272) at org.apache.hugegraph.cmd.HugeGraphCommand.execute(HugeGraphCommand.java:406) at org.apache.hugegraph.cmd.HugeGraphCommand.main(HugeGraphCommand.java:544) ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
