Easy-WSDL

Unavailable WSDL - Wrong stack trace

Details

  • Type: Bug Bug
  • Status: New New
  • Resolution: Unresolved
  • Affects Version/s: 2.3
  • Fix Version/s: None
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    When reading an unavailable distant WSDL, the following stack trace is returned. It does not correspond to the real problem (the WSDL is unavailable).

    Caused by: org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.WSDL4ComplexWsdlException: org.ow2.easywsdl.schema.api.XmlException:
    SchemaException: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".
    at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:192)
    at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:116)
    at org.ow2.petals.component.framework.util.WSDLUtilImpl.createWsdlDescription(WSDLUtilImpl.java:207)
    at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.getWsdlDescription(AbstractServiceUnitManager.java:134)
    ... 18 more
    Caused by: org.ow2.easywsdl.schema.api.XmlException: SchemaException: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".
    at org.ow2.easywsdl.schema.util.SourceHelper.convertInputSource2DOMSource(SourceHelper.java:107)
    at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:144)
    ... 21 more
    Caused by: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".
    at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
    at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
    at org.ow2.easywsdl.schema.util.SourceHelper.convertInputSource2DOMSource(SourceHelper.java:102)

    Show
    When reading an unavailable distant WSDL, the following stack trace is returned. It does not correspond to the real problem (the WSDL is unavailable). Caused by: org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.WSDL4ComplexWsdlException: org.ow2.easywsdl.schema.api.XmlException: SchemaException: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>". at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:192) at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:116) at org.ow2.petals.component.framework.util.WSDLUtilImpl.createWsdlDescription(WSDLUtilImpl.java:207) at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.getWsdlDescription(AbstractServiceUnitManager.java:134) ... 18 more Caused by: org.ow2.easywsdl.schema.api.XmlException: SchemaException: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>". at org.ow2.easywsdl.schema.util.SourceHelper.convertInputSource2DOMSource(SourceHelper.java:107) at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:144) ... 21 more Caused by: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>". at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284) at org.ow2.easywsdl.schema.util.SourceHelper.convertInputSource2DOMSource(SourceHelper.java:102)
  • Environment:
    os: all

Issue Links

People

  • Assignee:
    mjambert
    Reporter:
    noddoux
  • Watchers:
    0

Dates

  • Created:
    Wed, 11 Aug 2010 - 11:59:35 +0200
    Updated:
    Wed, 11 Aug 2010 - 11:59:58 +0200