We've populated a database local:some_name using the embedded server for 
speed.  We'd like to launch a server to handle remote calls on the data 
that we've populated.  To that end, we've configured the 
orientdb-server-config.xml with an entry for server.database.path.  We 
launch the server, then attach a console.  Executing "list databases" 
reports that our database is found.  

---
Connecting to remote Server instance [remote:localhost] with user 
'root'...OK
orientdb {server=remote:localhost/}> list databases

Found 1 databases:

* vocab (plocal)
---

Attempting to connect to the database results as follows:

---
orientdb {server=remote:localhost/}> connect remote:localhost/vocab root 
****

Disconnecting from remote server [remote:localhost/]...
OK
Connecting to database [remote:localhost/vocab] with user 'root'...Sent 
run-time exception to the client /127.0.0.1:58216: 
com.orientechnologies.orient.core.exception.OConfigurationException: 
Database 'vocab' is not configured on server (home=/opt/getty/data/orient)
com.orientechnologies.orient.core.exception.OConfigurationException: 
Database 'vocab' is not configured on server (home=/opt/getty/data/orient)
at 
com.orientechnologies.orient.server.OServer.getStoragePath(OServer.java:381)
at 
com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:607)
at 
com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.openDatabase(ONetworkProtocolBinary.java:651)
at 
com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.executeRequest(ONetworkProtocolBinary.java:282)
at 
com.orientechnologies.orient.server.network.protocol.binary.OBinaryNetworkProtocolAbstract.execute(OBinaryNetworkProtocolAbstract.java:216)
at com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:65)

Error: com.orientechnologies.orient.core.exception.OConfigurationException: 
Database 'vocab' is not configured on server (home=/opt/getty/data/orient)

orientdb> bye
---

What do we need to do to configure the database?

-- 

--- 
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.

Reply via email to