You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Harbarth, Juliane" <Ju...@softwareag.com> on 2006/08/10 11:54:16 UTC

Running Axis and Axis2 in Parallel

 

Hi,
 
I installed Axis2 to get started with RESTful services but also kept
Axis (1) to run my
other services that I do not intend to move to Axis2 yet. They are both
contained in
the same Tomcat.
This went ok for some weeks, but today my Axis clients refuse to work,
telling me:
 
Exception in thread "main" AxisFault
 faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode:
 faultString: Error locating component factory; nested exception is:
        com.softwareag.xbridge.exceptions.ComponentNotFoundException: 
                                           Can not get component for the
host null factory null
 
My Axis2 services are still running though.
Can this have anything to do with my architecture, is is ok to have both
Axis and Axis2
under one Tomcat, what does this error message mean ?
 
Thanks & regards,
Juliane.