[jboss-jira] [JBoss JIRA] (AS7-1868) Can not add jvm options to host/domain config
dan ginsberg (Commented) (JIRA)
jira-events at lists.jboss.org
Wed Nov 16 16:43:40 EST 2011
[ https://issues.jboss.org/browse/AS7-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643504#comment-12643504 ]
dan ginsberg commented on AS7-1868:
-----------------------------------
Seems that this is live in 7.0.2 as well ( or it seems to be for me ). Is there a sense if that is the same bug or a different one? And if the same has the fix been backported to 7.0?
> Can not add jvm options to host/domain config
> ---------------------------------------------
>
> Key: AS7-1868
> URL: https://issues.jboss.org/browse/AS7-1868
> Project: Application Server 7
> Issue Type: Bug
> Affects Versions: 7.1.0.Alpha1
> Reporter: Thomas Diesler
> Assignee: Brian Stansberry
> Fix For: 7.1.0.Beta1
>
>
> Adding remote debugging options
> {code}
> <server name="server-one" group="main-server-group">
> <!-- server-one inherits the default socket-group declared in the server-group -->
> <jvm name="default">
> <jvm-options>
> <option value="-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"/>
> </jvm-options>
> </jvm>
> </server>
> {code}
> I get
> {code}
> [Host Controller] 05:06:27,402 ERROR [org.jboss.as.controller] (Controller Boot Thread) Operation ("add-jvm-option") failed - address: ([
> [Host Controller] ("host" => "master"),
> [Host Controller] ("server-config" => "server-one"),
> [Host Controller] ("jvm" => "default")
> [Host Controller] ]): java.lang.IllegalStateException: Duplicate resource [
> [Host Controller] ("host" => "master"),
> [Host Controller] ("server-config" => "server-one"),
> [Host Controller] ("jvm" => "default")
> [Host Controller] ]
> [Host Controller] at org.jboss.as.controller.OperationContextImpl.addResource(OperationContextImpl.java:830) [jboss-as-controller-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> ...
> {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
More information about the jboss-jira
mailing list