You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Robert Lazarski (Jira)" <ax...@ws.apache.org> on 2020/07/16 21:13:00 UTC

[jira] [Commented] (AXIS-2938) axis.encoding.DeserializationContext Exception: javax.xml.soap.SOAPException: org.w3c.dom.DOMException: NodeImpl Not found

    [ https://issues.apache.org/jira/browse/AXIS-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17159504#comment-17159504 ] 

Robert Lazarski commented on AXIS-2938:
---------------------------------------

I can't think of any reason why https would be an issue though I don't run Axis 1.x myself, I just help maintain it.

Anyways, since the last official release in 2006 there has been hundreds of commits to the Axis 1.x trunk ... now on git. These include lots of security updates, as there are no known vulnerabilities in the trunk. 

I suggest two things: building from source, and if you still have problems then try to log the values in this code in NodeImpl.java:

git clone https://github.com/apache/axis-axis1-java.git

public void setParentElement(SOAPElement parent) throws SOAPException {
 if (parent == null)
 throw new IllegalArgumentException(
 Messages.getMessage("nullParent00"));
 try {
 setParent((NodeImpl) parent);
 } catch (Throwable t) {
 hrow new SOAPException(t);
 }
 }

 

 

 

> axis.encoding.DeserializationContext Exception: javax.xml.soap.SOAPException: org.w3c.dom.DOMException: NodeImpl Not found
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS-2938
>                 URL: https://issues.apache.org/jira/browse/AXIS-2938
>             Project: Axis
>          Issue Type: Bug
>          Components: Serialization/Deserialization, WSDL processing
>    Affects Versions: 1.4
>         Environment: Weblogic version: 12.2.1.4.0
> JDK 1.8
>            Reporter: Manoj Kumar
>            Priority: Major
>              Labels: Deserialize, SSL, axis_1_4, dom, weblogic
>
> HI Team,
>  
> we are invoking a webservice using Axis 1.4 framework deployed on a oracle weblogic server. While connecting the web  Service viaHTTPS connection we are observing the  exception and the same is not observed while connected via HTTP.
> we are able to consume the web Service successfully and response also received as expected. But while traversing through the response element, we are observing the following FATAL exception for each element .
>  
> Exception details:
> _[WS-Worker--0] 2020-07-16 15:35:04,529 [FATAL] axis.encoding.DeserializationContext Exception:[WS-Worker--0] 2020-07-16 15:35:04,529 [607277928] [FATAL] axis.encoding.DeserializationContext Exception:javax.xml.soap.SOAPException: org.w3c.dom.DOMException: NodeImpl Not found at org.apache.axis.message.NodeImpl.setParentElement(NodeImpl.java:634) at org.apache.axis.encoding.DeserializationContext.pushNewElement(DeserializationContext.java:774) at org.apache.axis.message.SOAPHandler.startElement(SOAPHandler.java:94)
> _
>  
> please provide the solution and let us know what is causing the issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org