[
https://jira.jboss.org/jira/browse/JBASM-16?page=com.atlassian.jira.plugi...
]
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