2 Replies Latest reply on Feb 17, 2012 11:02 AM by frankthetank

    AS-7.1.0-Final standard config with messaging complains about missing dependencies

    frankthetank

      Hello all,

       

      so with the release of 7.1.0-Final today I downloaded it and wanted to try my test project on it.

      Since I need Messaging, I thought I would just throw it in, did my standard configs (no mail or weld) and let her rip. Not quite, I disabled all the authentication stuff, which I will handle later.

       

      But when I start Jboss, it get this (the JBAS014775 is the important part)

       

      16:34:30,122 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

      16:34:31,355 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.binding.messaging (missing) dependents: [service jboss.messaging.default]

            service jboss.binding.messaging-throughput (missing) dependents: [service jboss.messaging.default]

       

      16:34:31,379 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.1.0.Final "Thunder" started (with errors) in 5309ms - Started 136 of 211 services (7 services failed or missing dependencies, 67 services are passive or on-demand)

       

      Ok, what am I missing? Sadly the report is not very informative for people getting started on AS-7 like myself.

       

      thanks!