I deployed the axis2.war file from the link below.  I've also commented out the 
clustering from axis2.xml.  I also commented out the addressing directive 
because I got an error "Throwable occurred: org.apache.axis2.AxisFault: The 
system is attempting to engage a module that is not available: addressing" 
(This is a new error).  Now, I'm getting the following error.

Jan 11, 2011 10:44:29 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet AxisServlet threw exception
Throwable occurred: javax.servlet.ServletException: https is forbidden
        at 
org.apache.axis2.transport.http.AxisServlet.preprocessRequest(AxisServlet.java:620)
        at 
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:130)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
...

Thanks,
April

-----Original Message-----
From: Andreas Veithen [mailto:[email protected]] 
Sent: Monday, January 10, 2011 3:11 PM
To: [email protected]
Subject: Re: Deploying Axis2 on IBM p720

April,

I've merged the change to the 1.5 branch and it is now available in
the 1.5.5-SNAPSHOT build:

https://hudson.apache.org/hudson/job/axis2-1.5/lastBuild/org.apache.axis2$distribution/

Can you test with that one so that we can confirm that this was indeed
the issue?

As pointed out by Amila, you can disable the clustering feature by
editing your axis2.xml file.

Andreas

On Fri, Jan 7, 2011 at 15:06, 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
>
>
> 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]
>
>

---------------------------------------------------------------------
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]

Reply via email to