You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Joe Bohn (JIRA)" <de...@geronimo.apache.org> on 2005/11/23 16:30:36 UTC

[jira] Created: (GERONIMO-1226) Remove broken Reboot option from Console Option

Remove broken Reboot option from Console Option
-----------------------------------------------

         Key: GERONIMO-1226
         URL: http://issues.apache.org/jira/browse/GERONIMO-1226
     Project: Geronimo
        Type: Bug
  Components: console  
    Versions: 1.0    
 Environment: windows xp pro
    Reporter: Joe Bohn
 Assigned to: Joe Bohn 
     Fix For: 1.0


The "Reboot" option on the Web Console is not functional in it's current implementation.   I posted a question on this to dev  (see thread:  http://mail-archives.apache.org/mod_mbox/geronimo-dev/200511.mbox/%3c43834B39.1000008@earthlink.net%3e ).  The response was that I should remove this capability for now. 

Here are the problems based upon the configuration:
The failures from the reboot vary according to the configuration.  I've 
only tried this with the default configuration, jetty only, and tomcat 
only ... but this is the results:

Jetty only
  - Gets an error while starting G-Bean 
"geronimo:type=NetworkService,name=EJB" and indicates it is in the 
failed state.  This was Caused by: java.net.BindException: Address 
already in use: JVM_Bind.  In the error log it looks like the port was 
4201.  However, the things (at least for the console) appear to work 
normally after the restart.

Tomcat only
  - Doesn't get any errors, but results in the JVM terminating without 
an attempt at restart.  I haven't tracked down yet who is doing the 
system exit but there isn't much in the log to indicate a failure.

Both Jetty & Tomcat (Jetty on 8080, Tomcat on 8090)
- Gets a whole bunch of error on restart - starting with the same error 
as Jetty only above plus numerous errors from Tomcat in BaseModelMBean, 
Registry, Connector, JkMain.  However, once again the console appears to 
function appropriately (of course it is running on Jetty).



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1226) Remove broken Reboot option from Console Shutdown/Restart

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ]

Joe Bohn updated GERONIMO-1226:
-------------------------------

    Summary: Remove broken Reboot option from Console Shutdown/Restart  (was: Remove broken Reboot option from Console Option)

> Remove broken Reboot option from Console Shutdown/Restart
> ---------------------------------------------------------
>
>          Key: GERONIMO-1226
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1226
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: windows xp pro
>     Reporter: Joe Bohn
>     Assignee: Joe Bohn
>      Fix For: 1.0
>  Attachments: shutdown.patch
>
> The "Reboot" option on the Web Console is not functional in it's current implementation.   I posted a question on this to dev  (see thread:  http://mail-archives.apache.org/mod_mbox/geronimo-dev/200511.mbox/%3c43834B39.1000008@earthlink.net%3e ).  The response was that I should remove this capability for now. 
> Here are the problems based upon the configuration:
> The failures from the reboot vary according to the configuration.  I've 
> only tried this with the default configuration, jetty only, and tomcat 
> only ... but this is the results:
> Jetty only
>   - Gets an error while starting G-Bean 
> "geronimo:type=NetworkService,name=EJB" and indicates it is in the 
> failed state.  This was Caused by: java.net.BindException: Address 
> already in use: JVM_Bind.  In the error log it looks like the port was 
> 4201.  However, the things (at least for the console) appear to work 
> normally after the restart.
> Tomcat only
>   - Doesn't get any errors, but results in the JVM terminating without 
> an attempt at restart.  I haven't tracked down yet who is doing the 
> system exit but there isn't much in the log to indicate a failure.
> Both Jetty & Tomcat (Jetty on 8080, Tomcat on 8090)
> - Gets a whole bunch of error on restart - starting with the same error 
> as Jetty only above plus numerous errors from Tomcat in BaseModelMBean, 
> Registry, Connector, JkMain.  However, once again the console appears to 
> function appropriately (of course it is running on Jetty).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1226) Remove broken Reboot option from Console Shutdown/Restart

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ]
     
Matt Hogstrom closed GERONIMO-1226:
-----------------------------------

    Resolution: Fixed

Hogstrom:~/dev/geronimo/applications hogstrom$ svn commit -m "GERONIMO-1226 Remove shutdown option from console" 
Sending        applications/console-framework/src/webapp/WEB-INF/data/pageregistry.xml
Sending        applications/console-standard/src/webapp/WEB-INF/view/servermanager/help.jsp
Sending        applications/console-standard/src/webapp/WEB-INF/view/servermanager/normal.jsp
Sending        applications/console-standard/src/webapp/WEB-INF/view/servermanager/shutdown.jsp
Transmitting file data ....
Committed revision 348486.

> Remove broken Reboot option from Console Shutdown/Restart
> ---------------------------------------------------------
>
>          Key: GERONIMO-1226
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1226
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: windows xp pro
>     Reporter: Joe Bohn
>     Assignee: Matt Hogstrom
>      Fix For: 1.0
>  Attachments: shutdown.patch
>
> The "Reboot" option on the Web Console is not functional in it's current implementation.   I posted a question on this to dev  (see thread:  http://mail-archives.apache.org/mod_mbox/geronimo-dev/200511.mbox/%3c43834B39.1000008@earthlink.net%3e ).  The response was that I should remove this capability for now. 
> Here are the problems based upon the configuration:
> The failures from the reboot vary according to the configuration.  I've 
> only tried this with the default configuration, jetty only, and tomcat 
> only ... but this is the results:
> Jetty only
>   - Gets an error while starting G-Bean 
> "geronimo:type=NetworkService,name=EJB" and indicates it is in the 
> failed state.  This was Caused by: java.net.BindException: Address 
> already in use: JVM_Bind.  In the error log it looks like the port was 
> 4201.  However, the things (at least for the console) appear to work 
> normally after the restart.
> Tomcat only
>   - Doesn't get any errors, but results in the JVM terminating without 
> an attempt at restart.  I haven't tracked down yet who is doing the 
> system exit but there isn't much in the log to indicate a failure.
> Both Jetty & Tomcat (Jetty on 8080, Tomcat on 8090)
> - Gets a whole bunch of error on restart - starting with the same error 
> as Jetty only above plus numerous errors from Tomcat in BaseModelMBean, 
> Registry, Connector, JkMain.  However, once again the console appears to 
> function appropriately (of course it is running on Jetty).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1226) Remove broken Reboot option from Console Option

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ]

Joe Bohn updated GERONIMO-1226:
-------------------------------

    Geronimo Info: [Patch Available]

> Remove broken Reboot option from Console Option
> -----------------------------------------------
>
>          Key: GERONIMO-1226
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1226
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: windows xp pro
>     Reporter: Joe Bohn
>     Assignee: Joe Bohn
>      Fix For: 1.0
>  Attachments: shutdown.patch
>
> The "Reboot" option on the Web Console is not functional in it's current implementation.   I posted a question on this to dev  (see thread:  http://mail-archives.apache.org/mod_mbox/geronimo-dev/200511.mbox/%3c43834B39.1000008@earthlink.net%3e ).  The response was that I should remove this capability for now. 
> Here are the problems based upon the configuration:
> The failures from the reboot vary according to the configuration.  I've 
> only tried this with the default configuration, jetty only, and tomcat 
> only ... but this is the results:
> Jetty only
>   - Gets an error while starting G-Bean 
> "geronimo:type=NetworkService,name=EJB" and indicates it is in the 
> failed state.  This was Caused by: java.net.BindException: Address 
> already in use: JVM_Bind.  In the error log it looks like the port was 
> 4201.  However, the things (at least for the console) appear to work 
> normally after the restart.
> Tomcat only
>   - Doesn't get any errors, but results in the JVM terminating without 
> an attempt at restart.  I haven't tracked down yet who is doing the 
> system exit but there isn't much in the log to indicate a failure.
> Both Jetty & Tomcat (Jetty on 8080, Tomcat on 8090)
> - Gets a whole bunch of error on restart - starting with the same error 
> as Jetty only above plus numerous errors from Tomcat in BaseModelMBean, 
> Registry, Connector, JkMain.  However, once again the console appears to 
> function appropriately (of course it is running on Jetty).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1226) Remove broken Reboot option from Console Option

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ]

Joe Bohn updated GERONIMO-1226:
-------------------------------

    Attachment: shutdown.patch

Patch removes the reboot option and provides additional warnings & checks for the shutdown command (including a confirmation check).

> Remove broken Reboot option from Console Option
> -----------------------------------------------
>
>          Key: GERONIMO-1226
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1226
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: windows xp pro
>     Reporter: Joe Bohn
>     Assignee: Joe Bohn
>      Fix For: 1.0
>  Attachments: shutdown.patch
>
> The "Reboot" option on the Web Console is not functional in it's current implementation.   I posted a question on this to dev  (see thread:  http://mail-archives.apache.org/mod_mbox/geronimo-dev/200511.mbox/%3c43834B39.1000008@earthlink.net%3e ).  The response was that I should remove this capability for now. 
> Here are the problems based upon the configuration:
> The failures from the reboot vary according to the configuration.  I've 
> only tried this with the default configuration, jetty only, and tomcat 
> only ... but this is the results:
> Jetty only
>   - Gets an error while starting G-Bean 
> "geronimo:type=NetworkService,name=EJB" and indicates it is in the 
> failed state.  This was Caused by: java.net.BindException: Address 
> already in use: JVM_Bind.  In the error log it looks like the port was 
> 4201.  However, the things (at least for the console) appear to work 
> normally after the restart.
> Tomcat only
>   - Doesn't get any errors, but results in the JVM terminating without 
> an attempt at restart.  I haven't tracked down yet who is doing the 
> system exit but there isn't much in the log to indicate a failure.
> Both Jetty & Tomcat (Jetty on 8080, Tomcat on 8090)
> - Gets a whole bunch of error on restart - starting with the same error 
> as Jetty only above plus numerous errors from Tomcat in BaseModelMBean, 
> Registry, Connector, JkMain.  However, once again the console appears to 
> function appropriately (of course it is running on Jetty).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-1226) Remove broken Reboot option from Console Shutdown/Restart

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ]

Matt Hogstrom reassigned GERONIMO-1226:
---------------------------------------

    Assign To: Matt Hogstrom  (was: Joe Bohn)

> Remove broken Reboot option from Console Shutdown/Restart
> ---------------------------------------------------------
>
>          Key: GERONIMO-1226
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1226
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: windows xp pro
>     Reporter: Joe Bohn
>     Assignee: Matt Hogstrom
>      Fix For: 1.0
>  Attachments: shutdown.patch
>
> The "Reboot" option on the Web Console is not functional in it's current implementation.   I posted a question on this to dev  (see thread:  http://mail-archives.apache.org/mod_mbox/geronimo-dev/200511.mbox/%3c43834B39.1000008@earthlink.net%3e ).  The response was that I should remove this capability for now. 
> Here are the problems based upon the configuration:
> The failures from the reboot vary according to the configuration.  I've 
> only tried this with the default configuration, jetty only, and tomcat 
> only ... but this is the results:
> Jetty only
>   - Gets an error while starting G-Bean 
> "geronimo:type=NetworkService,name=EJB" and indicates it is in the 
> failed state.  This was Caused by: java.net.BindException: Address 
> already in use: JVM_Bind.  In the error log it looks like the port was 
> 4201.  However, the things (at least for the console) appear to work 
> normally after the restart.
> Tomcat only
>   - Doesn't get any errors, but results in the JVM terminating without 
> an attempt at restart.  I haven't tracked down yet who is doing the 
> system exit but there isn't much in the log to indicate a failure.
> Both Jetty & Tomcat (Jetty on 8080, Tomcat on 8090)
> - Gets a whole bunch of error on restart - starting with the same error 
> as Jetty only above plus numerous errors from Tomcat in BaseModelMBean, 
> Registry, Connector, JkMain.  However, once again the console appears to 
> function appropriately (of course it is running on Jetty).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira