Hi All,
I have written a custom action element, in which it calls a webservices. When the call hits this custom action element, I observed that this element executes multiple times. Please refer below activity logs for my application.
10.3.22.56.1494281605209.98651.Water_Pay1_v58_PROD,05/08/2017 17:19:02.278,Session_ Bank_Pay,enter,
10.3.22.56.1494281605209.98651.Water_Pay1_v58_PROD,05/08/2017 17:19:02.855,Session_ Bank_Pay,exit,done
------------------------------------------------------------------------------
10.3.22.56.1494199131066.88077.Water_Pay1_v58_PROD,05/07/2017 18:23:48.462,CreditCard_PaymentXI_01,enter,
10.3.22.56.1494199131066.88077.Water_Pay1_v58_PROD,05/07/2017 18:24:24.235,CreditCard_PaymentXI_01,enter,
10.3.22.56.1494199131066.88077.Water_Pay1_v58_PROD,05/07/2017 18:24:35.639,CreditCard_PaymentXI_01,exit,
------------------------------------------------------------------------------
10.3.22.56.1494216403518.88590.Water_Pay1_v58_PROD,05/07/2017 23:11:12.318,CreditCard_PaymentXI_01,enter,
10.3.22.56.1494216403518.88590.Water_Pay1_v58_PROD,05/07/2017 23:11:29.010,CreditCard_PaymentXI_01,enter,
10.3.22.56.1494216403518.88590.Water_Pay1_v58_PROD,05/07/2017 23:11:39.541,CreditCard_PaymentXI_01,enter,
10.3.22.56.1494216403518.88590.Water_Pay1_v58_PROD,05/07/2017 23:11:56.265,CreditCard_PaymentXI_01,exit,done
My question here why my custom action element calls multiple times before it exit ?.janinegravesptindall
thank you
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I've never seen that occur, so I can't help you here.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is there any chance of calling doAction() method in custom action class for multiple times, that leads this issue. ? As my custom action element called for multiple times is there any chance of calling web services(Action element having code to call service calls as part of doAction()) again and again.?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Likewise, I never seen this and don't have any great suggestions other than strip it back to a basic element and then build/test as you add functionality. If you send me the element I'll take a quick look to see if there's anything that stands out as weird.
Paul
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi Paul, we saw permgen space exception in vxml server, might causes this weird behavior .
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.