]
Thomas Diesler reopened AS7-1868:
---------------------------------
Could you please also show how to debug the domain controller. For the OSGi subsystem it
seems that config properties don't get pushed to the server(s).
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.
For more information on JIRA, see: