Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5-beta1
-
None
-
None
-
Operating System: Other
Platform: Other
-
24054
Description
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).
Attachments
Issue Links
- depends upon
-
CACTUS-151 Refactor Ant integration to use Cargo
- Closed