warningInOpmnGetServers error
553586Jan 10 2007 — edited Apr 11 2007Hi,
I am trying to invoke a BPEL process from a java client. I was able to get it working on the same machine as BPEL is running, but when I try to run it from a remote machine, I get this error. My BPEL client is a very simple client based on the guidelines of 102.InvokeProcesses/rmi tutorial. I tried using the hostname and the ip address, and both of them throw the same error.
I ran a network dump on the BPEL server to see the messages being exchanged between the two machines, I see that there is some kind of handshake, but no actual messages are being exchanged.
Jan 10, 2007 4:52:54 PM oracle.j2ee.clustering.ClusteringMessages warningInOpmnGetServers
WARNING: Error in obtaining server list from OPMN on host pdalmia-US:6003. Please verify that OPMN is running.
java.lang.Exception: Failed to create "ejb/collaxa/system/DeliveryBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/collaxa/system/DeliveryBean not found
at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:52)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:279)
at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:250)
at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:83)
at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:53)
at oracle.edge.util.BpelCaller.callBpel(BpelCaller.java:59)
at oracle.edge.util.BpelCaller.main(BpelCaller.java:16)
".
at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:293)
at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:250)
at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:83)
at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:53)
at oracle.edge.util.BpelCaller.callBpel(BpelCaller.java:59)
at oracle.edge.util.BpelCaller.main(BpelCaller.java:16)