On Fri, Jan 7, 2011 at 7:36 PM, April Easton <[email protected]>wrote:
> I downloaded the snapshot axis2-SNAPSHOT.jar and renamed all the axis2 > 1.5.3 jars to .old. The log4j error is gone and the axis2 Happiness Page > comes up valid, but now I get the following error and the services won't > load: > > [ERROR] Clustering implementation class > org.apache.axis2.clustering.tribes.TribesClusterManager not found > org.apache.axis2.deployment.DeploymentException: Clustering implementation > class org.apache.axis2.clustering.tribes.TribesClusterManager not found > if you don't use clustering you can simply remove them from the axis2.xml or put the axis2-clustering jar to your class path. thanks, Amila. > > > April > > -----Original Message----- > From: Andreas Veithen [mailto:[email protected]] > Sent: Tuesday, January 04, 2011 3:52 PM > To: [email protected] > Subject: Re: Deploying Axis2 on IBM p720 > > Could be related to AXIS2-4620. That JIRA issue describes a change to > the logging stuff in AxisServlet done by the IBM people and the > rationale of which I never really understood. Maybe this is a > workaround for some obscure issue occurring in the IBM JRE and that > may help in your case as well. AXIS2-4620 was only fixed on the trunk, > but not the 1.5 branch. You will need to test this with a recent > snapshot build [1]. If you confirm that the snapshot works, then we > can attempt to merge the change to the 1.5 branch to include it into > Axis2 1.5.5. > > Andreas > > [1] http://axis.apache.org/axis2/java/core/faq.html#a1 > > On Tue, Jan 4, 2011 at 18:33, April Easton <[email protected]> > wrote: > > Good day, > > > > I have successfully deployed axis2 v. 1.5.3 on an X86_64 machine. > Now, > > I need to deploy axis2 on an IBM p720 ppc64 machine which currently has a > > working axis application on it. I have copied the axis2 files to this > > machine and am unable to get this deployed properly. I am receiving 2 > > errors. The first one is in the catalina.out file and is a log4j error as > > follows > > > > log4j:ERROR A "org.apache.log4j.ConsoleAppender" object is not assignable > to > > a "org.apache.log4j.Appender" variable. > > > > log4j:ERROR The class "org.apache.log4j.Appender" was loaded by > > > > log4j:ERROR [org.apache.catalina.loader.standardclassloa...@6a636a63] > > whereas object of type > > > > log4j:ERROR "org.apache.log4j.ConsoleAppender" was loaded by > > [WebappClassLoader > > > > delegate: false > > > > repositories: > > > > /WEB-INF/classes/ > > > > ----------> Parent Classloader: > > > > org.apache.catalina.loader.standardclassloa...@6a636a63 > > > > ]. > > > > log4j:ERROR Could not instantiate appender named "CONSOLE" > > > > > > > > The second one I receive in the localhost log is > > > > SEVERE: Servlet /axis2 threw load() exception Throwable occurred: > > java.lang.ClassCastException: > > org.apache.axis2.clustering.tribes.TribesClusterManager incompatible with > > org.apache.axis2.clustering.ClusterManager > > > > > > > > I have searched the web and could not find the error in the localhost > log. > > I found the log4j error, but don't remember having this issue on the > > development machine. Is this because I'm running axis and axis2 on the > same > > Tomcat installation? I have double checked the jar files and they look > ok. > > What should I be looking for? > > > > > > > > Thanks, > > > > April Easton > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
