Details

    • Type: Feature Request
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Out of Date
    • Affects Version/s: 7.0.0.Beta2
    • Fix Version/s: No Release
    • Component/s: JMS
    • Labels:
      None

      Description

      [localhost:9999 messaging] pwd
      /profile=default/subsystem=messaging
      [localhost:9999 messaging] ./queue=newQ:add(queue-name=newQ)

      returns success

      [localhost:9999 messaging] ls queue=newQ
      [localhost:9999 messaging] :read-children-names(child-type=queue)

      { "outcome" => "success", "result" => ["newQ"], "compensating-operation" => undefined }

      Now shut down the domain and try to restart - this fails

      [Host Controller] 20:39:42,134 ERROR [org.jboss.as.domain.controller] (MSC service thread 1-4) failed to start domain controller: org.jboss.as.controller.persistence.ConfigurationPersistenceException: Failed to parse configuration
      [Host Controller] at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:120)
      [Host Controller] at org.jboss.as.domain.controller.DomainControllerService.loadLocalDomainModel(DomainControllerService.java:186)
      [Host Controller] at org.jboss.as.domain.controller.DomainControllerService.startMasterDomainController(DomainControllerService.java:138)
      [Host Controller] at org.jboss.as.domain.controller.DomainControllerService.start(DomainControllerService.java:92)
      [Host Controller] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1344)
      [Host Controller] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
      [Host Controller] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
      [Host Controller] at java.lang.Thread.run(Thread.java:680) [:1.6.0_24]
      [Host Controller] Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[242,21]
      [Host Controller] Message: Missing required attribute(s): address

      Respective content in the domain.xml is

      <queues>
      <queue name="newQ"/>
      </queues>

        Gliffy Diagrams

          Attachments

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                pilhuhn Heiko Rupp
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: