Arquillian test fails with "Could not start container" error with JBoss EAP 7
Issue
Running JBoss EAP 7 quickstarts with arquillian using mvn test -Parq-wildfly-managed , the test is failing with Could not start container:
INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0061: Http management interface listening on https://127.0.0.1:9990/management
INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0052: Admin console listening on https://127.0.0.1:9990
INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.0.9.GA (WildFly Core 2.1.20.Final-redhat-1) started in 3175ms - Started 274 of 565 services (382 services are lazy, passive or on-demand)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 61.808 sec <<< FAILURE!
Running org.jboss.as.quickstarts.tasks.HelloWorldTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE!
Results :
Tests in error:
org.jboss.as.quickstarts.tasks.TaskHelloTest: Could not start container
org.jboss.as.quickstarts.tasks.HelloWorldTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
Environment
Red Hat JBoss Enterprise Application Platform (EAP) 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.