Patches item #677807, was opened at 2003-01-30 17:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=677807&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Vladyslav Kosulin (kosulin) Assigned to: Nobody/Anonymous (nobody) Summary: Shutdown broken in 3.0.6, shutdown through HTTPS is broken Initial Comment: 3 fixes: 1. In 3.0.6 org.jboss.Shutdown is broken: PasswordAuthenticator(String username, String password) throws NPE if password is not given. See also patch # 677603. The patch prevents this. 2. It is impossible to shutdown with org.jboss.Shutdown if HTTP is disabled. To fix, I propose to use additional parameter: java org.jboss.Shutdown [host [port [protocol]]] [-u username] [-p password] [-c shutdown_command] Protocol is located after port to prevent existing scripts from break. 3. Masking most exceptions makes it hard to find why the shutdown is not happening. With patch all exceptions are being printed to System.err with printStackTrace(). Vlad Kosulin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=677807&group_id=22866 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development