David-

If you are using Log4j please enable logger by placing log4j.properties on 
classpath
Are you writing to either <log | system.err | system.out> in your web service??

M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "Ali Sadik Kumlali" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, August 22, 2006 5:02 AM
Subject: Re: Logging, response code 500


> Hi David,
> 
> If you haven't already done, please;
> - Uncomment 
> "org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger" 
> line found in commons-logging.properties which resides under 
> axis2\WEB-INF\classes\
> - Add "log4j.logger.org.apache.axis2.transport.http=DEBUG" line into 
> log4j.properties file resides under axis2\WEB-INF\classes\
> - You may also need to add "log4j.logger.org.apache.axis2.receivers=DEBUG" to 
> this file.
> 
> If none of these works, could you please look at 
> https://issues.apache.org/jira/browse/AXIS2-746 ?
> 
> Hope this helps,
> 
> Ali Sadik Kumlali
> 
> ----- Original Message ----
> From: David Melgar <[EMAIL PROTECTED]>
> To: [email protected]
> Sent: Tuesday, August 22, 2006 7:31:11 AM
> Subject: Logging, response code 500
> 
> I've had multiple instances where I attempt to invoke a web service on
> Axis2 and recieve a fault with response code 500.
> 
> No exception is logged on the server, nor any other obvious additional
> information.
> 
> Is there some way to enable logging on Axis2 so that it can log an
> exception or provide more information regarding errors?
> 
> Thanks
> 
> 
> ---------------------------------------------------------------------
> 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