Followed this tutorial to turn my Java app into a windows server.
http://blog.platinumsolutions.com/node/234
Then I got the dreaded Error 1053 on stopping.
It was happening to me on Windows 2008 Server 64 bit R2.
Found that if I put a timeout on the stop, i did not get the error.
set PR_STOPTIMEOUT=5
0 Comments.