[jboss-jira] [JBoss JIRA] Created: (AS7-1606) host.xml parse error when debug-enabled is used

Georges Berscheid (JIRA) jira-events at lists.jboss.org
Sun Aug 21 14:50:17 EDT 2011


host.xml parse error when debug-enabled is used
-----------------------------------------------

                 Key: AS7-1606
                 URL: https://issues.jboss.org/browse/AS7-1606
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
    Affects Versions: 7.0.1.Final
         Environment: RHEL6
            Reporter: Georges Berscheid
            Assignee: Brian Stansberry


I asked this question on IRC but didn't get a reply. I believe it's a bug.

[19:11] <Georges> hi, how do I enable jvm debug on a server process in as7?
[19:11] <Georges> I tried <jvm name="default" debug-enabled="true" debug-options="runjdwp:transport=dt_socket,address=8787,server=y,suspend=n" /> in <servers><server> in host.xml
[19:11] <Georges> but I won't parse this
[19:11] <Georges> even though the XSD seems to suggest this should work as the <jvm> tag is in <server>, the serverJvmType complexType applies
[19:16] <Georges> and I think it's because the parser in org.jboss.as.controller.parsing.HostXml.java:509 is calling parseJvm without server=true parameter


This is the part of host.xml that causes the error:

    <servers>
        <server name="mercure-app" group="digicash-cluster" auto-start="true">
             <socket-binding-group ref="ha-sockets" port-offset="100"/>
             <jvm name="default" debug-enabled="true" debug-options="runjdwp:transport=dt_socket,address=8787,server=y,suspend=n" />
        </server>
    </servers>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list