1 Reply Latest reply on Feb 4, 2015 5:33 PM by ctomc

    WildFly8.2: Attempt to enable NativeManagement process throws XMLStreamException

    wilddev

      According to off.documentation (The native management API - WildFly 8 - Project Documentation Editor), i've inserted

       

      <native-interface interface="management" port="9999" security-realm="ManagementRealm"/>

       

      to enable Native Management process to standalone.xml in <management-interfaces> node.

       

      But server's start fails with an exception:

      Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[67,1]

      Message: JBAS014788: Unexpected attribute 'interface' encountered

       

      What do i wrong?