hi
well im facing this problem, if my AppServer machine and the machine i run my client
program to invoke EJB objects are the same then my program executes fine. if the
AppServer is a remote m/c for the same client program then im gettin the followin
problem. im able to locate the home object and after that not able to invoke any
methods on it(create()). could somebody help me out...
THE FOLLOWING IS THE STACKTRACE
java.rmi.MarshalException: CORBA COMM_FAILURE 1398079689 No; nested exception is:
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
at
com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:89)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
at
com.inautix.crud._CRUDServiceHome_Stub.create(_CRUDServiceHome_Stub.java:226)
at CRUDApplnClient.main(CRUDApplnClient.java:62)
Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
at
com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:173)
at
com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
at
com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:638)
at
com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:580)
at
com.sun.corba.se.internal.corba.ClientDelegate.request(ClientDelegate.java:872)
at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
at
com.inautix.crud._CRUDServiceHome_Stub.create(_CRUDServiceHome_Stub.java:210)
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".