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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content