I am getting following error when i am trying to connect to server:
[com.objectdb.o._PersistenceException: Login Error (bad username 'admin' or password)] with root cause com.objectdb.o.UserException: Login Error (bad username 'admin' or password) at com.objectdb.o.MSG.d(MSG.java:61) at com.objectdb.o.HND.K(HND.java:210) at com.objectdb.o.SHN.K(SHN.java:208) at com.objectdb.o.HND.run(HND.java:132) at java.lang.Thread.run(Thread.java:662)
Here is my connection string:
Persistence.createEntityManagerFactory( "objectdb://10.10.10.14/test.odb; user=admin; password=admin")
And my objectdb.conf is attached.
It works fine when i use localhost in the connection string.
Any help will be appriciated!