Web Service Error

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
edward_m
Charter Member
Charter Member
Posts: 257
Joined: Fri Jun 24, 2005 9:34 am
Location: Philadelphia,PA

Web Service Error

Post 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.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post 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
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post 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.
ulab
Participant
Posts: 56
Joined: Mon Mar 16, 2009 4:58 am
Location: bangalore
Contact:

Post by ulab »

Is it solved if not anybody please answer it
Ulab----------------------------------------------------
help, it helps you today or Tomorrow
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:!: If you have a similar issue, create your own post. Tell us all about it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply