I am trying to deploy Axis2 in Geronimo 2.2.1.  I found some instructions
that said to modify ../var/config/config.xml, removing the condition
attributes for the axis2-deployer and cxf-deployer modules and adding
'load="true"' to the former and 'load="false"' to the latter.  I did so,
making the modules in question as follows.

<module name="org.apache.geronimo.configs/axis2-deployer/2.2.1/car"
load="true"/>

<module name="org.apache.geronimo.configs/cxf-deployer/2.2.1/car"
load="false"/>

After starting Geronimo and going to
http://localhost:8080/axis2/axis2-web/index.jsp, if I click on either
"Services" or "Administration", the console displays 2
"java.lang.NoClassDefFoundError" errors, shown below.

2017-11-13 17:41:46,534 ERROR [[/axis2]] StandardWrapper.Throwable
java.lang.NoClassDefFoundError: org/apache/commons/io/FileUtils

2017-11-13 17:41:46,536 ERROR [[AxisAdminServlet]] Allocate exception for
servlet AxisAdminServlet
java.lang.NoClassDefFoundError: org/apache/commons/io/FileUtils

If I click on "Verify", everything seems okay with the exception below.

Examining Version Service

There was a problem in Axis2 version service , may be the service not
available or some thing has gone wrong. But this does not mean system is not
working ! Try to upload some other service and check to see whether it is
working.

Does anyone know how I am supposed to deploy Axis2 in Geronimo 2.2.1?

Thanks for any assistance you can offer.


-Mike




--
Sent from: http://apache-geronimo.328035.n3.nabble.com/Users-f328036.html

Reply via email to