At first have to say I have ArangoDB 3.1RC2 running on Windows. Things are 
working fine using admin interface. I have no problem connecting to 
database from older 3.0.x JAVA driver. Now I'm trying to use a new 4.0 JAVA 
driver and have very basic problems here. The first two lines show the 
simple code for accessing database as an authenticated user.


## ArangoDB a=ArangoDB.Builder().user("root").password("password").build()

## ArangoDatabase db = a.getArangoDB().db("test_db");

Now accessing anything from db object simply freezes the code on this line and 
app stops working without any traceback ... it simply waits and waits without 
any timeout, information or anything.

## DatabaseEntity inf = db.getInfo();


// or
## ArangoCollection c =  db.collection("companies");


Any idea whats wrong with this? At stated above the former driver works fine 
for me for the same database and setup.


David

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" 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