Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PAPI: random exception

YEJun 25 2009 — edited Nov 3 2009
I use PAPI to interact with the process. However, it throws random exception as follows.
This exception appears especially in split/orsplit.
--------------------------------------------------------------------------------------------------
fuego.papi.OperationRuntimeException: Runtime operation error.
at fuego.papi.impl.ProcessServiceImpl.getProcess(ProcessServiceImpl.java:484)
at fuego.papi.impl.EngineNewsListener.processEngineNews(EngineNewsListener.java:125)
at fuego.papi.impl.EngineAccess.processEngineNews(EngineAccess.java:164)
at fuego.papi.impl.rmi.RMIEngineAccessImpl.access$000(RMIEngineAccessImpl.java:51)
at fuego.papi.impl.rmi.RMIEngineAccessImpl$ChannelListenerImpl.processMessage(RMIEngineAccessImpl.java:272)
at fuego.rmi.ServerChannel.notify(ServerChannel.java:193)
at fuego.rmi.ClientCluster$1.run(ClientCluster.java:200)
at fuego.util.Sequencer.processNext(Sequencer.java:92)
at fuego.util.Sequencer.access$600(Sequencer.java:22)
at fuego.util.Sequencer$Runner.run(Sequencer.java:222)
Caused by: fuego.papi.ProcessNotAvailableException: Process 'ProcessIdentificationNumber: 1084' not available.
Detail:Process: 'ProcessIdentificationNumber: 1084' is not deployed, it is deprecated,
the Engine where it is deployed is not running or the connected user does not have permission to access the process.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 1 2009
Added on Jun 25 2009
2 comments
730 views