[
https://issues.jboss.org/browse/AS7-2237?page=com.atlassian.jira.plugin.s...
]
Emanuel Muckenhuber commented on AS7-2237:
------------------------------------------
There are 2 separate issues. We already fixed the "looping" part. This is when
the ProcessController is re-trying to start the HC again. Where we added a respawn policy,
so it will only try a couple of times and also spend more time waiting until re-trying. I
have a fix for 2nd issue that you can't shutdown the process regularly.
Domain process is running in loop when invalid host or domain
configuration is specified, process must be killed using -9
-------------------------------------------------------------------------------------------------------------------------
Key: AS7-2237
URL:
https://issues.jboss.org/browse/AS7-2237
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Rostislav Svoboda
Assignee: Emanuel Muckenhuber
Fix For: 7.1.0.Beta1
Domain process is running in loop when invalid host or domain configuration is specified.
CPU is luckily not exhausted but process is still running. Command 'kill -9 PID'
must be used to stop domain, Ctrl+C isn't working.
{code}
bin/domain.sh --host-config=foo.xml
bin/domain.sh --domain-config=foo.xml
{code}
Process of standalone server ends correctly when invalid server configuration is
specified.
{code}
bin/standalone.sh --server-config=foo.xml
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira