[jboss-jira] [JBoss JIRA] (AS7-5249) Server freezes on marhalling exception
Frank Ulbricht (JIRA)
jira-events at lists.jboss.org
Wed Jul 25 09:36:06 EDT 2012
Frank Ulbricht created AS7-5249:
-----------------------------------
Summary: Server freezes on marhalling exception
Key: AS7-5249
URL: https://issues.jboss.org/browse/AS7-5249
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.1.1.Final
Environment: Windows 7 64 bit, Java 1.7.0 64 bit
Reporter: Frank Ulbricht
Assignee: Jason Greene
Attachments: jboss-freeze-build.zip
If the server throwns an exception that is not in the classpath of a remote client, a ClassNotFoundException is thrown by the marshalling (River). This can be expected but after this the server freezes and does not anser anymore (btw: the http services still answers).
The attachted sample application was originally a try to hide the server exceptions from the client. It is an Eclipse/Maven project. If you remove the comment from the @Interceptors line in class HelloControllerBean everything works fine because the exception gets converted. But if executed as provided the expected ClassNotFoundException on the client will be thrown and after this the server freezes. You can not run the client again and Ctrl+C does not terminate the server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list