I'm having this same issue, except I'm not trying to create a graph database, just an object database.
Chris On Monday, January 6, 2014 6:52:10 AM UTC-5, madhu wrote: > > Hi Luca, > > Can you please go through this post once? > I used OrientDB-1.6.1 version on Linux platform. > On windows os it is working fine. > > Thanks, > Madhu > > On Friday, January 3, 2014 12:57:13 PM UTC+5:30, madhu wrote: >> >> Hi Luca, >> >> When I create database from console in distributed server mode >> (dserver.sh) the following exception occurred. >> >> *console.sh create database remote:localhost:2430/GraphDB root root >> plocal graph;* >> >> Can you please look in to the exception and let me know your comments? >> There are no issues if I create local type db. >> >> OrientDB console v.1.6.1 (build 1057) www.orientechnologies.com >> Type 'help' to display all the commands supported. >> Installing extensions for GREMLIN language v.2.5.0-SNAPSHOT >> >> Creating database [remote:localhost:2430/GraphDB] using the storage type >> [plocal]...Cannot create the remote storage: GraphDB >> Exception during response processing. >> -> >> com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.throwSerializedException(OChannelBinaryAsynchClient.java:264) >> -> >> com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.handleStatus(OChannelBinaryAsynchClient.java:231) >> -> >> com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:202) >> -> >> com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:113) >> -> >> com.orientechnologies.orient.client.remote.OStorageRemote.beginResponse(OStorageRemote.java:1867) >> -> >> com.orientechnologies.orient.client.remote.OStorageRemote.getResponse(OStorageRemote.java:1883) >> -> >> com.orientechnologies.orient.client.remote.OServerAdmin.createDatabase(OServerAdmin.java:201) >> -> >> com.orientechnologies.orient.client.remote.OServerAdmin.createDatabase(OServerAdmin.java:165) >> -> >> com.orientechnologies.orient.console.OConsoleDatabaseApp.createDatabase(OConsoleDatabaseApp.java:272) >> -> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> -> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >> -> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >> -> java.lang.reflect.Method.invoke(Method.java:601) >> -> >> com.orientechnologies.common.console.OConsoleApplication.execute(OConsoleApplication.java:279) >> -> >> com.orientechnologies.common.console.OConsoleApplication.executeCommands(OConsoleApplication.java:156) >> -> >> com.orientechnologies.common.console.OConsoleApplication.executeBatch(OConsoleApplication.java:116) >> -> >> com.orientechnologies.common.console.OConsoleApplication.run(OConsoleApplication.java:93) >> -> >> com.orientechnologies.orient.graph.console.OGremlinConsole.main(OGremlinConsole.java:53) >> Error on parsing command at position #0: Data segment 'default' does not >> exists >> -> >> com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.throwSerializedException(OChannelBinaryAsynchClient.java:264) >> -> >> com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.handleStatus(OChannelBinaryAsynchClient.java:231) >> -> >> com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:202) >> -> >> com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:113) >> -> >> com.orientechnologies.orient.client.remote.OStorageRemote.beginResponse(OStorageRemote.java:1867) >> -> >> com.orientechnologies.orient.client.remote.OStorageRemote.getResponse(OStorageRemote.java:1883) >> -> >> com.orientechnologies.orient.client.remote.OServerAdmin.createDatabase(OServerAdmin.java:201) >> -> >> com.orientechnologies.orient.client.remote.OServerAdmin.createDatabase(OServerAdmin.java:165) >> -> >> com.orientechnologies.orient.console.OConsoleDatabaseApp.createDatabase(OConsoleDatabaseApp.java:272) >> -> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> -> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >> -> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >> -> java.lang.reflect.Method.invoke(Method.java:601) >> -> >> com.orientechnologies.common.console.OConsoleApplication.execute(OConsoleApplication.java:279) >> -> >> com.orientechnologies.common.console.OConsoleApplication.executeCommands(OConsoleApplication.java:156) >> -> >> com.orientechnologies.common.console.OConsoleApplication.executeBatch(OConsoleApplication.java:116) >> -> >> com.orientechnologies.common.console.OConsoleApplication.run(OConsoleApplication.java:93) >> -> >> com.orientechnologies.orient.graph.console.OGremlinConsole.main(OGremlinConsole.java:53) >> Error: com.orientechnologies.orient.core.exception.OStorageException: >> Cannot create the remote storage: GraphDB >> Error: >> com.orientechnologies.orient.enterprise.channel.binary.OResponseProcessingException: >> >> Exception during response processing. >> Error: com.orientechnologies.orient.core.sql.OCommandSQLParsingException: >> Error on parsing command at position #0: Data segment 'default' does not >> exists >> >> >> Thanks, >> Madhu >> >> -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
