Page 1 of 1

Web Service Error

Posted: Tue Jan 13, 2009 2:43 pm
by edward_m
I have a web service working fine till today.Today it's not working so i try to undelopy the service and got the following error message..

java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException:

Trace from server: 1198777258 at host EDSD01 >>
java.rmi.RemoteException: ; nested exception is:
javax.ejb.EJBException: nested exception is: javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 0x0 No; nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: javax.transaction.TransactionRolledbackException: ; nested exception is:
javax.management.RuntimeMBeanException: null nested runtime exception is java.lang.RuntimeException: com.ascential.acs.logging.client.LoggingException: Logging operation failed. vmcid: 0x0 minor code: 0 completed: No
at com.ascential.rti.admin.server.impl.RTIAdminImpl.undeployApplication(RTIAdminImpl.java:900)
at com.ascential.rti.admin.server.impl.RTIAdminBean.undeployApplication(RTIAdminBean.java:351)
at com.ascential.rti.admin.server.EJSRemoteStatelessRTIAdmin_4b952080.undeployApplication(Unknown Source)
at com.ascential.rti.admin.server._EJSRemoteStatelessRTIAdmin_4b952080_Tie.undeployApplication(_EJSRemoteStatelessRTIAdmin_4b952080_Tie.java:542)
at com.ascential.rti.admin.server._EJSRemoteStatelessRTIAdmin_4b952080_Tie._invoke(_EJSRemoteStatelessRTIAdmin_4b952080_Tie.java:197)
at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java(Compiled Code))
at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java(Compiled Code))
at com.ibm.rmi.iiop.ORB.process(ORB.java(Compiled Code))
at com.ibm.CORBA.iiop.ORB.process(ORB.java(Compiled Code))
at com.ibm.rmi.iiop.Connection.doWork(Connection.java(Compiled Code))
at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java(Compiled Code))
at com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
Caused by: javax.ejb.EJBException: nested exception is: javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 0x0 No; nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: javax.transaction.TransactionRolledbackException: ; nested exception is:
javax.management.RuntimeMBeanException: null nested runtime exception is java.lang.RuntimeException: com.ascential.acs.logging.client.LoggingException: Logging operation failed. vmcid: 0x0 minor code: 0 completed: No
... 13 more
<< END server: 1198777258 at host EDSD01

; nested exception is:
javax.ejb.EJBException: nested exception is: javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 0x0 No; nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: javax.transaction.TransactionRolledbackException: ; nested exception is:
javax.management.RuntimeMBeanException: null nested runtime exception is java.lang.RuntimeException: com.ascential.acs.logging.client.LoggingException: Logging operation failed. vmcid: 0x0 minor code: 0 completed: No

as far i know nothing has changed on server. Does any one experienced the same issue before if so please let me know the resolution.

Posted: Tue Jan 13, 2009 3:55 pm
by eostic
Hard to say...the CORBA...ROLLED BACK... error is fairly generic.

Have you looked at the DataStage log for this Job? Depending on the type of Service (always on or not), you may or may not have anything, but it's worth a look.

There are many possibilities, but since it has been running awhile, we can make a few assumptions...and ask some of the following:

Have you been able to restart it?
Does the Job Design use WISDInput Stage?
Can you compile the Job?
How many min/max "instances" (at the Operation dialog) do you have?

Ernie

Posted: Tue Jan 13, 2009 6:10 pm
by lstsaur
First, go to the Director to check the status of the job instances exposed as Web Service. Are they all greyed out with Finished under the Status column. The default is 5.

Second, when you redployed the application, did you restart the WebSphere Application server?

Third, go to WebSphere App. Server admin. console to verify the configuration of your .ear file for the application.

Posted: Mon Feb 13, 2012 3:16 am
by ulab
Is it solved if not anybody please answer it

Posted: Mon Feb 13, 2012 8:38 am
by chulett
:!: If you have a similar issue, create your own post. Tell us all about it.