[
https://jira.jboss.org/jira/browse/JBESB-2947?page=com.atlassian.jira.plu...
]
Jeff DeLong commented on JBESB-2947:
------------------------------------
I am using SOA-P 5 ER7.
I find that as you document above, if I use an http url for a local JBossWS hosted web
services, the server hangs. I replace the url with the internal url and the server starts
fine.
My question was what if the http url was for a service on another server, and that server
was not reachable. I have since tested that scenario (I put it a bogus IP address for the
servername), and found that it also causes the server to hang. In this case there is an
error message at least:
12:16:16,896 INFO [EsbDeployment] Starting ESB Deployment
'UpdateStatusService.esb'
12:17:32,514 INFO [HttpMethodDirector] I/O exception (java.net.SocketException) caught
when processing request: Network is unreachable
12:17:32,514 INFO [HttpMethodDirector] Retrying request
This server is still hung (e.g. jmx-console is not available). However it is not hung
quite as bad, it will at least shut down without doing a kill -9.
This seems problematic to me, since a customer cannot guarantee that their real services
are always running when they startup their ESB, and hanging the server is never
acceptable.
InternalSOAPProxyWsdlLoader hangs on ESB restart
------------------------------------------------
Key: JBESB-2947
URL:
https://jira.jboss.org/jira/browse/JBESB-2947
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.7
Reporter: David Ward
Assignee: David Ward
Fix For: 4.7
Tom F. and I noticed a problem with the InternalSOAPProxyWsdlLoader's use of
JBossWS's internal SPI, where it is *still* using an http URLConnection
under-the-hood. This is an issue since on restart, Tomcat's http connector is not be
available yet. This causes the main thread of the boot-up to hang.
--
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