Axis2/C with Apache2 HTTP Server module returns 500 Internal Server error when
SoapFault is set
-----------------------------------------------------------------------------------------------
Key: AXIS2C-676
URL: https://issues.apache.org/jira/browse/AXIS2C-676
Project: Axis2-C
Issue Type: Bug
Affects Versions: Current (Nightly)
Environment: Axis2/C on 64 bit linux with Apache2 HTTP server module.
Apache HTTP server version Apache/2.0.59
Reporter: Subra A Narayanan
Fix For: Current (Nightly)
When I try return a soap fault, the server sends a 500 Internal Server error to
the client. Chris Darroch created a JIRA issue late last year about this bug
here => https://issues.apache.org/jira/browse/AXIS2C-328 but I dont think the
bug has been fixed. If I sue the simple axis2 http server, the client
successfully receives the soap faul. I used TcpMon to capture the response and
this is what the client sees:
HTTP/1.1 500 Internal Server Error Date: Tue, 21 Aug 2007 17:39:55 GMT Server:
Apache/2.0.59 (rPath) Content-Length: 613 Connection: close Content-Type:
text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML
2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
[EMAIL PROTECTED] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.0.59 (rPath) Server at 168.159.116.42 Port 80</address>
</body></html>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]