Have you got resolved the exception .
com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException
i am aslo facing with same exception . I would be very thank ful if you can provide me the resolution.
Scenario:
I have a java client which will call an stateless session bean in the ear.
while running the class i am facing the below exception.
java.rmi.RemoteException: CORBA TRANSIENT 0x4942fe07 No; nested exception is:
org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible:
Forwarded IOR failed with:
Initial IOR failed with: vmcid: IBM minor code: E07 completed: No
at com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException(UtilDelegateImpl.java:260)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
at com.cp.core.ejb.session.feedacquisitionmgmt._ExternalSchedulerHome_Stub.create(Unknown Source)
at com.fde.edifact.CallLoadProcess.main(Unknown Source)
Caused by: org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible:
Forwarded IOR failed with:
Initial IOR failed with: vmcid: IBM minor code: E07 completed: No
at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1249)
at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1344)
at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1127)
at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1310)
at com.ibm.rmi.corba.ClientDelegate.request(ClientDelegate.java:1857)
at com.ibm.CORBA.iiop.ClientDelegate.request(ClientDelegate.java:1266)
at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:460)
... 2 more
2009-01-26 14:07:28,413 ERROR[com.fde.edifact.CallLoadProcess][P=887895:O=0:CT]: Error in TK feed parsing : : MAY BE APPSERVER IS NOT UP AND RUNNING : CORBA TRANSIENT 0x4942fe07 No; nested exception is:
org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible:
Forwarded IOR failed with:
Initial IOR failed with: vmcid: IBM minor code: E07 completed: No
com.fde.exception.CP360Exception
at com.fde.edifact.CallLoadProcess.main(Unknown Source)
2009-01-26 14:07:28,414 ERROR[com.fde.edifact.CallLoadProcess][P=887895:O=0:CT]: Catch 9
com.fde.exception.CP360Exception
at com.fde.edifact.CallLoadProcess.main(Unknown Source)
Could you send me the solution if the problem is resolved