Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-85

server segs in processing SOAP message with NULL prefixed namespace

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • None
    • xml/soap
    • None

    Description

      SOAP Message:
      POST /axis2/services/doc_lit_w HTTP/1.1

      User-Agent:Axis2/C

      SOAPAction:http://tempuri.org/IBaseDataTypesDocLitW/RetDecimal

      Content-Length:652

      Content-Type:text/xml

      Host:localhost

      <?xml version="1.0" encoding="UTF-8"?>
      <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
      <SOAP-ENV:Header>
      <wsa:Action>http://tempuri.org/IBaseDataTypesDocLitW/RetDecimal</wsa:Action>
      <wsa:ReplyTo>
      <wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
      </wsa:ReplyTo>
      <wsa:ReferenceProperties></wsa:ReferenceProperties>
      <wsa:MessageID>747bbee8-a8c5-1da1-2eaa-001125b4c063</wsa:MessageID>
      </SOAP-ENV:Header>
      <SOAP-ENV:Body>
      <RetDecimal xmlns="http://tempuri.org/">
      <inDecimal>0</inDecimal>
      </RetDecimal>
      </SOAP-ENV:Body>
      </SOAP-ENV:Envelope>

      Trace:

      Program received signal SIGSEGV, Segmentation fault.
      [Switching to Thread -1208206416 (LWP 12907)]
      0x00cd82c3 in axis2_om_element_find_namespace (ele=0x9792410, env=0xb7fc33d8, node=0x979e5c0,
      uri=0x978d920 "http://tempuri.org/", prefix=0x0) at om_element.c:423
      423 if (ns &&
      (gdb) bt
      #0 0x00cd82c3 in axis2_om_element_find_namespace (ele=0x9792410, env=0xb7fc33d8, node=0x979e5c0,
      uri=0x978d920 "http://tempuri.org/", prefix=0x0) at om_element.c:423
      #1 0x00cd83c7 in axis2_om_element_find_namespace (ele=0x978d700, env=0xb7fc33d8, node=0x9796d70,
      uri=0x978d920 "http://tempuri.org/", prefix=0x0) at om_element.c:448
      #2 0x00cd83c7 in axis2_om_element_find_namespace (ele=0x978d858, env=0xb7fc33d8, node=0x978d4a8,
      uri=0x978d920 "http://tempuri.org/", prefix=0x0) at om_element.c:448
      #3 0x00cd8545 in axis2_om_element_declare_namespace (ele=0x978d858, env=0xb7fc33d8, node=0x978d4a8, ns=0x978d910)
      at om_element.c:471
      #4 0x00cdf2f7 in axis2_om_stax_builder_process_namespaces (om_stax_builder=0x979c398, env=0xb7fc33d8, node=0x978d4a8,
      is_soap_element=0) at om_stax_builder.c:397
      #5 0x00cdf959 in axis2_om_stax_builder_create_om_element (om_stax_builder=0x979c398, env=0xb7fc33d8)
      at om_stax_builder.c:530
      #6 0x00ce0d1b in axis2_om_stax_builder_next_with_token (builder=0x979c398, env=0xb7fc33d8) at om_stax_builder.c:949
      #7 0x00d4c62c in axis2_soap_builder_next (builder=0x9793f28, env=0xb7fc33d8) at soap_builder.c:336
      #8 0x00d493c2 in axis2_soap_body_has_fault (body=0x978d790, env=0xb7fc33d8) at soap_body.c:240
      #9 0x007999ca in axis2_http_transport_utils_process_http_post_request (env=0xb7fc33d8, msg_ctx=0x9787a28,
      in_stream=0x979f5d8, out_stream=0x97a4008, content_type=0x979e338 "text/xml", content_length=652,
      soap_action_header=0x97951b0 "http://tempuri.org/IBaseDataTypesDocLitW/RetDecimal",
      request_uri=0x979e4b0 "/axis2/services/doc_lit_w") at ../transport/http/http_transport_utils.c:300
      #10 0x007985c1 in axis2_http_worker_process_request (http_worker=0x9796ca0, env=0xb7fc33d8, svr_conn=0x9793fb8,
      simple_request=0x979e4e0) at ../transport/http/http_worker.c:286
      #11 0x0011581d in worker_func (thd=0x9793a28, data=0x979a678) at http_svr_thread.c:310
      #12 0x004e255a in dummy_worker (opaque=0x9793a28) at thread_unix.c:84
      #13 0x0011db80 in start_thread () from /lib/libpthread.so.0
      #14 0x001f4dee in clone () from /lib/libc.so.6

      Attachments

        Activity

          People

            nandika Korale Gamaralalage Nandika Chandrasiri Jayawardana
            samisa Don Samisa Abeysinghe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: