You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2014/09/18 23:55:33 UTC

[jira] [Resolved] (AXIOM-462) java.lang.NoSuchMethodError: org/apache/axiom/attachments/Attachments.getRootPartInputStream()Ljava/io/InputStream;

     [ https://issues.apache.org/jira/browse/AXIOM-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIOM-462.
-----------------------------------
    Resolution: Not a Problem

If you get this error, then this is clearly because there are multiple versions of Axiom in the class loader hierarchy and not because of a bug in Axiom. This type of deployment issues should be discussed on the project's mailing list.

> java.lang.NoSuchMethodError: org/apache/axiom/attachments/Attachments.getRootPartInputStream()Ljava/io/InputStream;
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-462
>                 URL: https://issues.apache.org/jira/browse/AXIOM-462
>             Project: Axiom
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.2.14
>            Reporter: Naval
>            Priority: Blocker
>
> I am on Axiom 1.2.14. Followed all guidelines for upgrading on release notes.
> At runtime getting an exception
> java.lang.NoSuchMethodError: org/apache/axiom/attachments/Attachments.getRootPartInputStream()Ljava/io/InputStream;
> Line of failure in AxiomSoapMessageFactory class at runtime is 
>     XMLStreamReader reader = inputFactory.createXMLStreamReader(attachments.getRootPartInputStream(),
>                 getCharSetEncoding(attachments.getRootPartContentType()));
> Is this something already resolved? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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