1 Reply Latest reply on Aug 5, 2016 3:21 PM by bmajsak

    Arquillian Tutorial Test does not work with arquillian-jbossas-managed

    nicollina

      If i use the profile arquillian-jbossas-managed with self-extracted JBoss AS 7.1.1.Final and try to run the GreeterTest the AppServer is started but nothing happens. Here ist the console output:

       

      log4j:WARN No appenders could be found for logger (org.jboss.logging).

       

      log4j:WARN Please initialize the log4j system properly.

       

      Aug 05, 2016 3:12:04 PM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal

       

      INFORMATION: Starting container with: ["C:\Program Files\Java\jdk1.8.0_72\bin\java", -Xmx512m, -XX:MaxPermSize=128m, -ea, -Djboss.home.dir=target/jboss-as-7.1.1.Final, -Dorg.jboss.boot.log.file=target/jboss-as-7.1.1.Final/standalone/log/boot.log, -Dlogging.configuration=file:target/jboss-as-7.1.1.Final/standalone/configuration/logging.properties, -Djboss.modules.dir=C:\Entwicklung\workspace\arquillian-tutorial\target\jboss-as-7.1.1.Final\modules, -Djboss.bundles.dir=C:\Entwicklung\workspace\arquillian-tutorial\target\jboss-as-7.1.1.Final\bundles, -jar, C:\Entwicklung\workspace\arquillian-tutorial\target\jboss-as-7.1.1.Final\jboss-modules.jar, -mp, target/jboss-as-7.1.1.Final\modules, -jaxpmodule, javax.xml.jaxp-provider, org.jboss.as.standalone, -server-config, standalone.xml]

       

      15:12:05,293 INFORMATION [org.jboss.modules] JBoss Modules version 1.1.1.GA

       

      15:12:05,470 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA

       

      15:12:05,502 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting

       

      What could be the reason? The other profiles (arquillian-weld-ee-embedded, arquillian-glassfish-embedded) works correctly.