Expand my Community achievements bar.

Enent throw-receive exception

Avatar

Level 3

Hi,

I'm trying to use Events in my processes, what I did was: creating a new event type, assigning to it a XSD, then adding an event "Receive" to one process and another event "Throw" to another process, the good news is that everything went as I expected but the bad news is that I had an exception in the server log!! actually I could not figure it out.

can any one tell me why this exception is thrown? and how to handel it??

this is part of the exception:

10:13:51,694 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doSupports(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.TransactionCallback) throws com.adobe.idp.dsc.DSCException:
com.adobe.workflow.manager.InvalidStateException: Invalid status of: 2 expected: 1

Thank you

Hussam

2 Replies

Avatar

Former Community Member

This problem didn't occur in my env, it looked like a server related problem;Have you ever tried in an other server? Does it also occur?

Avatar

Level 3

Unfortunately we tested it under two different servers and the same error!!