Barrier fails to start with jboss.tomcat.connectors.started notification in EAP 5

Solution Verified - Updated -

Issue

  • I'm trying to configure a Barrier to start with the jboss.tomcat.connectors.started notification (like in the example below), but it never starts so the dependents never deploy.
    <server>
    ...
        <attribute name="StartBarrierHandback">start</attribute>
        <attribute name="StopBarrierHandback">stop</attribute>
        <attribute name="SubscriptionList">
          <subscription-list>
            <mbean name="jboss.web:service=WebServer" handback="start">
              <filter factory="NotificationFilterSupportFactory">
                <enable type="jboss.tomcat.connectors.started"/>
              </filter>
            </mbean>
            <mbean name="jboss.system:type=Server" handback="stop">
              <filter factory="NotificationFilterSupportFactory">
                <enable type="org.jboss.system.server.stopped"/>
              </filter>
            </mbean>        
          </subscription-list>
        </attribute>
    ...
    </server>
    

Environment

  • JBoss Enterprise Application Platform (EAP) 5

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.