Menu

#351 Shutdown broken in 3.0.6, shutdown through HTTPS is broken

v3.0 Rabbit Hole
closed-duplicate
nobody
5
2003-02-01
2003-01-31
No

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

Discussion

  • Vladyslav Kosulin

    Logged In: YES
    user_id=562186

    It duplicates the patch 677807. Sorry.
    Vlad

     
  • Scott M Stark

    Scott M Stark - 2003-02-01
    • status: open --> closed-duplicate
     

Log in to post a comment.

MongoDB Logo MongoDB