I get the error when I try to connect to the database. i.e when i type in connect remote:localhost:2424/GratefulDeadConcerts root <password>
I get the following error after that: Error: com.orientechnologies.common.exception.OException: Error on creation of shared resource Error: com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException: Cannot find a command executor for the command request: sql.select from OFunction order by name On Thursday, June 11, 2015 at 5:47:45 PM UTC+5:30, SavioL wrote: > > ok perfect, > > to interact with the db Testing for example, there are these command: > > connect remote:localhost:2424/Testing root root > CREATE CLASS V1 EXTENDS V > CREATE VERTEX V1 SET name = 'name1' > select from V1 > ----+-----+------+----- > # |@RID |@CLASS|name > ----+-----+------+----- > 0 |#13:0|V1 |name1 > ----+-----+------+----- > > already with these errors will appear?? > if yes, do you try to create a new db and use it by console.. > -- --- 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.
