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]
