[
https://jira.jboss.org/jira/browse/JBESB-2844?page=com.atlassian.jira.plu...
]
Jiri Pechanec updated JBESB-2844:
---------------------------------
Attachment: server.log.gz
Line 18819-...
2009-09-18 11:09:05,649 WARN [org.jboss.remoting.ServerInvoker]
org.jboss.remoting.transport.coyote.CoyoteInvoker@1716083 can not process invocation
requests since is not in started state!
2009-09-18 11:09:05,650 DEBUG [org.jboss.remoting.transport.coyote.CoyoteInvoker] Error
thrown calling invoke on server invoker.
org.jboss.remoting.ServerInvoker$InvalidStateException: Can not process invocation request
since is not in started state.
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:873)
at
org.jboss.remoting.transport.coyote.CoyoteInvoker.service(CoyoteInvoker.java:311)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
The HTTP request ends in error 500
WebService invocation is sometimes handled by CoyoteInvoker belonging
to undeployed package
-------------------------------------------------------------------------------------------
Key: JBESB-2844
URL:
https://jira.jboss.org/jira/browse/JBESB-2844
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: 4.4 CP3
Reporter: Jiri Pechanec
Priority: Minor
Fix For: 4.4 CP4
Attachments: server.log.gz
There were multiple packages deployed/undeployed in the test. The deployment of
Quickstart_webservice_mtom.esb is started on line 413471. This package starts coyote
invoker with hashCode 17a4c54 at the line 413681. The undeploymetn of this package starts
on line 414408. The CoyoteInvoker with the given hashCode is stopped at line 414457.
The Quickstart_webservice_wsa.esb package deployment starts at line 414599.
The CoyotInvoker with hashCode d93db8 is started at line 414806.
Then the test message is sent via HTTP/SOAP and this request fails on line 515535 because
it was served by the CoyoteInvoker with hashCode 17a4c54 so the one that belongs to
previously undeployed package.
--
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