|
Home > Archive > WebSphere Application Server > April 2006 > Error connecting to remote EJB
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Error connecting to remote EJB
|
|
|
| Hello,
We have a Java jar file as a part of our Websphere Process Server project running in WAS 6.0 which is calling out and connecting to an EJB sitting on a remote WebLogic server. The initial call to this component connects successfully and processes success
fully. However, on the second call, we receive the following error:
java.rmi.RemoteException: Couldn't resolve initial reference: NameService; nested exception is:
javax.naming.InvalidNameException: Couldn't resolve initial reference: NameService [Root exception is org.omg.CORBA.ORBPackage.InvalidName: NameService:org.omg.CORBA.COMM_FAILURE: purge_calls:1451 reason=1 state=5 vmcid: IBM minor code: 306 completed:
Maybe]
Any ideas?
| |
| Randy Schnier 2006-04-27, 8:08 am |
| How are you obtaining the reference to the remote EJB?
mthobe@netjets.com wrote:
> Hello,
>
> We have a Java jar file as a part of our Websphere Process Server project running in WAS 6.0 which is calling out and connecting to an EJB sitting on a remote WebLogic server. The initial call to this component connects successfully and processes succe
ssfully. However, on the second call, we receive the following error:
>
> java.rmi.RemoteException: Couldn't resolve initial reference: NameService; nested exception is:
> javax.naming.InvalidNameException: Couldn't resolve initial reference: NameService [Root exception is org.omg.CORBA.ORBPackage.InvalidName: NameService:org.omg.CORBA.COMM_FAILURE: purge_calls:1451 reason=1 state=5 vmcid: IBM minor code: 306 completed
: Maybe]
>
> Any ideas?
|
|
|
|
|