[jboss-jira] [JBoss JIRA] Updated: (JBASM-16) server shutdown timeout

Aleksandar Kostadinov (JIRA) jira-events at lists.jboss.org
Tue Oct 28 12:33:21 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBASM-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksandar Kostadinov updated JBASM-16:
---------------------------------------

    Description: 
I see Server Manager now uses two system properties - timeout for start-up and shutdown.
The one for shutdown is ignored.

ServerManager.java
{code}
   public static final String SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT = "jbossas.startup.timeout";
   public static final String SYSTEM_PROPERTY_JBOSSAS_SHUTDOWN_TIMEOUT = "jbossas.shutdown.timeout";
   private static final int WAIT_TIME = Integer.parseInt(System.getProperty(SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT, "45"));
   private static final int START_TIME = Integer.parseInt(System.getProperty(SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT, "120"));
{code}

  was:
I see Server Manager now uses two system properties - timeout for start-up and shutdown.
The one for shutdown is ignored.

ServerManager.java
{code}
   public static final String SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT = "jbossas.startup.timeout";
   public static final String SYSTEM_PROPERTY_JBOSSAS_SHUTDOWN_TIMEOUT = "jbossas.shutdown.timeout";
   private static final int WAIT_TIME = Integer.parseInt(System.getProperty(SYSTEM_PROPERTY_JBOSSAS_SHUTDOWN_TIMEOUT, "45"));
   private static final int START_TIME = Integer.parseInt(System.getProperty(SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT, "120"));
{code}



> server shutdown timeout
> -----------------------
>
>                 Key: JBASM-16
>                 URL: https://jira.jboss.org/jira/browse/JBASM-16
>             Project: JBoss AS Server Manager
>          Issue Type: Bug
>            Reporter: Aleksandar Kostadinov
>            Assignee: Aleksandar Kostadinov
>
> I see Server Manager now uses two system properties - timeout for start-up and shutdown.
> The one for shutdown is ignored.
> ServerManager.java
> {code}
>    public static final String SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT = "jbossas.startup.timeout";
>    public static final String SYSTEM_PROPERTY_JBOSSAS_SHUTDOWN_TIMEOUT = "jbossas.shutdown.timeout";
>    private static final int WAIT_TIME = Integer.parseInt(System.getProperty(SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT, "45"));
>    private static final int START_TIME = Integer.parseInt(System.getProperty(SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT, "120"));
> {code}

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

        



More information about the jboss-jira mailing list