https://issues.apache.org/bugzilla/show_bug.cgi?id=52278
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Mark Thomas <ma...@apache.org> 2011-12-12 23:03:59 UTC --- Something isn't right with your system. The error message shows that the Server object either failed to initialise or has not finished initialisation when start() was called. If it failed, I'd expect to see an error message. If it hasn't finished, start() should never be called since this should be single-threaded at this point. I don't think it is a threading issue because again, the start process is still single threaded at the point you see the error message. This works for me on a variety of platforms and JVMs (Oracle/Windows, Oracle/Linux, OpenJDK/FreeBSD). I am suspicious that this is happening on an IBM JVM but I find it hard to believe a JVM issue this fundamental exists in that JVM. Since this works for me (and a bunch of other people) the best way to troubleshoot / investigate this is via the users mailing list. Bugzilla is not suited to that kind of work. If the users list discussion concludes that there is a bug then this issue can be re-opened once the necessary details (steps to reproduce or a logical explanation of what the bug is if reproduction is hard) have been added. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org