DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24054>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24054 Sometimes, JBoss is stopped before it has finished starting Summary: Sometimes, JBoss is stopped before it has finished starting Product: Cactus Version: 1.5-beta1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Ant Integration AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It happens sometimes that the <cactus> task tells JBoss to shutdown whereas JBoss has not completely finished starting. This leads to an exception trace on the console from JBoss saying that it has not finished starting. The reason is that we're polling a URL from the servlet container and this container is listening on its port before JBoss is fully started. One possible better implementation would be to use JMX to ask JBoss whether it is started or not (if possible). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
