CLONE - Domain process is running in loop when invalid host or domain configuration is
specified, process must be killed using -9
---------------------------------------------------------------------------------------------------------------------------------
Key: AS7-2238
URL:
https://issues.jboss.org/browse/AS7-2238
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Rostislav Svoboda
Assignee: Brian Stansberry
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