[jboss-jira] [JBoss JIRA] (WFCORE-476) Redhat/Debian script problem when deleting Console Handler
James Perkins (JIRA)
issues at jboss.org
Tue Dec 16 16:32:29 EST 2014
[ https://issues.jboss.org/browse/WFCORE-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins moved WFLY-3397 to WFCORE-476:
--------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-476 (was: WFLY-3397)
Affects Version/s: (was: 8.1.0.CR2)
Component/s: Scripts
(was: Scripts)
> Redhat/Debian script problem when deleting Console Handler
> ----------------------------------------------------------
>
> Key: WFCORE-476
> URL: https://issues.jboss.org/browse/WFCORE-476
> Project: WildFly Core
> Issue Type: Bug
> Components: Scripts
> Reporter: Marcial Atiénzar Navarro
> Assignee: James Perkins
> Priority: Minor
>
> The scripts to start wildfly as service on redhat/debian use this code:
> {code}
> until [ $count -gt $STARTUP_WAIT ]
> do
> grep 'JBAS015874:' "$JBOSS_CONSOLE_LOG" > /dev/null
> if [ $? -eq 0 ] ; then
> launched=1
> break
> fi
> sleep 1
> count=$((count + 1));
> done
> {code}
> But if you have delete console handler in production enviroment, and increase the startup_wait because you have more applications deployed on server, it takes to start all the time specified on STARTUP_WAIT
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list