The issue is having Java code connecting to the local system on port 8009... For some reason it needs to resolve the local system name and will fail to connect to 8009 on incomplete setups.
Your hosts file should contain (by default at Ubuntu install) a "127.0.1.1 hostname.fullyqualified.domain.name hostname" line, for example if your system is named test.mycompany.com you should have the following line: 127.0.1.1 test.mycompany.com test That way the shutdown code Java can resolve your hostname and connect to TCP/8009 to tell it to shutdown. -- Tomcat fails to shutdown (can't connect to port 8009) https://bugs.launchpad.net/bugs/299866 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
