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!

How to configure PAPI client on a different host

650310May 21 2009 — edited Aug 19 2009
Hi All

I was successfully running PAPI from a client application that was hosted on the same weblogic server where the BPM engine was installed.
Now my PAPI client application needs to be hosted on a different weblogic instance on a different machine.
How do I configure PAPI?

I went through the following link: "http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/papi/index.html"
But, could not get through.
I see the following exception.

Context Properties found for engine [bpmengine]. Properties: {java.naming.provider.url=t3://satinderdt:7001, java.naming
.factory.initial=weblogic.jndi.WLInitialContextFactory}
Error connecting to JMS Topic.
Details:
Connection not found
Caused by: Connection not found
Caused by: Connection not found
weblogic.jms.common.JMSException: Connection not found
at weblogic.jms.dispatcher.DispatcherAdapter.convertToJMSExceptionAndThrow(DispatcherAdapter.java:110)
at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSync(DispatcherAdapter.java:45)
at weblogic.jms.client.JMSConnection.setupJMSSession(JMSConnection.java:499)
at weblogic.jms.client.JMSConnection.createSessionInternal(JMSConnection.java:467)
at weblogic.jms.client.JMSConnection.createTopicSession(JMSConnection.java:443)
at weblogic.jms.client.WLConnectionImpl.createTopicSession(WLConnectionImpl.java:827)
at fuego.papi.impl.j2ee.J2EEEngineAccessImpl$TopicSubscriberImpl.connectTopic(J2EEEngineAccessImpl.java:720)
at fuego.papi.impl.j2ee.J2EEEngineAccessImpl$TopicSubscriberImpl.run(J2EEEngineAccessImpl.java:577)
Caused by: weblogic.jms.common.JMSException: Connection not found
at weblogic.jms.dispatcher.Request.handleThrowable(Request.java:65)
at weblogic.jms.dispatcher.Request.getResult(Request.java:51)
at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:895)
at weblogic.messaging.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:177)
at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSync(DispatcherAdapter.java:43)
... 6 more
Caused by: java.lang.Exception: Connection not found
at weblogic.messaging.dispatcher.InvocableManager.invocableFind(InvocableManager.java:107)
at weblogic.jms.dispatcher.InvocableManagerDelegate$MyInvocableManager.invocableFind(InvocableManagerDelegate.ja
va:298)
at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:746)
... 8 more

The connectivity to the JMS Topic for the server synchronization information has been temporarily interrupted.
Details:
Connection not found
Caused by: Connection not found
Caused by: Connection not found
weblogic.jms.common.JMSException: Connection not found
at weblogic.jms.dispatcher.DispatcherAdapter.convertToJMSExceptionAndThrow(DispatcherAdapter.java:110)
at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSync(DispatcherAdapter.java:45)
at weblogic.jms.client.JMSConnection.setupJMSSession(JMSConnection.java:499)
at weblogic.jms.client.JMSConnection.createSessionInternal(JMSConnection.java:467)
at weblogic.jms.client.JMSConnection.createTopicSession(JMSConnection.java:443)
at weblogic.jms.client.WLConnectionImpl.createTopicSession(WLConnectionImpl.java:827)
at fuego.papi.impl.j2ee.J2EEEngineAccessImpl$TopicSubscriberImpl.connectTopic(J2EEEngineAccessImpl.java:720)
at fuego.papi.impl.j2ee.J2EEEngineAccessImpl$TopicSubscriberImpl.run(J2EEEngineAccessImpl.java:577)
Caused by: weblogic.jms.common.JMSException: Connection not found

Any ideas?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 16 2009
Added on May 21 2009
4 comments
2,177 views