Hi All,
There are more than 50 processes on my client's Production server which are in a failed state due to failure in execution of an Automated Activity which has an integrated EJB method to update a table with a list of values.
This particular process and the automated activity was working totally fine till a few days back. Do not know the reason why.
I am confused.
Attaching the logs trace for reference. Help needed ASAP.
Error Log Trace (Even after 15 retries):
com.sap.glx.core.kernel.api.TransitionException: An exception occurred while executing the script "_Individual_Modification_Upgradation:AUTOMATED_ACTIVITY_Add_Approver_Comments(
com.sap.glx.adapter.BPMNAdapter:Token_0_Indv_Surveyor_License_ModUpgd_Process_69de96f0f73238bb5028b849d12f3eb7 token,
com.sap.glx.adapter.BPMNAdapter:Instance_0_Indv_Surveyor_License_ModUpgd_Process_69de96f0f73238bb5028b849d12f3eb7 parent,
com.sap.glx.adapter.internal.ContainerAdapter:Context_8_Appln_Details_69de96f0f73238bb5028b849d12f3eb7 context_9,
com.sap.glx.adapter.internal.ContainerAdapter:Context_11_Appr_Comments_69de96f0f73238bb5028b849d12f3eb7 context_12){
exit=new com.sap.glx.adapter.BPMNAdapter:Exit();
exit:onActivation("E0356A04249A60BE99C911E18A1370F3950BCE04", parent, token);
delete exit;
controller=new com.sap.glx.adapter.internal.ExceptionAdapter:ExceptionController();
controller:setContext(token);
delete controller;
callscope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_31_Individual_Modification_Upgradation_69de96f0f73238bb5028b849d12f3eb7(parent);
call=new com.sap.glx.adapter.UnifiedConnectivityAdapter:Call_13_Add_Approver_Comments_69de96f0f73238bb5028b849d12f3eb7(callscope);
request=callscope:instantiate("http://irda.com/sr/licensng/ejb/session/", "#setApprComments");
mapper=new com.sap.glx.adapter.internal.Transformer:DataMapper();
yves_in=new com.sap.glx.adapter.internal.Transformer:Data();
yves_out=new com.sap.glx.adapter.internal.Transformer:Data();
data=context_9:getData();
yves_in:setData("irda.org/irda_bap/surveyor/bpm/modupgr/Indv_Surveyor_License_ModUpgd_Process/Individual_Modification_Upgradation", "$irda.org/irda_bap/surveyor/bpm/modupgr/Indv_Surveyor_License_ModUpgd_Process/Individual_Modification_Upgradation:Appln_Details", data, "554FF70D367A7DFED94755DF6A4D57B4");
data=context_12:getData();
yves_in:setData("irda.org/irda_bap/surveyor/bpm/modupgr/Indv_Surveyor_License_ModUpgd_Process/Individual_Modification_Upgradation", "$irda.org/irda_bap/surveyor/bpm/modupgr/Indv_Surveyor_License_ModUpgd_Process/Individual_Modification_Upgradation:Appr_Comments", data, "A90F7402A99C39EFA263797D1DCB83C4");
yves_out:setData("http://irda.com/sr/licensng/ejb/session/", "$http://irda.com/sr/licensng/ejb/session/:setApprComments", request, "B5161D6811F8BDE7820259CC17A1A778");
mapper:map("E0356A04249A60C199C911E1A10C70F3950BCE04_69de96f0f73238bb5028b849d12f3eb7", yves_in, yves_out);
request=yves_out:getData("http://irda.com/sr/licensng/ejb/session/", "$http://irda.com/sr/licensng/ejb/session/:setApprComments", "B5161D6811F8BDE7820259CC17A1A778");
delete yves_in;
delete yves_out;
delete mapper;
call:setInputData("http://irda.com/sr/licensng/ejb/session/", "$http://irda.com/sr/licensng/ejb/session/:setApprComments", request);
response=callscope:instantiate("http://irda.com/sr/licensng/ejb/session/", "#setApprCommentsResponse");
call:setOutputData("http://irda.com/sr/licensng/ejb/session/", "$http://irda.com/sr/licensng/ejb/session/:setApprCommentsResponse", response);
call:invoke();
response=call:getOutputData("http://irda.com/sr/licensng/ejb/session/", "$http://irda.com/sr/licensng/ejb/session/:setApprCommentsResponse");
mapper=new com.sap.glx.adapter.internal.Transformer:DataMapper();
yves_in=new com.sap.glx.adapter.internal.Transformer:Data();
yves_out=new com.sap.glx.adapter.internal.Transformer:Data();
yves_in:setData("http://irda.com/sr/licensng/ejb/session/", "$http://irda.com/sr/licensng/ejb/session/:setApprCommentsResponse", response, "B5161D6811F8BDE7820259CC17A1A778");
bind context_12;
data=context_12:getData();
scope=new com.sap.glx.adapter.internal.TypeRegistry:GenericScope(null, "A90F7402A99C39EFA263797D1DCB83C4");
copy=scope:copy(data);
delete scope;
yves_out:setData("irda.org/irda_bap/surveyor/bpm/modupgr/Indv_Surveyor_License_ModUpgd_Process/Individual_Modification_Upgradation", "$irda.org/irda_bap/surveyor/bpm/modupgr/Indv_Surveyor_License_ModUpgd_Process/Individual_Modification_Upgradation:Appr_Comments", copy, "A90F7402A99C39EFA263797D1DCB83C4");
mapper:map("E0356A04249A84F299C911E1CCA670F3950BCE04_69de96f0f73238bb5028b849d12f3eb7", yves_in, yves_out);
data=yves_out:getData("irda.org/irda_bap/surveyor/bpm/modupgr/Indv_Surveyor_License_ModUpgd_Process/Individual_Modification_Upgradation", "$irda.org/irda_bap/surveyor/bpm/modupgr/Indv_Surveyor_License_ModUpgd_Process/Individual_Modification_Upgradation:Appr_Comments", "A90F7402A99C39EFA263797D1DCB83C4");
context_12:setData(data);
delete yves_in;
delete yves_out;
delete mapper;
delete call;
delete callscope;
token:state=9;
}"
com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:72)
com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:138)
com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:122)
com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)
com.sap.glx.core.resource.impl.j2ee.J2EEResourceImpl$Sessionizer.run(J2EEResourceImpl.java:264)
com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:152)
java.security.AccessController.doPrivileged(Native Method)
javax.security.auth.Subject.doAs(Subject.java:337)
com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:149)
com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
java.security.AccessController.doPrivileged(Native Method)
com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:185)
Please help guys. Its the Production server I am talking about.
Thanks in advance.
Regards,
Sid