4 Replies Latest reply on Nov 2, 2016 11:32 PM by max_b

    SOAP Service dropped

    max_b

      Hi Tom,

      I need help!

      I have service soap contract.

      Then soap message transform to http reference contract.

      But the message return to soap service contract, the system is falled

       

      ---------------------------------------------------------------------------------------------------------------------------------------: java.lang.NullPointerException

        at com.optima.soa.CamelServiceRoute$2.process(CamelServiceRoute.java:120) [:]

       

      I attached server.log.

      The installed sofware are JBoss EAP 6.4.0.GA , SwitchYard version 2.1.0.Final, Version: Kepler Service Release 2 Build id: 20140224-0627

        • 1. Re: SOAP Service dropped
          igarashitm

          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

            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

              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

                Hi Tom! Thank you for prompt answers. The problem most likely was with Jrebel malfunction