NullPointerException in response to a SOAP request for a nonexistent issue

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Medium
    • 3.7.3
    • Affects Version/s: 3.6.4
    • Component/s: None
    • Environment:
    • 3.06

      I'm getting a NullPointerException in response to a SOAP request for a nonexistent issue. Attached are files containing the request and response content.

      REQUEST:
      <?xml version="1.0" encoding="UTF-8" ?>
      <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Body>
      <getIssue xmlns="http://jiradev:8000/jira/rpc/soap/jirasoapservice-v2?wsdl">
      <c-gensym8 xsi:type="xsd:string">7lG11l23Md</c-gensym8>
      <c-gensym10 xsi:type="xsd:string">JS-199</c-gensym10>
      </getIssue>
      </soap:Body>
      </soap:Envelope>

      RESPONSE:
      <?xml version="1.0" encoding="utf-8" ?>
      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <soapenv:Body>
      <soapenv:Fault>
      <faultcode>soapenv:Server.userException</faultcode>
      <faultstring>java.lang.NullPointerException</faultstring>
      <detail>
      <faultData xsi:type="ns1:NullPointerException" xmlns:ns1="http://lang.java" />
      <ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">prltec03.lawson.com</ns2:hostname>
      </detail>
      </soapenv:Fault>
      </soapenv:Body>
      </soapenv:Envelope>

            Assignee:
            Unassigned
            Reporter:
            Wade Stebbings
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: