[jboss-jira] [JBoss JIRA] (WFCORE-230) Failure by ProcessController to launch a server vm is not logged

Brian Stansberry (JIRA) issues at jboss.org
Wed Feb 25 10:01:50 EST 2015


    [ https://issues.jboss.org/browse/WFCORE-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13043596#comment-13043596 ] 

Brian Stansberry commented on WFCORE-230:
-----------------------------------------

The HC should log it. The server cannot, because the problem is that the start of the server process failed.

> 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"/>
> ```



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list