Hi, I believe the configuration has to been modified or it get this message:
Exception in thread "main" java.lang.ExceptionInInitializerError
at fpg.TrieTree.<clinit>(TrieTree.java:14)
at src.run.Exec.<init>(Exec.java:22)
at src.run.Exec.main(Exec.java:375)
Caused by: com.objectdb.o._PersistenceException: Login Error (unauthorized IP address for user 'admin')
at com.objectdb.o._PersistenceException.b(_PersistenceException.java:45)
at com.objectdb.o.JPE.g(JPE.java:140)
at com.objectdb.o.ERR.f(ERR.java:59)
at com.objectdb.o.OST.onObjectDBError(OST.java:589)
at com.objectdb.jpa.EMF.createEntityManager(EMF.java:163)
at src.run.SingleManager.<clinit>(SingleManager.java:21)
... 3 more
Caused by: com.objectdb.o.UserException: Login Error (unauthorized IP address for user 'admin')
at com.objectdb.o.MSG.d(MSG.java:61)
at com.objectdb.o.HND.J(HND.java:208)
at com.objectdb.o.SHN.J(SHN.java:198)
at com.objectdb.o.HND.run(HND.java:133)
at java.lang.Thread.run(Thread.java:636)
It seems the hyphen does not work.
<users>
<user username="admin" password="admin" ip="10.63.0.235-10.63.0.241,127.0.0.1" admin="true">
<dir path="/" permissions="access,modify,create,delete" />
</user>
<user username="$default" password="$$$###">
<dir path="/$user/" permissions="access,modify,create,delete">
<quota directories="5" files="20" disk-space="5mb" />
</dir>
</user>
<user username="user1" password="user1" />
</users>
I have to use identified ip as ip="10.63.0.235,127.0.0.1" or it will be failed.