Hi folks,
I just downloaded both sails-orientdb-binary and the [email protected] 
and I have errors on both.

I'm running the latest master version of orientdb

Using the @10.0.9, I use the following config:

someOrientDbServer: {
    adapter: 'sails-orientdb',
    host: 'localhost:1337',
    user: 'root',
    password: 'xyz',
    database: 'gsn'
  }

and the

module.exports.models = {
  connection: 'orientdb',
  migrate: 'safe'
};

and I received the error below: anyone can help, please?

By the way, while working with Neo4j, I didn't need any migration.
Is the need of a migration model mandatory for OrientDB? 

TIA
Paolo

pdipietro@CUC-N4J-V4-0-0:~/gsn-sails$ sails lift

info: Starting app...

Possibly unhandled OrientDB.ConnectionError [ENOTFOUND]: getaddrinfo 
ENOTFOUND
    at Connection.<anonymous> 
(/home/pdipietro/gsn-sails/node_modules/sails-orientdb/node_modules/oriento/lib/transport/binary/connection.js:160:14)
    at Socket.g (events.js:180:16)
    at Socket.emit (events.js:95:17)
    at net.js:833:16
    at process._tickDomainCallback (node.js:463:13)
>From previous event:
    at new Promise 
(/home/pdipietro/gsn-sails/node_modules/sails-orientdb/node_modules/oriento/node_modules/bluebird/js/main/promise.js:87:37)
    at Connection.negotiateConnection 
(/home/pdipietro/gsn-sails/node_modules/sails-orientdb/node_modules/oriento/lib/transport/binary/connection.js:148:10)
    at Connection.connect 
(/home/pdipietro/gsn-sails/node_modules/sails-orientdb/node_modules/oriento/lib/transport/binary/connection.js:44:15)
    at Connection.send 
(/home/pdipietro/gsn-sails/node_modules/sails-orientdb/node_modules/oriento/lib/transport/binary/connection.js:62:17)


-- 

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