]
ehsavoie Hugonnet commented on WFCORE-230:
------------------------------------------
Should we just log it at the server level or should some error message goes back to the HC
so that it could log it?
Failure by ProcessController to launch a server vm is not logged
----------------------------------------------------------------
Key: WFCORE-230
URL:
https://issues.jboss.org/browse/WFCORE-230
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 1.0.0.Alpha11
Reporter: Brian Stansberry
Assignee: ehsavoie Hugonnet
Fix For: 1.0.0.CR1
In a domain configuration, if a server is associated with an incorrectly configurated jvm
java-home (e.g. domain.xml -> server-groups -> jvm), it will fail silently (no error
shown in logs). For example:
```
<server-group name="mySrvrGrp" profile="full">
<jvm name="my-default" java-home="/usr/java/wrongPath">
<heap size="1024m" max-size="4096m"/>
<permgen size="256m" max-size="256m"/>
<stack size="256k"/>
```