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]
