Unable to create a database in remote

15 views
Skip to first unread message

poorvitha h.p

unread,
Dec 23, 2016, 5:00:08 AM12/23/16
to OrientDB
Hi,

I have been trying to load data using the ETL and this is in a distributed environment. There are 3 clusters.

When I try to use remote, I get null pointer exception..

"loader": { "orientdb": {
      URL: "remote:localhost/trick1",
      User: "root",
      Password: ".....",
      tx: true,
      batchCommit: 1000,
      dbType: "graph",
            "classes": [ { "name": "myVertex", "extends", "V" },
                       ],
"indexes": [
{"class": "myVertex","fields": ["id:string"],"type": "UNIQUE"},
{"class": "myVertex","fields": ["name:string"],"type": "NOTUNIQUE"},
{"class": "myVertex","fields": ["name:kind"],"type": "NOTUNIQUE"}
]
            }
          }
}

What is wrong with this one. If I use plocal instead of remote it creates a database but that is not visible in the studio.

Oleksandr Gubchenko

unread,
Dec 23, 2016, 8:28:07 AM12/23/16
to OrientDB
What version are you using?
Reply all
Reply to author
Forward
0 new messages