Axis server crashes
-------------------
Key: AXIS-2786
URL: https://issues.apache.org/jira/browse/AXIS-2786
Project: Axis
Issue Type: Bug
Components: Basic Architecture
Affects Versions: 1.4
Reporter: Kaido Kalda
Priority: Critical
Server worker dies if response does not contain schema specified data causing
server not accept connections anymore.
Stack trace ends up in two places:
1) public void exception(final NHttpServerConnection conn, final IOException
ex) @ LoggingNHttpServiceHandler
2) public void exception(NHttpServerConnection conn, IOException e) @
ServerHandler
Where ex.getMessage() simply returns no message (null) and therefore
NullpointerException is thrown and nowhere catched - thread will die.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.