Error while invocking WISD operation

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

Moderators: chulett, rschirm

Post Reply
sujaks
Participant
Posts: 3
Joined: Wed Mar 21, 2012 8:25 am

Error while invocking WISD operation

Post by sujaks »

Hi,

We have a webservice which was running fine from long time. We had some issue in enabling/disabling the service which forced us to re-deploy the service.
After that, the webservice call is getting failed with the below error.

<faultcode>soapenv:Server.generalException</faultcode>
<faultstring>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.ejb.EJBException: nested exception is: com.ascential.asb.agent.ra.NoAgentsException: No Agents are available to process the request. vmcid: 0x0 minor code: 0 completed: No</faultstring>

javax.ejb.EJBException: nested exception is: com.ascential.asb.agent.ra.NoAgentsException: No Agents are available to process the request.
at com.ascential.rti.RTIServiceEJBBase.getResponse(RTIServiceEJBBase.java(Compiled Code))
at com.ibm.isd.RTIA_PRD.contactlookup_prd.server.impl.newscontactlookup_prdBean.MatchCustomerSrv(contactlookup_prdBean.java(Compiled Code))
at com.ibm.isd.RTIA_PRD.contactlookup_prd.server.EJSRemoteStatelesscontactlookup_prd_a5e2110c.MatchCustomerSrv(Unknown Source)
at com.ibm.isd.RTIA_PRD.contactlookup_prd.server._contactlookup_prdRemote_Stub.MatchCustomerSrv(_contactlookup_prdRemote_Stub.java(Compiled Code))
at com.ibm.isd.RTIA_PRD.contactlookup_prd.contactlookup_prdSOAPBindingBean.MatchCustomerSrv(Unknown Source)


I tried restarting ASBAgent and LoggingAgent but it didnt help. Does anyone come across this issue before?
Post Reply