Skip to content

Instantly share code, notes, and snippets.

@emag
Created June 2, 2016 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emag/e44c9efc119e3ef6fc52130266d2571b to your computer and use it in GitHub Desktop.
Save emag/e44c9efc119e3ef6fc52130266d2571b to your computer and use it in GitHub Desktop.
$ ./mvnw clean verify \
    -Dswarm.project.stage.file=file://(pwd)/lifelog-project-stages.yml \
    -Dswarm.logging=DEBUG
[...]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running lifelog.api.EntryControllerIT
Dependencies not bundled, will resolve from local M2REPO
[INFO] Using project stage: default
03:47:57,178 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
03:47:57,352 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Core 2.0.10.Final "Kenny" starting
2016-06-03 03:47:58,126 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 24) WFLYNAM0001: Activating Naming Subsystem
2016-06-03 03:47:58,130 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 26) WFLYSEC0002: Activating Security Subsystem
2016-06-03 03:47:58,131 DEBUG [org.jboss.as.security] (MSC service thread 1-4) Starting SecurityBootstrapService
2016-06-03 03:47:58,132 INFO  [org.jboss.as.security] (MSC service thread 1-4) WFLYSEC0001: Current PicketBox version=4.9.4.Final
2016-06-03 03:47:58,135 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 27) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
2016-06-03 03:47:58,140 INFO  [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)
2016-06-03 03:47:58,145 DEBUG [org.jboss.as.connector.deployment.registry] (MSC service thread 1-6) Starting service service jboss.jdbc-driver.registry
2016-06-03 03:47:58,145 DEBUG [org.jboss.as.connector.services.mdr] (MSC service thread 1-6) Starting service MDR
2016-06-03 03:47:58,149 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0003: Undertow 1.3.15.Final starting
2016-06-03 03:47:58,152 DEBUG [org.wildfly.extension.beanvalidation] (ServerService Thread Pool -- 16) Activating Bean Validation subsystem
2016-06-03 03:47:58,152 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 1.3.15.Final starting
2016-06-03 03:47:58,157 DEBUG [org.jboss.as.security] (MSC service thread 1-1) Starting JaasConfigurationService
2016-06-03 03:47:58,157 DEBUG [org.jboss.as.security] (MSC service thread 1-1) Starting SecurityManagementService
2016-06-03 03:47:58,161 DEBUG [org.jboss.as.txn] (ServerService Thread Pool -- 27) nodeIdentifier=1
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment