Hello,
we are trying to activate objectdb on a virutalized debian 7 server, but do not have any success.
Steps we made to activate the server:
- unziped version 2.5.5_05 to /tmp/
- cd /tmp/objectdb-2.5.5_05/
- java -cp bin/objectdb.jar com.objectdb.Activator
- entered activation key at correct position in objectdb.conf
- cd bin/
- chmod +x server.sh
- ./server.sh start
- Run a java class with following contents
EntityManagerFactory emf = Persistence.createEntityManagerFactory("objectdb://localhost:6136/test.odb;user=admin;password=admin"); System.out.println(emf.createEntityManager().createQuery("objectdb activation", boolean.class).getSingleResult());
Result is "false". Also when trying to create more than 10 types a exception occurs.
com.objectdb.o.UserException: Too many persistable types (>10) - exceeds evaluation limit at com.objectdb.o.MSG.d(MSG.java:61) at com.objectdb.o.MST.UC(MST.java:1100) at com.objectdb.o.WRA.UC(WRA.java:213) at com.objectdb.o.STC.l(STC.java:326) at com.objectdb.o.SHN.ad(SHN.java:388) at com.objectdb.o.SHN.K(SHN.java:133) at com.objectdb.o.HND.run(HND.java:133) at java.lang.Thread.run(Thread.java:744)
We tried the activation several times, but it is always the same activation code, so there shouldn't be the problem.
It maybe the issue of a 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 Mac address? And we can't change the MAC address because its a rented virtual server.