Expand my Community achievements bar.

StackOverFlow errors In LiveCycle when trying to start server

Avatar

Level 1

Hello all,

Every so often our LiveCycle ES3 cluster has problems with stackoverflow errors.  We have installed the recommended service packs from Adobe but it has made little difference.  If anything the occurences are now more frequent.  A typical example of it starting is this:

2015-04-07 07:17:21,355 ERROR [org.jboss.ejb.plugins.LogInterceptor] (pool-49-thread-2) Unexpected Error in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNew(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.TransactionCallback) throws com.adobe.idp.dsc.DSCException
java.lang.StackOverflowError
at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2252)
at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2545)

or this:

2015-03-16 13:06:29,211 ERROR [org.jboss.ejb.plugins.LogInterceptor] (pool-49-thread-5747) Unexpected Error in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNew(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.TransactionCallback) throws com.adobe.idp.dsc.DSCException
java.lang.StackOverflowError
at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2545)
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2555)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1481)

Following the most recent occurrence of the stackoverflow error, one of our servers in the cluster is now refusing to start.  The relevant line from the logs is:

2015-04-07 07:58:05,776 INFO  [com.adobe.idp.dsc.impl.DSCManagerImpl] (main) Core Components started successfully
2015-04-07 07:58:05,859 INFO  [com.adobe.idp.dsc.startup.DSCStartupServlet] (main) Install and start of components complete. Now starting core asynchronous services ...
2015-04-07 07:58:05,948 ERROR [org.jboss.ejb.plugins.LogInterceptor] (pool-49-thread-2) Unexpected Error in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNew(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.TransactionCallback) throws com.adobe.idp.dsc.DSCException
java.lang.StackOverflowError
at java.io.ObjectInputStream.readHandle(ObjectInputStream.java:1425)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1306)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1950)

LiveCycle ES3 details below:

Adobe LiveCycle Administrative Framework

Version: 10.0.2,

GM Service Pack Version: SP2

Patch version: 10.0.4-COR-003

Can anyone help?

1 Reply