Skip to content

Instantly share code, notes, and snippets.

@danielezonca
Created October 12, 2020 08:58
Show Gist options
  • Save danielezonca/73b8ce2158829166c0d855c72d4f52a1 to your computer and use it in GitHub Desktop.
Save danielezonca/73b8ce2158829166c0d855c72d4f52a1 to your computer and use it in GitHub Desktop.
[dzonca@dzonca kie-server-integ-tests-scenario-simulation]$ mvn clean install -Pwildfly -Dit.test=ScenarioSimulationIntegrationTest
[INFO] Scanning for projects...
[INFO]
[INFO] -----< org.kie.server:kie-server-integ-tests-scenario-simulation >------
[INFO] Building KIE :: Execution Server :: Tests :: Scenario Simulation Integration Tests 7.45.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Deleting /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-plugin-versions) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (ban-blacklisted-dependencies) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (no-duplicate-declared-dependencies) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (no-managed-deps) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Executing: /bin/sh -c cd '/home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation
[INFO] Storing buildNumber: 32f44c724770dfd3eca136d3cacdcf0b90455a1e at timestamp: 1602492690931
[INFO] Storing buildScmBranch: master
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:properties (set-properties-for-dependencies) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Source directory: /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/generated-sources/annotations added.
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (default) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:reserve-network-port (reserve-network-port) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Reserved port 41085 for container.port
[INFO] Reserved port 46077 for cargo.jboss.ajp.port
[INFO] Reserved port 44247 for cargo.jboss.https.port
[INFO] Reserved port 42831 for cargo.jboss.management-http.port
[INFO] Reserved port 33033 for cargo.jboss.management-https.port
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:reserve-network-port (reserve-network-port-router) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Reserved port 40277 for router.port
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ kie-server-integ-tests-scenario-simulation ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO]
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ kie-server-integ-tests-scenario-simulation ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ kie-server-integ-tests-scenario-simulation ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Building jar: /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT-test-sources.jar
[INFO]
[INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Building jar: /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (create-custom-maven-repo-dir) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Executing tasks
main:
[mkdir] Created dir: /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-testing-server-local-repo
[mkdir] Created dir: /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-testing-remote-repo
[INFO] Executed tasks
[INFO]
[INFO] --- cargo-maven2-plugin:1.7.11:start (start-container) @ kie-server-integ-tests-scenario-simulation ---
[INFO] [2.ContainerStartMojo] Resolved container artifact org.codehaus.cargo:cargo-core-container-wildfly:jar:1.7.11 for container wildfly19x
[INFO] [talledLocalContainer] Parsed JBoss version = [19.1.0.Final]
[INFO] [talledLocalContainer] WildFly 19.1.0.Final starting...
[INFO] [neLocalConfiguration] Configuring JBoss using the [standalone-full] server configuration
[WARNING] [ce.MailScriptCommand] WildFly requires resource JNDI names to start with java:/, hence changing the given JNDI name to: java:/mail/Session
[INFO] [talledLocalContainer] 10:51:40,237 INFO [org.jboss.modules] (main) JBoss Modules version 1.10.0.Final
[INFO] [talledLocalContainer] 10:51:41,492 INFO [org.jboss.modules] (CLI command executor) JBoss Modules version 1.10.0.Final
[INFO] [talledLocalContainer] 10:51:41,601 INFO [org.jboss.msc] (CLI command executor) JBoss MSC version 1.4.11.Final
[INFO] [talledLocalContainer] 10:51:41,618 INFO [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.3.Final
[INFO] [talledLocalContainer] 10:51:41,806 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 19.1.0.Final (WildFly Core 11.1.1.Final) starting
[INFO] [talledLocalContainer] 10:51:43,332 INFO [org.wildfly.security] (ServerService Thread Pool -- 26) ELY00001: WildFly Elytron version 1.11.4.Final
[INFO] [talledLocalContainer] 10:51:44,414 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
[INFO] [talledLocalContainer] 10:51:44,551 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
[INFO] [talledLocalContainer] 10:51:44,833 INFO [org.jboss.as.patching] (MSC service thread 1-8) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
[INFO] [talledLocalContainer] 10:51:44,861 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-3) WFLYDM0111: Keystore /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
[INFO] [talledLocalContainer] 10:51:45,010 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
[INFO] [talledLocalContainer] 10:51:45,013 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 19.1.0.Final (WildFly Core 11.1.1.Final) started in 3518ms - Started 56 of 82 services (35 services are lazy, passive or on-demand)
[INFO] [talledLocalContainer] 10:51:45,238 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,274 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,305 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,378 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,404 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,425 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,486 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,533 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,587 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,612 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,632 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,667 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,688 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,710 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,731 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,749 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,799 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,831 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,871 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,896 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,924 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,955 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:45,987 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:46,009 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:46,038 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:46,069 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:46,098 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:46,152 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:46,173 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:46,201 INFO [org.jboss.as.cli.CommandContext] (main) {"outcome" => "success"}
[INFO] [talledLocalContainer] {"outcome" => "success"}
[INFO] [talledLocalContainer] 10:51:46,264 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 19.1.0.Final (WildFly Core 11.1.1.Final) stopped in 60ms
[INFO] [talledLocalContainer] 10:51:46,267 INFO [org.jboss.modules] (main) JBoss Modules version 1.10.0.Final
[INFO] [talledLocalContainer]
[INFO] [stalledLocalDeployer] Deploying [/home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/tmp/cargo/kie-server-services.war] to [/home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/deployments]...
[INFO] [talledLocalContainer] 10:51:52,064 INFO [org.jboss.modules] (main) JBoss Modules version 1.10.0.Final
[INFO] [talledLocalContainer] 10:51:52,710 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.11.Final
[INFO] [talledLocalContainer] 10:51:52,721 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
[INFO] [talledLocalContainer] 10:51:52,927 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly Full 19.1.0.Final (WildFly Core 11.1.1.Final) starting
[INFO] [talledLocalContainer] 10:51:54,614 INFO [org.wildfly.security] (ServerService Thread Pool -- 29) ELY00001: WildFly Elytron version 1.11.4.Final
[INFO] [talledLocalContainer] 10:51:55,762 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
[INFO] [talledLocalContainer] 10:51:55,860 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 37) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
[INFO] [talledLocalContainer] 10:51:56,573 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 7) WFLYDR0001: Content added at location /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/data/content/e5/0dfb79b36e54b9ab9eb3c5ec3371a2e3d8768b/content
[INFO] [talledLocalContainer] 10:51:56,617 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
[INFO] [talledLocalContainer] 10:51:56,646 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.7.7.Final
[INFO] [talledLocalContainer] 10:51:56,677 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.7.7.Final
[INFO] [talledLocalContainer] 10:51:56,808 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0001: Activating Infinispan subsystem.
[INFO] [talledLocalContainer] 10:51:56,809 INFO [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 55) WFLYIIOP0001: Activating IIOP Subsystem
[INFO] [talledLocalContainer] 10:51:56,871 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 57) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
[INFO] [talledLocalContainer] 10:51:56,871 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 47) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
[INFO] [talledLocalContainer] 10:51:56,892 INFO [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 67) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
[INFO] [talledLocalContainer] 10:51:56,889 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 58) WFLYRS0016: RESTEasy version 3.11.2.Final
[INFO] [talledLocalContainer] 10:51:56,919 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 47) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
[INFO] [talledLocalContainer] 10:51:56,932 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 72) WFLYNAM0001: Activating Naming Subsystem
[INFO] [talledLocalContainer] 10:51:56,944 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
[INFO] [talledLocalContainer] 10:51:56,944 INFO [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
[INFO] [talledLocalContainer] 10:51:56,944 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:/mail/Session]
[INFO] [talledLocalContainer] 10:51:56,959 INFO [org.wildfly.extension.microprofile.jwt.smallrye._private] (ServerService Thread Pool -- 69) WFLYJWT0001: Activating WildFly MicroProfile JWT Subsystem
[INFO] [talledLocalContainer] 10:51:56,959 INFO [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 68) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
[INFO] [talledLocalContainer] 10:51:56,967 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 80) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
[INFO] [talledLocalContainer] 10:51:56,984 INFO [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 5.0.17.Final
[INFO] [talledLocalContainer] 10:51:57,063 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 63) WFLYJSF0007: Activated the following JSF Implementations: [main]
[INFO] [talledLocalContainer] 10:51:57,094 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.20.Final)
[INFO] [talledLocalContainer] 10:51:57,128 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 71) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
[INFO] [talledLocalContainer] 10:51:57,130 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 82) WFLYWS0002: Activating WebServices Extension
[INFO] [talledLocalContainer] 10:51:57,178 INFO [org.jboss.as.security] (ServerService Thread Pool -- 78) WFLYSEC0002: Activating Security Subsystem
[INFO] [talledLocalContainer] 10:51:57,245 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=5.0.3.Final
[INFO] [talledLocalContainer] 10:51:57,253 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 2.1.0.Final starting
[INFO] [talledLocalContainer] 10:51:57,265 INFO [org.wildfly.extension.microprofile.metrics.smallrye] (ServerService Thread Pool -- 70) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics Subsystem
[INFO] [talledLocalContainer] 10:51:57,272 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
[INFO] [talledLocalContainer] 10:51:57,352 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = org.h2.jdbcx.JdbcDataSource
[INFO] [talledLocalContainer] 10:51:57,739 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
[INFO] [talledLocalContainer] 10:51:57,743 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
[INFO] [talledLocalContainer] 10:51:57,996 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 81) WFLYUT0014: Creating file handler for path '/home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/installs/wildfly-dist-19.1.0.Final/wildfly-19.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
[INFO] [talledLocalContainer] 10:51:58,084 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0012: Started server default-server.
[INFO] [talledLocalContainer] 10:51:58,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0018: Host default-host starting
[INFO] [talledLocalContainer] 10:51:58,275 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:41085
[INFO] [talledLocalContainer] 10:51:58,386 INFO [org.wildfly.iiop.openjdk] (MSC service thread 1-7) WFLYIIOP0009: CORBA ORB Service started
[INFO] [talledLocalContainer] 10:51:58,463 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: EJB subsystem suspension complete
[INFO] [talledLocalContainer] 10:51:58,656 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:/jdbc/jbpm]
[INFO] [talledLocalContainer] 10:51:58,665 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
[INFO] [talledLocalContainer] 10:51:58,878 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
[INFO] [talledLocalContainer] 10:51:58,911 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-8) WFLYDM0111: Keystore /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
[INFO] [talledLocalContainer] 10:51:58,951 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/deployments
[INFO] [talledLocalContainer] 10:51:58,978 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "kie-server-services.war" (runtime-name: "kie-server-services.war")
[INFO] [talledLocalContainer] 10:51:59,259 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:44247
[INFO] [talledLocalContainer] 10:51:59,431 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 5.4.1.Final (Apache CXF 3.3.6)
[INFO] [talledLocalContainer] 10:51:59,975 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/data/activemq/journal,bindingsDirectory=/home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/data/activemq/bindings,largeMessagesDirectory=/home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/data/activemq/largemessages,pagingDirectory=/home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/configurations/wildfly19x/data/activemq/paging)
[INFO] [talledLocalContainer] 10:52:00,028 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221012: Using AIO Journal
[INFO] [talledLocalContainer] 10:52:00,157 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
[INFO] [talledLocalContainer] 10:52:00,158 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
[INFO] [talledLocalContainer] 10:52:00,159 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
[INFO] [talledLocalContainer] 10:52:00,160 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP
[INFO] [talledLocalContainer] 10:52:00,450 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221034: Waiting indefinitely to obtain live lock
[INFO] [talledLocalContainer] 10:52:00,450 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221035: Live Server Obtained live lock
[INFO] [talledLocalContainer] 10:52:00,817 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221003: Deploying ANYCAST queue jms.queue.ExpiryQueue on address jms.queue.ExpiryQueue
[INFO] [talledLocalContainer] 10:52:00,995 INFO [org.jboss.modules] (main) JBoss Modules version 1.10.0.Final
[INFO] [talledLocalContainer] 10:52:01,270 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221003: Deploying ANYCAST queue jms.queue.DLQ on address jms.queue.DLQ
[INFO] [talledLocalContainer] 10:52:01,430 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor
[INFO] [talledLocalContainer] 10:52:01,476 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-6) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor
[INFO] [talledLocalContainer] 10:52:01,467 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-4) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor
[INFO] [talledLocalContainer] 10:52:01,478 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-2) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor
[INFO] [talledLocalContainer] 10:52:02,149 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221007: Server is now live
[INFO] [talledLocalContainer] 10:52:02,149 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.10.1 [default, nodeID=30aeb508-0c68-11eb-a322-74e5f951ff8b]
[INFO] [talledLocalContainer] 10:52:02,226 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 84) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory
[INFO] [talledLocalContainer] 10:52:02,298 WARN [org.apache.activemq.artemis.jms.server] (ServerService Thread Pool -- 87) AMQ122005: Invalid "host" value "0.0.0.0" detected for "http-connector" connector. Switching to "dzonca.mxp.csb". If this new address is incorrect please manually configure the connector to use the proper one.
[INFO] [talledLocalContainer] 10:52:02,299 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 87) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
[INFO] [talledLocalContainer] 10:52:02,382 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-5) WFLYJCA0007: Registered connection factory java:/JmsXA
[INFO] [talledLocalContainer] 10:52:02,699 INFO [org.apache.activemq.artemis.ra] (MSC service thread 1-5) AMQ151007: Resource adaptor started
[INFO] [talledLocalContainer] 10:52:02,699 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-5) IJ020002: Deployed: file://RaActivatoractivemq-ra
[INFO] [talledLocalContainer] 10:52:02,720 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-3) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]
[INFO] [talledLocalContainer] 10:52:02,720 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-7) WFLYJCA0118: Binding connection factory named java:/JmsXA to alias java:jboss/DefaultJMSConnectionFactory
[INFO] [talledLocalContainer] 10:52:03,918 INFO [org.xnio] (CLI command executor) XNIO version 3.7.7.Final
[INFO] [talledLocalContainer] 10:52:03,935 INFO [org.xnio.nio] (CLI command executor) XNIO NIO Implementation Version 3.7.7.Final
[INFO] [talledLocalContainer] 10:52:03,991 INFO [org.jboss.remoting] (CLI command executor) JBoss Remoting version 5.0.17.Final
[INFO] [talledLocalContainer] 10:52:04,041 INFO [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.3.Final
[INFO] [talledLocalContainer] 10:52:04,167 INFO [org.wildfly.security] (CLI command executor) ELY00001: WildFly Elytron version 1.11.4.Final
[INFO] [talledLocalContainer] 10:52:10,285 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jaxb-api.jar in /content/kie-server-services.war/WEB-INF/lib/jaxb-core-2.3.0.jar does not point to a valid jar for a Class-Path reference.
[INFO] [talledLocalContainer] 10:52:10,299 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry xercesImpl.jar in /content/kie-server-services.war/WEB-INF/lib/xalan-2.7.1.jar does not point to a valid jar for a Class-Path reference.
[INFO] [talledLocalContainer] 10:52:10,299 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry xml-apis.jar in /content/kie-server-services.war/WEB-INF/lib/xalan-2.7.1.jar does not point to a valid jar for a Class-Path reference.
[INFO] [talledLocalContainer] 10:52:10,299 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry serializer.jar in /content/kie-server-services.war/WEB-INF/lib/xalan-2.7.1.jar does not point to a valid jar for a Class-Path reference.
[INFO] [talledLocalContainer] 10:52:10,382 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry xml-apis.jar in /content/kie-server-services.war/WEB-INF/lib/serializer-2.7.1.jar does not point to a valid jar for a Class-Path reference.
[INFO] [talledLocalContainer] 10:52:10,405 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jaxb-core.jar in /content/kie-server-services.war/WEB-INF/lib/jaxb-impl-2.3.0.jar does not point to a valid jar for a Class-Path reference.
[INFO] [talledLocalContainer] 10:52:10,460 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jaxb-core.jar in /content/kie-server-services.war/WEB-INF/lib/jaxb-xjc-2.3.0.jar does not point to a valid jar for a Class-Path reference.
[INFO] [talledLocalContainer] 10:52:10,461 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jaxb-impl.jar in /content/kie-server-services.war/WEB-INF/lib/jaxb-xjc-2.3.0.jar does not point to a valid jar for a Class-Path reference.
[INFO] [talledLocalContainer] 10:52:10,683 ERROR [org.jboss.as.cli.CommandContext] (main) Timeout waiting for the system to boot.
[INFO] [talledLocalContainer] Timeout waiting for the system to boot.
[INFO] [talledLocalContainer] 10:52:11,952 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment kie-server-services.war
[INFO] [talledLocalContainer] 10:52:12,278 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 6.0.18.Final
[INFO] [talledLocalContainer] 10:52:12,327 INFO [org.jboss.modules] (main) JBoss Modules version 1.10.0.Final
[INFO] [talledLocalContainer] 10:52:12,674 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'EJBTimerScheduler' in deployment unit 'deployment "kie-server-services.war"' are as follows:
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] java:global/kie-server-services/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
[INFO] [talledLocalContainer] java:app/kie-server-services/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
[INFO] [talledLocalContainer] java:module/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
[INFO] [talledLocalContainer] ejb:/kie-server-services/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
[INFO] [talledLocalContainer] java:global/kie-server-services/EJBTimerScheduler
[INFO] [talledLocalContainer] java:app/kie-server-services/EJBTimerScheduler
[INFO] [talledLocalContainer] java:module/EJBTimerScheduler
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] 10:52:12,675 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'RetryTrackerSingleton' in deployment unit 'deployment "kie-server-services.war"' are as follows:
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] java:global/kie-server-services/RetryTrackerSingleton!org.kie.server.jms.RetryTrackerSingleton
[INFO] [talledLocalContainer] java:app/kie-server-services/RetryTrackerSingleton!org.kie.server.jms.RetryTrackerSingleton
[INFO] [talledLocalContainer] java:module/RetryTrackerSingleton!org.kie.server.jms.RetryTrackerSingleton
[INFO] [talledLocalContainer] ejb:/kie-server-services/RetryTrackerSingleton!org.kie.server.jms.RetryTrackerSingleton
[INFO] [talledLocalContainer] java:global/kie-server-services/RetryTrackerSingleton
[INFO] [talledLocalContainer] java:app/kie-server-services/RetryTrackerSingleton
[INFO] [talledLocalContainer] java:module/RetryTrackerSingleton
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] 10:52:12,675 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ContainerManagerEJB' in deployment unit 'deployment "kie-server-services.war"' are as follows:
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] java:global/kie-server-services/ContainerManagerEJB!org.kie.server.jms.ContainerManagerEJB
[INFO] [talledLocalContainer] java:app/kie-server-services/ContainerManagerEJB!org.kie.server.jms.ContainerManagerEJB
[INFO] [talledLocalContainer] java:module/ContainerManagerEJB!org.kie.server.jms.ContainerManagerEJB
[INFO] [talledLocalContainer] ejb:/kie-server-services/ContainerManagerEJB!org.kie.server.jms.ContainerManagerEJB
[INFO] [talledLocalContainer] java:global/kie-server-services/ContainerManagerEJB
[INFO] [talledLocalContainer] java:app/kie-server-services/ContainerManagerEJB
[INFO] [talledLocalContainer] java:module/ContainerManagerEJB
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] 10:52:13,362 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-5) ISPN000128: Infinispan version: Infinispan 'Infinity Minus ONE +2' 9.4.18.Final
[INFO] [talledLocalContainer] 10:52:13,937 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
[WARNING] [talledLocalContainer] WARNING: An illegal reflective access operation has occurred
[WARNING] [talledLocalContainer] WARNING: Illegal reflective access by org.jboss.invocation.proxy.AbstractProxyFactory$1 (jar:file:/home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/cargo/installs/wildfly-dist-19.1.0.Final/wildfly-19.1.0.Final/modules/system/layers/base/org/jboss/invocation/main/jboss-invocation-1.5.2.Final.jar!/) to method java.lang.Object.clone()
[WARNING] [talledLocalContainer] WARNING: Please consider reporting this to the maintainers of org.jboss.invocation.proxy.AbstractProxyFactory$1
[WARNING] [talledLocalContainer] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[WARNING] [talledLocalContainer] WARNING: All illegal access operations will be denied in a future release
[INFO] [talledLocalContainer] 10:52:14,098 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 86) WFLYCLINF0002: Started client-mappings cache from ejb container
[INFO] [talledLocalContainer] 10:52:14,255 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a JAX-RS deployment; the system will disable JSON-B processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore JSON-B.
[INFO] [talledLocalContainer] 10:52:14,304 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 3.1.3 (Final)
[INFO] [talledLocalContainer] 10:52:14,446 WARN [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0006: ActivationConfigProperty destinationJndiName will be ignored since it is not allowed by resource adapter: activemq-ra
[INFO] [talledLocalContainer] 10:52:14,604 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0042: Started message driven bean 'KieServerMDB' with 'activemq-ra.rar' resource adapter
[INFO] [talledLocalContainer] 10:52:14,697 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0042: Started message driven bean 'KieExecutorMDB' with 'activemq-ra.rar' resource adapter
[INFO] [talledLocalContainer] 10:52:15,136 INFO [org.xnio] (CLI command executor) XNIO version 3.7.7.Final
[INFO] [talledLocalContainer] 10:52:15,148 INFO [org.xnio.nio] (CLI command executor) XNIO NIO Implementation Version 3.7.7.Final
[INFO] [talledLocalContainer] 10:52:15,207 INFO [org.jboss.remoting] (CLI command executor) JBoss Remoting version 5.0.17.Final
[INFO] [talledLocalContainer] 10:52:15,235 INFO [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.3.Final
[INFO] [talledLocalContainer] 10:52:15,354 INFO [org.wildfly.security] (CLI command executor) ELY00001: WildFly Elytron version 1.11.4.Final
[INFO] [talledLocalContainer] 10:52:15,398 INFO [io.smallrye.metrics] (MSC service thread 1-4) MicroProfile: Metrics activated (SmallRye Metrics version: 2.4.0)
[INFO] [talledLocalContainer] 10:52:17,135 INFO [org.kie.server.jms.RetryTrackerSingleton] (ServerService Thread Pool -- 86) JMS message retry limit set to 2
[INFO] [talledLocalContainer] 10:52:17,174 INFO [org.jbpm.services.ejb.timer.EJBTimerScheduler] (ServerService Thread Pool -- 85) Using local cache for EJB timers: true
[INFO] [talledLocalContainer] 10:52:17,493 INFO [org.kie.server.remote.rest.common.Bootstrap] (ServerService Thread Pool -- 85) KieServer (id a0e625bf-251d-3c1f-ad11-0a17f1c14e21 (name KieServer@/kie-server-services)) started initialization process
[INFO] [talledLocalContainer] 10:52:18,123 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) Starting server in 'PRODUCTION' mode.
[INFO] [talledLocalContainer] 10:52:18,129 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) Selected startup strategy ControllerBasedStartupStrategy - deploys kie containers given by controller ignoring locally defined
[INFO] [talledLocalContainer] 10:52:18,138 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) Configured 'KieServerStateFileRepository' server state repository
[INFO] [talledLocalContainer] 10:52:18,223 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) Server Default Extension has been successfully registered as server extension
[INFO] [talledLocalContainer] 10:52:18,225 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) Drools KIE Server extension has been successfully registered as server extension
[INFO] [talledLocalContainer] 10:52:18,229 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) DMN KIE Server extension has been successfully registered as server extension
[INFO] [talledLocalContainer] 10:52:18,239 INFO [org.kie.server.services.prometheus.PrometheusKieServerExtension] (ServerService Thread Pool -- 85) Prometheus KIE Server extension started
[INFO] [talledLocalContainer] 10:52:18,240 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) Prometheus KIE Server extension has been successfully registered as server extension
[INFO] [talledLocalContainer] 10:52:18,344 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) Swagger KIE Server extension has been successfully registered as server extension
[INFO] [talledLocalContainer] 10:52:18,346 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) Scenario Simulation KIE Server extension has been successfully registered as server extension
[INFO] [talledLocalContainer] 10:52:18,353 INFO [org.kie.server.services.impl.policy.PolicyManager] (ServerService Thread Pool -- 85) Registered KeepLatestContainerOnlyPolicy{interval=0 ms} policy under name KeepLatestOnly
[INFO] [talledLocalContainer] 10:52:18,353 INFO [org.kie.server.services.impl.policy.PolicyManager] (ServerService Thread Pool -- 85) Policy manager started successfully, activated policies are []
[INFO] [talledLocalContainer] 10:52:18,395 INFO [org.kie.server.api.marshalling.MarshallerFactory] (ServerService Thread Pool -- 85) Marshaller extensions init
[INFO] [talledLocalContainer] 10:52:18,655 INFO [org.kie.server.services.impl.ContainerManager] (ServerService Thread Pool -- 85) About to install containers on kie server
[INFO] [talledLocalContainer] KieServer{id='a0e625bf-251d-3c1f-ad11-0a17f1c14e21'name='KieServer@/kie-server-services'version='7.45.0-SNAPSHOT'location='http://localhost:8230/kie-server/services/rest/server'}:
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] 10:52:18,674 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 85) KieServer a0e625bf-251d-3c1f-ad11-0a17f1c14e21 is ready to receive requests
[INFO] [talledLocalContainer] 10:52:18,679 INFO [org.kie.server.remote.rest.common.Bootstrap] (ServerService Thread Pool -- 85) KieServer (id a0e625bf-251d-3c1f-ad11-0a17f1c14e21) started successfully
[INFO] [talledLocalContainer] 10:52:19,279 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 85) RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.kie.server.remote.rest.common.KieServerApplication
[INFO] [talledLocalContainer] 10:52:19,285 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 85) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.common.resource.KieServerRestImpl from Application class org.kie.server.remote.rest.common.KieServerApplication
[INFO] [talledLocalContainer] 10:52:19,285 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 85) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.common.resource.KieServerResource from Application class org.kie.server.remote.rest.common.KieServerApplication
[INFO] [talledLocalContainer] 10:52:19,285 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 85) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.drools.CommandResource from Application class org.kie.server.remote.rest.common.KieServerApplication
[INFO] [talledLocalContainer] 10:52:19,285 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 85) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.dmn.ModelEvaluatorResource from Application class org.kie.server.remote.rest.common.KieServerApplication
[INFO] [talledLocalContainer] 10:52:19,285 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 85) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.swagger.KieApiListingResource from Application class org.kie.server.remote.rest.common.KieServerApplication
[INFO] [talledLocalContainer] 10:52:19,286 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 85) RESTEASY002210: Adding provider singleton io.swagger.jaxrs.listing.SwaggerSerializers from Application class org.kie.server.remote.rest.common.KieServerApplication
[INFO] [talledLocalContainer] 10:52:19,286 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 85) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.prometheus.MetricsResource from Application class org.kie.server.remote.rest.common.KieServerApplication
[INFO] [talledLocalContainer] 10:52:19,286 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 85) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.scenariosimulation.ScenarioSimulationResource from Application class org.kie.server.remote.rest.common.KieServerApplication
[INFO] [talledLocalContainer] 10:52:19,447 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 85) WFLYUT0021: Registered web context: '/kie-server-services' for server 'default-server'
[INFO] [talledLocalContainer] 10:52:19,621 INFO [org.jboss.as.server] (ServerService Thread Pool -- 48) WFLYSRV0010: Deployed "kie-server-services.war" (runtime-name : "kie-server-services.war")
[INFO] [talledLocalContainer] 10:52:19,674 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
[INFO] [talledLocalContainer] 10:52:19,720 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:42831/management
[INFO] [talledLocalContainer] 10:52:19,720 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:42831
[INFO] [talledLocalContainer] 10:52:19,720 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 19.1.0.Final (WildFly Core 11.1.1.Final) started in 28143ms - Started 588 of 815 services (405 services are lazy, passive or on-demand)
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] WildFly 19.1.0.Final started on port [41085]
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.1:integration-test (default) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.kie.server.integrationtests.scenariosimulation.ScenarioSimulationIntegrationTest
10:52:22.678 [main] INFO o.k.s.i.config.TestConfig - ----- Initializing TestConfig -----
10:52:22.688 [main] INFO o.k.s.i.config.TestConfig - CARGO_REMOTE_PASSWORD = usetheforce123@
10:52:22.691 [main] INFO o.k.s.i.config.TestConfig - CARGO_REMOTE_USERNAME = yoda
10:52:22.691 [main] INFO o.k.s.i.config.TestConfig - INITIAL_CONTEXT_FACTORY = org.wildfly.naming.client.WildFlyInitialContextFactory
10:52:22.692 [main] INFO o.k.s.i.config.TestConfig - JBOSS_MANAGEMENT_PORT = 42831
10:52:22.692 [main] INFO o.k.s.i.config.TestConfig - JMS_SKIP = true
10:52:22.693 [main] INFO o.k.s.i.config.TestConfig - KIE_SERVER_LOCAL_REPO_DIR = /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-testing-server-local-repo
10:52:22.693 [main] INFO o.k.s.i.config.TestConfig - KIE_SERVER_MAVEN_SETTINGS = /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/test-classes/kie-server-testing-server-custom-settings.xml
10:52:22.693 [main] INFO o.k.s.i.config.TestConfig - KIE_SERVER_REMOTE_REPO_DIR = /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-testing-remote-repo
10:52:22.693 [main] INFO o.k.s.i.config.TestConfig - PROVIDED_HTTP_URL = http://localhost:41085/kie-server-services/services/rest/server
10:52:22.693 [main] INFO o.k.s.i.config.TestConfig - REMOTING_URL = http-remoting://localhost:41085
10:52:34.916 [pool-6-thread-2] INFO o.k.s.i.shared.ProcessExecutor - WARNING: An illegal reflective access operation has occurred
10:52:34.918 [pool-6-thread-2] INFO o.k.s.i.shared.ProcessExecutor - WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/dzonca/.m2/repository/com/thoughtworks/xstream/xstream/1.4.11.1/xstream-1.4.11.1.jar) to field java.util.TreeMap.comparator
10:52:34.918 [pool-6-thread-2] INFO o.k.s.i.shared.ProcessExecutor - WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
10:52:34.918 [pool-6-thread-2] INFO o.k.s.i.shared.ProcessExecutor - WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
10:52:34.918 [pool-6-thread-2] INFO o.k.s.i.shared.ProcessExecutor - WARNING: All illegal access operations will be denied in a future release
10:52:40.029 [main] WARN o.a.m.i.embedder.MavenSettings - Environment variable M2_HOME is not set
[INFO] [talledLocalContainer] 10:52:57,023 WARN [org.appformer.maven.integration.embedder.MavenSettings] (default task-1) Environment variable M2_HOME is not set
[INFO] [talledLocalContainer] 10:53:00,283 INFO [org.kie.server.services.impl.KieServerImpl] (default task-1) Container input-data-string (for release id org.kie.server.testing:input-data-string:1.0.0.Final) successfully started
[INFO] [talledLocalContainer] 10:53:00,291 WARN [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (default task-1) No controllers found to update to new status org.kie.server.api.model.KieServerStateInfo@656791b3
10:53:02.767 [main] INFO o.k.s.a.m.MarshallerFactory - Marshaller extensions init
[INFO] [talledLocalContainer] 10:53:04,143 INFO [org.kie.server.api.marshalling.xstream.XStreamMarshaller] (default task-1) XStreamMarshallerExtension implementation found: org.kie.server.services.jbpm.xstream.HibernateXStreamMarshallerExtension
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.759 s - in org.kie.server.integrationtests.scenariosimulation.ScenarioSimulationIntegrationTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- cargo-maven2-plugin:1.7.11:stop (stop-container) @ kie-server-integ-tests-scenario-simulation ---
[INFO] [talledLocalContainer] WildFly 19.1.0.Final is stopping...
[INFO] [talledLocalContainer] 10:53:06,521 INFO [org.jboss.modules] (main) JBoss Modules version 1.10.0.Final
[INFO] [talledLocalContainer] 10:53:08,064 INFO [org.xnio] (CLI command executor) XNIO version 3.7.7.Final
[INFO] [talledLocalContainer] 10:53:08,099 INFO [org.xnio.nio] (CLI command executor) XNIO NIO Implementation Version 3.7.7.Final
[INFO] [talledLocalContainer] 10:53:08,155 INFO [org.jboss.remoting] (CLI command executor) JBoss Remoting version 5.0.17.Final
[INFO] [talledLocalContainer] 10:53:08,170 INFO [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.3.Final
[INFO] [talledLocalContainer] 10:53:08,223 INFO [org.wildfly.security] (CLI command executor) ELY00001: WildFly Elytron version 1.11.4.Final
[INFO] [talledLocalContainer] 10:53:09,499 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server
[INFO] [talledLocalContainer] 10:53:09,505 INFO [org.jboss.as.cli.CommandContext] (main) {
[INFO] [talledLocalContainer] "outcome" => "success",
[INFO] [talledLocalContainer] "result" => undefined
[INFO] [talledLocalContainer] }
[INFO] [talledLocalContainer] {
[INFO] [talledLocalContainer] "outcome" => "success",
[INFO] [talledLocalContainer] "result" => undefined
[INFO] [talledLocalContainer] }
[INFO] [talledLocalContainer] 10:53:09,837 INFO [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: EJB subsystem suspension complete
[INFO] [talledLocalContainer] 10:53:09,839 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
[INFO] [talledLocalContainer] 10:53:09,940 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 7) WFLYMSGAMQ0006: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
[INFO] [talledLocalContainer] 10:53:09,941 INFO [org.jboss.as.mail.extension] (MSC service thread 1-8) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
[INFO] [talledLocalContainer] 10:53:09,941 INFO [org.jboss.as.mail.extension] (MSC service thread 1-8) WFLYMAIL0002: Unbound mail session [java:/mail/Session]
[INFO] [talledLocalContainer] 10:53:09,948 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:/jdbc/jbpm]
[INFO] [talledLocalContainer] 10:53:09,957 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 91) WFLYUT0022: Unregistered web context: '/kie-server-services' from server 'default-server'
[INFO] [talledLocalContainer] 10:53:09,979 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0019: Stopped Driver service with driver-name = org.h2.jdbcx.JdbcDataSource
[INFO] [talledLocalContainer] 10:53:09,986 INFO [org.kie.server.services.impl.policy.PolicyManager] (ServerService Thread Pool -- 91) Policy manager stopped successfully
[INFO] [talledLocalContainer] 10:53:09,987 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 91) Server Default Extension has been successfully unregistered as server extension
[INFO] [talledLocalContainer] 10:53:09,987 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 91) Drools KIE Server extension has been successfully unregistered as server extension
[INFO] [talledLocalContainer] 10:53:09,987 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 91) DMN KIE Server extension has been successfully unregistered as server extension
[INFO] [talledLocalContainer] 10:53:09,987 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 91) Swagger KIE Server extension has been successfully unregistered as server extension
[INFO] [talledLocalContainer] 10:53:09,987 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 91) Prometheus KIE Server extension has been successfully unregistered as server extension
[INFO] [talledLocalContainer] 10:53:09,987 INFO [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 91) Scenario Simulation KIE Server extension has been successfully unregistered as server extension
[INFO] [talledLocalContainer] 10:53:09,987 INFO [org.kie.server.remote.rest.common.Bootstrap] (ServerService Thread Pool -- 91) KieServer (id a0e625bf-251d-3c1f-ad11-0a17f1c14e21) destroyed successfully
[INFO] [talledLocalContainer] 10:53:10,076 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
[INFO] [talledLocalContainer] 10:53:10,124 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 7) WFLYCLINF0003: Stopped client-mappings cache from ejb container
[INFO] [talledLocalContainer] 10:53:10,180 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) WFLYJCA0119: Unbinding connection factory named java:/JmsXA to alias java:jboss/DefaultJMSConnectionFactory
[INFO] [talledLocalContainer] 10:53:10,181 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
[INFO] [talledLocalContainer] 10:53:10,182 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-5) WFLYJCA0011: Unbound JCA ConnectionFactory [java:/JmsXA]
[INFO] [talledLocalContainer] 10:53:10,183 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
[INFO] [talledLocalContainer] 10:53:10,240 INFO [org.apache.activemq.artemis.ra] (ServerService Thread Pool -- 7) AMQ151003: resource adaptor stopped
[INFO] [talledLocalContainer] 10:53:10,335 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0008: Undertow HTTPS listener https suspending
[INFO] [talledLocalContainer] 10:53:10,345 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 0.0.0.0:44247
[INFO] [talledLocalContainer] 10:53:10,601 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment kie-server-services.war (runtime-name: kie-server-services.war) in 729ms
[INFO] [talledLocalContainer] 10:53:10,660 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 7) AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.10.1 [30aeb508-0c68-11eb-a322-74e5f951ff8b] stopped, uptime 1 minute
[INFO] [talledLocalContainer] 10:53:10,664 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTP listener default suspending
[INFO] [talledLocalContainer] 10:53:10,665 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 0.0.0.0:41085
[INFO] [talledLocalContainer] 10:53:10,673 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 2.1.0.Final stopping
[INFO] [talledLocalContainer] 10:53:10,722 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 19.1.0.Final (WildFly Core 11.1.1.Final) stopped in 854ms
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] WildFly 19.1.0.Final is stopped
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.1:verify (default) @ kie-server-integ-tests-scenario-simulation ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kie-server-integ-tests-scenario-simulation ---
[INFO] Installing /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT.jar to /home/dzonca/.m2/repository/org/kie/server/kie-server-integ-tests-scenario-simulation/7.45.0-SNAPSHOT/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT.jar
[INFO] Installing /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/pom.xml to /home/dzonca/.m2/repository/org/kie/server/kie-server-integ-tests-scenario-simulation/7.45.0-SNAPSHOT/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT.pom
[INFO] Installing /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT-test-sources.jar to /home/dzonca/.m2/repository/org/kie/server/kie-server-integ-tests-scenario-simulation/7.45.0-SNAPSHOT/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/dzonca/IdeaProjects/KieGroup/droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-scenario-simulation/target/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT-tests.jar to /home/dzonca/.m2/repository/org/kie/server/kie-server-integ-tests-scenario-simulation/7.45.0-SNAPSHOT/kie-server-integ-tests-scenario-simulation-7.45.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:52 min
[INFO] Finished at: 2020-10-12T10:53:15+02:00
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment