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 Brian Reinhold <br...@lampreynetworks.com> on 2012/09/28 14:48:03 UTC

what is this maven error on the axis2 src distro?

When trying to run maven from the downloaded axis2-1.6.2 source distribution
I get the following error and cannot find out what it means:

 

ERROR] ResourceManager : unable to find resource 'META-INF/LICENSE.vm' in
any resource loader.

 

I have not had this problem with Rampart, Axiom, or WSS4J.

 

I am trying to make a set of eclipse projects from the distribution and use

mvn eclipse:eclipse -fn

 

and there are so many of these errors this is what I get for a final result:

 

[INFO] Reactor Summary:

[INFO]

[INFO] Apache Axis2 - Parent ............................. SUCCESS [6.156s]

[INFO] Apache Axis2 - Resource bundle .................... SUCCESS [0.450s]

[INFO] Apache Axis2 - Kernel ............................. FAILURE [2.003s]

[INFO] Apache Axis2 - Data Binding ....................... FAILURE [0.344s]

[INFO] Apache Axis2 - Transport - Local .................. FAILURE [0.524s]

[INFO] Apache Axis2 - Transport - HTTP ................... FAILURE [0.366s]

[INFO] Apache Axis2 - Code Generation .................... FAILURE [0.346s]

[INFO] Apache Axis2 - ADB Codegen ........................ FAILURE [0.375s]

[INFO] Apache Axis2 - Addressing ......................... FAILURE [0.419s]

[INFO] Apache Axis2 - Java2WSDL .......................... FAILURE [0.441s]

[INFO] Apache Axis2 - tool - Repository Maven Plugin ..... FAILURE [4.543s]

[INFO] Apache Axis2 - Fast Infoset ....................... FAILURE [0.624s]

[INFO] Apache Axis2 - Clustering ......................... FAILURE [0.206s]

[INFO] Apache Axis2 - Scripting .......................... FAILURE [0.300s]

[INFO] Apache Axis2 - JAXB-RI Data Binding ............... FAILURE [0.281s]

[INFO] Apache Axis2 - SAAJ ............................... FAILURE [0.647s]

[INFO] Apache Axis2 - Metadata ........................... FAILURE [0.524s]

[INFO] Apache Axis2 - JAXWS .............................. FAILURE [0.276s]

[INFO] Apache Axis2 - Test Utilities ..................... FAILURE [0.036s]

[INFO] Apache Axis2 - XMLBeans Data Binding .............. FAILURE [0.166s]

[INFO] Apache Axis2 - tool - WSDL2Code Maven Plugin ...... FAILURE [0.683s]

[INFO] Apache Axis2 - JAXWS Integration Tests ............ SUCCESS [4.868s]

[INFO] Apache Axis2 - JiBX Data Binding .................. FAILURE [0.269s]

[INFO] Apache Axis2 - JSON ............................... FAILURE [0.269s]

[INFO] Apache Axis2 - MTOM Policy ........................ FAILURE [0.155s]

[INFO] Apache Axis2 - spring ............................. FAILURE [0.380s]

[INFO] Apache Axis2 - OSGi Integration ................... FAILURE [0.222s]

[INFO] Apache Axis2 - Integration ........................ SUCCESS [2.243s]

[INFO] Apache Axis2 - MEX ................................ FAILURE [0.165s]

[INFO] Apache Axis2 - MTOM Policy module ................. FAILURE [0.142s]

[INFO] Apache Axis2 - Ping ............................... FAILURE [0.125s]

[INFO] Apache Axis2 - Version Service .................... FAILURE [0.326s]

[INFO] Apache Axis2 - SOAP Monitor Servlet ............... FAILURE [0.036s]

[INFO] Apache Axis2 - SOAP Monitor Module ................ FAILURE [0.194s]

[INFO] Apache Axis2 - tool - AAR Maven Plugin ............ FAILURE [0.368s]

[INFO] Apache Axis2 - tool - Ant Plugin .................. FAILURE [0.245s]

[INFO] Apache Axis2 - tool - Eclipse Codegen Plugin ...... FAILURE [8.860s]

[INFO] Apache Axis2 - tool - Eclipse service Plugin ...... FAILURE [0.565s]

[INFO] Apache Axis2 - tool - Intellij IDEA Plugin ........ FAILURE [0.351s]

[INFO] Apache Axis2 - tool - Java2WSDL Maven Plugin ...... FAILURE [0.410s]

[INFO] Apache Axis2 - tool - MAR Maven Plugin ............ FAILURE [0.315s]

[INFO] Apache Axis2 - CORBA .............................. FAILURE [0.305s]

[INFO] Apache Axis2 - JAXWS (mar) ........................ FAILURE [0.224s]

[INFO] Apache Axis2 - Web Application module ............. FAILURE [1.224s]

[INFO] Apache Axis2 - Root ............................... FAILURE [1.679s]

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

 

Thanks for any help,

 

Brian Reinhold

    LNI

    tel 603 868 8411 x207

    brianreinhold@lampreynetworks.com

 


Re: what is this maven error on the axis2 src distro?

Posted by Andreas Veithen <an...@gmail.com>.
>From your question it is not clear if you get these errors while
simply building Axis2 or only while trying to import the sources into
Eclipse. Assuming it is the latter, please follow the instructions
given here:

http://axis.apache.org/axis2/java/core/svn.html

Andreas

On Fri, Sep 28, 2012 at 2:48 PM, Brian Reinhold
<br...@lampreynetworks.com> wrote:
> When trying to run maven from the downloaded axis2-1.6.2 source distribution
> I get the following error and cannot find out what it means:
>
>
>
> ERROR] ResourceManager : unable to find resource 'META-INF/LICENSE.vm' in
> any resource loader.
>
>
>
> I have not had this problem with Rampart, Axiom, or WSS4J.
>
>
>
> I am trying to make a set of eclipse projects from the distribution and use
>
> mvn eclipse:eclipse –fn
>
>
>
> and there are so many of these errors this is what I get for a final result:
>
>
>
> [INFO] Reactor Summary:
>
> [INFO]
>
> [INFO] Apache Axis2 - Parent ............................. SUCCESS [6.156s]
>
> [INFO] Apache Axis2 - Resource bundle .................... SUCCESS [0.450s]
>
> [INFO] Apache Axis2 - Kernel ............................. FAILURE [2.003s]
>
> [INFO] Apache Axis2 - Data Binding ....................... FAILURE [0.344s]
>
> [INFO] Apache Axis2 - Transport - Local .................. FAILURE [0.524s]
>
> [INFO] Apache Axis2 - Transport - HTTP ................... FAILURE [0.366s]
>
> [INFO] Apache Axis2 - Code Generation .................... FAILURE [0.346s]
>
> [INFO] Apache Axis2 - ADB Codegen ........................ FAILURE [0.375s]
>
> [INFO] Apache Axis2 - Addressing ......................... FAILURE [0.419s]
>
> [INFO] Apache Axis2 - Java2WSDL .......................... FAILURE [0.441s]
>
> [INFO] Apache Axis2 - tool - Repository Maven Plugin ..... FAILURE [4.543s]
>
> [INFO] Apache Axis2 - Fast Infoset ....................... FAILURE [0.624s]
>
> [INFO] Apache Axis2 - Clustering ......................... FAILURE [0.206s]
>
> [INFO] Apache Axis2 - Scripting .......................... FAILURE [0.300s]
>
> [INFO] Apache Axis2 - JAXB-RI Data Binding ............... FAILURE [0.281s]
>
> [INFO] Apache Axis2 - SAAJ ............................... FAILURE [0.647s]
>
> [INFO] Apache Axis2 - Metadata ........................... FAILURE [0.524s]
>
> [INFO] Apache Axis2 - JAXWS .............................. FAILURE [0.276s]
>
> [INFO] Apache Axis2 - Test Utilities ..................... FAILURE [0.036s]
>
> [INFO] Apache Axis2 - XMLBeans Data Binding .............. FAILURE [0.166s]
>
> [INFO] Apache Axis2 - tool - WSDL2Code Maven Plugin ...... FAILURE [0.683s]
>
> [INFO] Apache Axis2 - JAXWS Integration Tests ............ SUCCESS [4.868s]
>
> [INFO] Apache Axis2 - JiBX Data Binding .................. FAILURE [0.269s]
>
> [INFO] Apache Axis2 - JSON ............................... FAILURE [0.269s]
>
> [INFO] Apache Axis2 - MTOM Policy ........................ FAILURE [0.155s]
>
> [INFO] Apache Axis2 - spring ............................. FAILURE [0.380s]
>
> [INFO] Apache Axis2 - OSGi Integration ................... FAILURE [0.222s]
>
> [INFO] Apache Axis2 - Integration ........................ SUCCESS [2.243s]
>
> [INFO] Apache Axis2 - MEX ................................ FAILURE [0.165s]
>
> [INFO] Apache Axis2 - MTOM Policy module ................. FAILURE [0.142s]
>
> [INFO] Apache Axis2 - Ping ............................... FAILURE [0.125s]
>
> [INFO] Apache Axis2 - Version Service .................... FAILURE [0.326s]
>
> [INFO] Apache Axis2 - SOAP Monitor Servlet ............... FAILURE [0.036s]
>
> [INFO] Apache Axis2 - SOAP Monitor Module ................ FAILURE [0.194s]
>
> [INFO] Apache Axis2 - tool - AAR Maven Plugin ............ FAILURE [0.368s]
>
> [INFO] Apache Axis2 - tool - Ant Plugin .................. FAILURE [0.245s]
>
> [INFO] Apache Axis2 - tool - Eclipse Codegen Plugin ...... FAILURE [8.860s]
>
> [INFO] Apache Axis2 - tool - Eclipse service Plugin ...... FAILURE [0.565s]
>
> [INFO] Apache Axis2 - tool - Intellij IDEA Plugin ........ FAILURE [0.351s]
>
> [INFO] Apache Axis2 - tool - Java2WSDL Maven Plugin ...... FAILURE [0.410s]
>
> [INFO] Apache Axis2 - tool - MAR Maven Plugin ............ FAILURE [0.315s]
>
> [INFO] Apache Axis2 - CORBA .............................. FAILURE [0.305s]
>
> [INFO] Apache Axis2 - JAXWS (mar) ........................ FAILURE [0.224s]
>
> [INFO] Apache Axis2 - Web Application module ............. FAILURE [1.224s]
>
> [INFO] Apache Axis2 - Root ............................... FAILURE [1.679s]
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] BUILD FAILURE
>
> [INFO]
> ------------------------------------------------------------------------
>
>
>
> Thanks for any help,
>
>
>
> Brian Reinhold
>
>     LNI
>
>     tel 603 868 8411 x207
>
>     brianreinhold@lampreynetworks.com
>
>

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