[jboss-jira] [JBoss JIRA] (WFCORE-2526) Domain mode passed unwanted sys props to spawned servers
John Mazzitelli (JIRA)
issues at jboss.org
Mon Mar 13 09:07:00 EDT 2017
[ https://issues.jboss.org/browse/WFCORE-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13376745#comment-13376745 ]
John Mazzitelli edited comment on WFCORE-2526 at 3/13/17 9:06 AM:
------------------------------------------------------------------
Note that I say "I would say the solution should involve any properties, not just jboss.server.xxx properties" but frankly I only care about those two I reference in the description :}
was (Author: mazz):
Note that I say "the solution to that only involves filtering out some but not all unwanted sys props." but frankly I only care about those two I reference in the description :}
> Domain mode passed unwanted sys props to spawned servers
> --------------------------------------------------------
>
> Key: WFCORE-2526
> URL: https://issues.jboss.org/browse/WFCORE-2526
> Project: WildFly Core
> Issue Type: Task
> Reporter: John Mazzitelli
>
> This is related to WFCORE-350, except the solution to that only involves filtering out some but not all unwanted sys props.
> I would say the solution should involve any properties, not just jboss.server.xxx properties.
> In my case, I'm trying to inject a javaagent into the host controller but I do NOT want the javaagent in the spawned servers. Because my javaagent uses JBoss Logging (JUL) I'm forced to pass in "-Djboss.modules.system.pkgs=org.jboss.byteman,org.jboss.logmanager" and
> "-Djava.util.logging.manager=org.jboss.logmanager.LogManager" so the host controller can start up.
> But these gets passed to the spawned servers and causes them to fail to boot up (because while my -javaagent command line argument isn't passed to their JVM, the -D sys props are and those combination of sys props are deadly without a JUL-enabled javaagent).
> See: http://lists.jboss.org/pipermail/wildfly-dev/2017-March/005810.html
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list