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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

warningInOpmnGetServers error

553586Jan 10 2007 — edited Apr 11 2007
Hi,

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)

Comments

riedelme
hek123 wrote:
I've an urgent problem with a customer in Slovenia. Their national characters show on our webpages as an inverted question mark.

Their core system works ok - and so the database - at least when it comes to NLS.

Is there any settings in Mod/Plsql - that could influence this?

I've posted this question in the Globalization forum - without any answers....

Thanx
Sorry I don't have a direct answer, but maybe some ideas can help spark other ideas.

The inverted question mark appears in SQL*PLUS too when special characters cannot be rendered. Could this be a character set issue - are you using the correct character set to render the special characters? If the character set is correct could this be a conversion issue?
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 9 2007
Added on Jan 10 2007
15 comments
2,508 views