 0 | .0_05. My test is: 1.) Start ObjectDB server as master on port 10,000. 2.) On same server, start ... re-start the master (10,000), I connect successfully and see the following results. Notice, now I'm ... )
(4, 4)
(5, 5)
(6, 6)
Total Points: 5000
Average X: 499.5 7.) Also, if I start both servers |
 0 | thread 1-1) JBAS015876: Starting deployment of "Guestbook.war"
09:40:30,624 INFO [org.jboss.as.jpa ... ) MSC00001: Failed to start service jboss.deployment.unit."Guestbook.war".INSTALL: org.jboss.msc.service ... .start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at org.jboss |
 0 | ();
em.close();
em = emf.createEntityManager();
Long start = new Date().getTime ... end = new Date().getTime();
Long duration = (end - start) / 1000;
System.out.println ... my database LEFT JOIN FETCH (5 Collections) Start : Wed Jun 17 22:41:35 CEST 2015 End : Wed Jun 17 22:43:14 |
 0 | so this is also unexpected. Is it possible that actually the failure started on the master? In ... that actually the failure started on the master? It is possible that the failure started on the master ... it and did not start again. So, it was definitely master that went into read-only mode, the slave |
 0 | that one, it seems that they ODB didn't merge all classes, as it does if I erase the DB and start all over. But that's a problem. I ... the files on production, then start the app. Otherwise I can't do it. What is it to be done? starting). The application |
 0 | Is the server.exe compatible to start the objectdb server on Windows 64bit OS? Or 32bit ... is that it cannot start because it cannot find the jvm on the 64bit install Java 7 is correctly installed with JAVA_HOME ... .Server start The OS is Windows Server 2008 R2 64bit Have you tested server.exe on this environment |
 0 | is about ObjectDB activation licenses and Docker.
Gradle Test Executor 1 STARTED
mr.controllers.spec.MrProrationSpec STARTED
mr.controllers.spec.MrProrationSpec > max_rate_target_below_first STARTED
mr ... :03:33 #1 enhancer.agent]
Enhancer Agent started.
[2020-09-03 22:03:33 #2 enhancer.agent |
 0 | ) ... 39 more ! Failed to start bundle FelixProject-0.0.0.201806081311, exception activator ... enhanced method from: com.objectdb.o.JPE:d#91 org.osgi.framework.BundleException: Activator start error ... .start(BundleImpl.java:998) at aQute.launcher.Launcher.startBundles(Launcher.java:517) at aQute |
 0 | >
How we test Teh issue happens with the first query that we run after we start the application that uses the DB in embedded mode. So we basically start the application and let is stabilise ... an index:
@Index(members={"startDate", "startTime", "channelNumber"}) Start with a new empty |
 0 | database? In this case the app is starting against a clean database (literally a new file) and the error ... and removing dummy objects, and then close the EntityManager) before the ordinary working threads start ... already happening. The app registers all entity classes using the em.getMetamodel().entity() method on start |