Error message below. ETL login fails for an existing database when using either remote and plocal dbURL. It appears to work when creating a new database using plocal url.
OrientDB etl v.2.0-rc1 (build @BUILD@) www.orientechnologies.com Exception in thread "main" com.orientechnologies.orient.core.exception.OConfigurationException: Error on creating ETL processor at com.orientechnologies.orient.etl.OETLProcessor.parse(OETLProcessor.java:278) at com.orientechnologies.orient.etl.OETLProcessor.parse(OETLProcessor.java:188) at com.orientechnologies.orient.etl.OETLProcessor.main(OETLProcessor.java:163) Caused by: com.orientechnologies.orient.core.exception.OSecurityAccessException: User or password not valid for database: 'prod' at com.orientechnologies.orient.core.metadata.security.OSecurityShared.authenticate(OSecurityShared.java:174) at com.orientechnologies.orient.core.metadata.security.OSecurityProxy.authenticate(OSecurityProxy.java:87) at com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:259) at com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:620) 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) On Thursday, December 18, 2014 5:14:01 AM UTC-7, Lvc@ wrote: > > Hi Erik, > Could you attach also the error message? > > Do the database exists? > > Lvc@ > > > On 18 December 2014 at 12:46, Erik Peterson <[email protected] > <javascript:>> wrote: >> >> I've tried admin and root user/password combinations but ETL continues to >> fail to login. >> >> ... >> "loader" : { >> "orientdb": { >> "dbURL": "remote:localhost/xxxx", >> "dbUser": "admin", >> "dbPassword": "xxxx", >> "dbAutoCreate": true, >> "tx": false, >> "batchCommit": 1000, >> "dbType": "graph" >> } >> } >> } >> >> -- >> >> --- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- --- 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.
