Hide Forgot
Date of First Response: 2008-04-09 13:33:42 Workaround Description: Wait for some time before trying to shutdown the server. project_key: SOA Testing windows SOA-P bootstrapping scripts I see that embedded server need some time after server has started to accept the shutdown command I issue. Standalone server is not affected. #This doesn't work 1. run.bat <optiuons> 2. wait for server to output " Started in " 3. shutdown.bat -S <options> #This works 1. run.bat <optiuons> 2. wait for server to output " Started in " 3. sleep 60 4. shutdown.bat -S <options>
Link: Added: This issue related JBQA-1430
Alex - can you attach a server log?
Note that subsequently server was shutdown with -H but the initial attempt to shutdown the server failed.
Attachment: Added: server.log.gz
This doesn't seem to be a problem for me with 4.3.0 IR1.
Verified in IR2
Link: Added: This issue related SOA-865