-
1. Re: SOAP Service dropped
igarashitm Oct 31, 2016 10:27 PM (in response to max_b)I guess you're getting error messages from external system? And since also the NPE is come from your code, you'd want to check what is null at that point.
Message: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
<result>0</result>
<description>Way4 application error; Code:57; Text:Service not allowed for this Account</description>
<errorcode>OW003</errorcode>
<method name="TelebankTransferContract2Contract" stan="401543290411857757" project="optima"/>
</response>
14:43:33,672 INFO [route5] (http-BATIN2/192.168.11.28:8080-1) <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
<result>0</result>
<description>Way4 application error; Code:57; Text:Service not allowed for this Account</description>
<errorcode>OW003</errorcode>
<method name="TelebankTransferContract2Contract" stan="401543290411857757" project="optima"/>
</response>
14:43:33,688 INFO [route5] (http-BATIN2/192.168.11.28:8080-1) <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
<result>0</result>
<description>Way4 application error; Code:57; Text:Service not allowed for this Account</description>
<errorcode>OW003</errorcode>
<method name="TelebankTransferContract2Contract" stan="-1024411811"/>
</response>
-
2. Re: SOAP Service dropped
max_b Oct 31, 2016 11:15 PM (in response to igarashitm)I get the correct answer from the external system.
And then I wrap the body in the soap.
I see under debuggin, the system is falled not in my code, NPE is come from SY core.
I do not know where to look for NPE.
-
3. Re: SOAP Service dropped
igarashitm Oct 31, 2016 11:16 PM (in response to max_b)com.optima.soa.CamelServiceRoute$2.process(CamelServiceRoute.java:120), which is throwing NPE, is not a part of SwitchYard code.
-
4. Re: SOAP Service dropped
max_b Nov 2, 2016 11:32 PM (in response to igarashitm)Hi Tom! Thank you for prompt answers. The problem most likely was with Jrebel malfunction