wso2 - How to handle Error code 50000 in wso2esb -
i using wso2esb4.7.0 , wso2dss3.0.0. getting error times not every time if tried multiple user successful 1 or 2 user other returning 50000 error code. mentioned property in every sequence
<property name="force_error_on_soap_fault" value="true"/>
so user unable process there data continue sly why getting error behind this? error coming this
[2014-03-06 18:10:01,473] warn - endpointcontext endpoint : endpoint_5c5f8a43ba64941b19b81abcebf92924c90a25e29775053c marked suspended failed [2014-03-06 18:10:01,473] warn - endpointcontext suspending endpoint : endpoint_5c5f8a43ba64941b19b81abcebf92924c90a25e29775053c - current suspend duration : 30000ms - next retry after : thu mar 06 18:10:31 ist 2014 [2014-03-06 18:10:01,475] info - logmediator to: http://www.w3.org/2005/08/addressing/anonymous, wsaction: , soapaction: , messageid: urn:uuid:60fea14f-daa6-413e-82b8-8dbb640492c6, direction: response, message = executing default 'fault' sequence, error_code = 500000, error_message = null
you getting error code 500000
used following property.
<property name="force_error_on_soap_fault" value="true"/>
i think should investigate why endpoint failing.
esb suspending endpoint due failure , make sure esb running smoothly.
you can configure suspend on failure related values. check esb doc on endpoint error handling.
there article on error handling well.
i hope helps
Comments
Post a Comment