2 Replies Latest reply on Nov 4, 2012 2:06 PM by graben

    JBoss 7.0.1 final not starting-up with OSGI

    mreasy

      Vanila installation of JBoss 7.0.1 final (on Windows)

      1. Edit jboss-as-7.0.1.Final\domain\configuration\domain.xml and set activation of OSGI from "lazy" to "eager": <subsystem xmlns="urn:jboss:domain:osgi:1.0" activation="eager">
      2. Start-up in domain-mode: jboss-as-7.0.1.Final\bin\domain.bat
      3. Start-up will fail during OSGI set-up with "Unable to resolve Module[jboss-as-osgi-configadmin:7.0.1.Final]: missing requirement [Module[jboss-as-osgi-configadmin:7.0.1.Final]] package; (package=org.jboss.as.osgi.service)" (full log attached)

       

      The same happens using domain-preview.

      Problem does not occur in standalone-mode.