We encountered an issue that caused an outage last Friday on multiple ObjectDb server instances.
The problem occurred while trying to close the EMF to three separate ODB databases, residing on different ObjectDb Servers, the exceptions were thrown on two of our servers (TransactionServers) that are clients of these ObjectDb Servers. The TransactionServers were attempting to close the EntityManagerFactory associated with these ODBs by calling the EMF’s close() method. The exception / stack trace below was thrown on the first attempt to close() and on many attempts thereafter. Can you please provide insight on why this exception occured, and why would it be experienced on three separated ObjectDb servers at the same time?
com.objectdb.o._PersistenceException: Connection is closed due to
UserException: Connection is closed
com.objectdb.o._PersistenceException:45
com.objectdb.o.JPE:145
com.objectdb.o.ERR:56
com.objectdb.o.OST:599
com.objectdb.o.OMF:980
com.objectdb.o.OMF:917
com.adheris.cap.capfoundation.objectdb.AbstractObjectDatabase:68
Thanks,
Clinton Moore