[
https://jira.jboss.org/jira/browse/JBESB-2525?page=com.atlassian.jira.plu...
]
Kevin Conner updated JBESB-2525:
--------------------------------
Fix Version/s: 4.6
Affects Version/s: 4.5
The HttpRouter is making an assumption that there is a response and, therefore, never
checks to see whether this is indeed the case. This will actually be the second exception
thrown within that method.
Thanks for the report.
HttpRouter fire java.lang.NullPointerException if the Response is
empty (204)
-----------------------------------------------------------------------------
Key: JBESB-2525
URL:
https://jira.jboss.org/jira/browse/JBESB-2525
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.5
Environment: Debian
Reporter: Jurij
Fix For: 4.6
[2009-04-16 18:04:53,353][DEBUG][pool-61-thread-2][header]<< "HTTP/1.1 204 No
Content [\r][\n]"
[2009-04-16 18:04:53,383][DEBUG][pool-61-thread-2][header]<< "Content-Length:
000000000000000[\r][\n]"
[2009-04-16 18:04:53,383][DEBUG][pool-61-thread-2][header]<< "Server:
IBM_CICS_Transaction_Server/3.1.0(zOS)[\r][\n]"
[2009-04-16 18:04:53,383][DEBUG][pool-61-thread-2][header]<< "Date: Thu, 16
Apr 2009 16:04:53 GMT[\r][\n]"
java.lang.NullPointerException
at
org.jboss.soa.esb.actions.routing.http.HttpRouter.process(HttpRouter.java:118)
at
org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.process(ActionProcessingPipeline.java:316)
at
org.jboss.soa.esb.listeners.message.MessageAwareListener$TransactionalRunner.run(MessageAwareListener.java:530)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira