You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2012/08/30 09:00:09 UTC

[jira] [Created] (QPID-4270) Web management plugin should write operation log entries on startup, shutdown etc

Keith Wall created QPID-4270:
--------------------------------

             Summary: Web management plugin should write operation log entries on startup, shutdown etc
                 Key: QPID-4270
                 URL: https://issues.apache.org/jira/browse/QPID-4270
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Keith Wall
            Assignee: Keith Wall
            Priority: Minor
             Fix For: 0.19


Java web management plugin should write operational log messages in a similar fashion to those written by the JMX management plugin.   This will allow the user to readily determine that the desired managament layer(s) are operational and to which ports they are bound.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-4270) Web management plugin should write operation log entries on startup, shutdown etc

Posted by "Keith Wall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445268#comment-13445268 ] 

Keith Wall commented on QPID-4270:
----------------------------------

I've changed the web management plugin to log the same operational log messages as the JMX management plugin, with the addition of the new message parameter, which identifies the type of management.  The messages look like this:

{noformat}
[Broker] BRK-1006 : Using configuration : /Users/keith/src/qpid/qpid/java/build/etc/config.xml
[Broker] BRK-1007 : Using logging configuration : /Users/keith/src/qpid/qpid/java/build/etc/log4j.xml
[Broker] MNG-1001 : Web Management Startup
[Broker] MNG-1002 : Starting : HTTP : Listening on port 8080
[Broker] MNG-1002 : Starting : HTTPS : Listening on port 8443
[Broker] MNG-1006 : Using SSL Keystore : /Users/keith/src/qpid/qpid/java/build/etc/qpid.keystore
[Broker] MNG-1004 : Web Management Ready
[Broker] MNG-1001 : JMX Management Startup
[Broker] MNG-1002 : Starting : RMI Registry : Listening on port 8999
[Broker] MNG-1002 : Starting : JMX RMIConnectorServer : Listening on port 9099
[Broker] MNG-1004 : JMX Management Ready
[Broker] BRK-1001 : Startup : Version: 0.19 Build: exported
[Broker] BRK-1010 : Platform : JVM : Apple Inc. version: 1.6.0_33-b03-424-11M3720 OS : Mac OS X version: 10.8 arch: x86_64
[Broker] BRK-1011 : Maximum Memory : 1,069,416,448 bytes
[Broker] BRK-1002 : Starting : Listening on TCP port 5672
[Broker] BRK-1004 : Qpid Broker Ready
{noformat}

and at shutdown:

{noformat}
012-08-30 21:16:04,213 INFO  [FelixStartLevel] (Log4jMessageLogger.java:73) - [Broker] MNG-1003 : Shutting down : JMX RMIConnectorServer : port 9099
2012-08-30 21:16:04,214 INFO  [FelixStartLevel] (Log4jMessageLogger.java:73) - [Broker] MNG-1003 : Shutting down : RMI Registry : port 8999
2012-08-30 21:16:04,216 INFO  [FelixStartLevel] (Log4jMessageLogger.java:73) - [Broker] MNG-1005 : JMX Management Stopped
2012-08-30 21:16:04,216 INFO  [FelixStartLevel] (Log4jMessageLogger.java:73) - [Broker] MNG-1003 : Shutting down : HTTP : port 8080
2012-08-30 21:16:04,216 INFO  [FelixStartLevel] (Log4jMessageLogger.java:73) - [Broker] MNG-1003 : Shutting down : HTTPS : port 8443
2012-08-30 21:16:04,284 INFO  [FelixStartLevel] (Log4jMessageLogger.java:73) - [Broker] MNG-1005 : Web Management Stopped
2012-08-30 21:16:04,286 INFO  [QpidBrokerShutdownHook] (Log4jMessageLogger.java:73) - [Broker] BRK-1005 : Stopped
{noformat}

                
> Web management plugin should write operation log entries on startup, shutdown etc
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-4270
>                 URL: https://issues.apache.org/jira/browse/QPID-4270
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>            Priority: Minor
>             Fix For: 0.19
>
>
> Java web management plugin should write operational log messages in a similar fashion to those written by the JMX management plugin.   This will allow the user to readily determine that the desired managament layer(s) are operational and to which ports they are bound.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Updated] (QPID-4270) Web management plugin should write operational log entries on startup, shutdown etc

Posted by "Keith Wall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-4270:
-----------------------------

    Status: Ready To Review  (was: In Progress)
    
> Web management plugin should write operational log entries on startup, shutdown etc
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-4270
>                 URL: https://issues.apache.org/jira/browse/QPID-4270
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>            Priority: Minor
>             Fix For: 0.19
>
>
> Java web management plugin should write operational log messages in a similar fashion to those written by the JMX management plugin.   This will allow the user to readily determine that the desired managament layer(s) are operational and to which ports they are bound.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-4270) Web management plugin should write operational log entries on startup, shutdown etc

Posted by "Keith Wall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445291#comment-13445291 ] 

Keith Wall commented on QPID-4270:
----------------------------------

Patch applied.  Robbie, could you review please? 

I wish to point out that this change removes the ability of MNG-1004 to log "Using the platform JMX Agent".  This was done to allow MNG-1004 to be conveniently shared between the two management implementations (platform JMX Agent makes no sense for Web).

We also still need to log MNG-1007/MNG-1008, but I thought this was best left until we had the ability to log users out of the console.

Thoughts welcome.
                
> Web management plugin should write operational log entries on startup, shutdown etc
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-4270
>                 URL: https://issues.apache.org/jira/browse/QPID-4270
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>            Priority: Minor
>             Fix For: 0.19
>
>
> Java web management plugin should write operational log messages in a similar fashion to those written by the JMX management plugin.   This will allow the user to readily determine that the desired managament layer(s) are operational and to which ports they are bound.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Updated] (QPID-4270) Web management plugin should write operational log entries on startup, shutdown etc

Posted by "Keith Wall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-4270:
-----------------------------

    Summary: Web management plugin should write operational log entries on startup, shutdown etc  (was: Web management plugin should write operation log entries on startup, shutdown etc)
    
> Web management plugin should write operational log entries on startup, shutdown etc
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-4270
>                 URL: https://issues.apache.org/jira/browse/QPID-4270
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>            Priority: Minor
>             Fix For: 0.19
>
>
> Java web management plugin should write operational log messages in a similar fashion to those written by the JMX management plugin.   This will allow the user to readily determine that the desired managament layer(s) are operational and to which ports they are bound.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Resolved] (QPID-4270) Web management plugin should write operational log entries on startup, shutdown etc

Posted by "Robbie Gemmell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-4270.
----------------------------------

    Resolution: Fixed

Looks good to me.
                
> Web management plugin should write operational log entries on startup, shutdown etc
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-4270
>                 URL: https://issues.apache.org/jira/browse/QPID-4270
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.19
>
>
> Java web management plugin should write operational log messages in a similar fashion to those written by the JMX management plugin.   This will allow the user to readily determine that the desired managament layer(s) are operational and to which ports they are bound.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Assigned] (QPID-4270) Web management plugin should write operational log entries on startup, shutdown etc

Posted by "Keith Wall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall reassigned QPID-4270:
--------------------------------

    Assignee: Robbie Gemmell  (was: Keith Wall)
    
> Web management plugin should write operational log entries on startup, shutdown etc
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-4270
>                 URL: https://issues.apache.org/jira/browse/QPID-4270
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.19
>
>
> Java web management plugin should write operational log messages in a similar fashion to those written by the JMX management plugin.   This will allow the user to readily determine that the desired managament layer(s) are operational and to which ports they are bound.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org