[INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Service 0.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1617-letta-teama-service --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-unit-test) @ dgss1617-letta-teama-service --- [INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA 1617 Team A/target/classes" [INFO] [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ dgss1617-letta-teama-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ dgss1617-letta-teama-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ dgss1617-letta-teama-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ dgss1617-letta-teama-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/test-classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1617-letta-teama-service --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-wildfly-resources) @ dgss1617-letta-teama-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ dgss1617-letta-teama-service --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running es.uvigo.esei.dgss.project.test.ejb.ServiceTestSuite INFO [org.jboss.modules] JBoss Modules version 1.3.3.Final INFO [org.jboss.msc] JBoss MSC version 1.2.2.Final INFO [org.jboss.as] JBAS015899: WildFly 8.2.1.Final "Tweek" starting INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http) INFO [org.xnio] XNIO version 3.3.0.Final INFO [org.xnio.nio] XNIO NIO Implementation Version 3.3.0.Final INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.wildfly.extension.io] WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors INFO [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem. INFO [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem WARN [org.jboss.as.txn] JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. INFO [org.jboss.as.security] JBAS013171: Activating Security Subsystem INFO [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension INFO [org.jboss.as.naming] JBAS011802: Starting Naming Service INFO [org.jboss.as.jsf] JBAS012615: Activated the following JSF Implementations: [main] INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.jboss.as.connector.subsystems.datasources] JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) INFO [org.jboss.as.security] JBAS013170: Current PicketBox version=4.0.21.Final INFO [org.jboss.as.mail.extension] JBAS015400: Bound mail session [java:jboss/mail/Default] INFO [org.jboss.as.connector.logging] JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final) INFO [org.jboss.as.connector.deployers.jdbc] JBAS010417: Started Driver service with driver-name = h2 INFO [org.wildfly.extension.undertow] JBAS017527: Creating file handler for path /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/wildfly-8.2.1.Final/welcome-content INFO [org.wildfly.extension.undertow] JBAS017525: Started server default-server. INFO [com.arjuna.ats.jbossatx] ARJUNA032010: JBossTS Recovery Service (tag: 9aa71) - JBoss Inc. INFO [org.wildfly.extension.undertow] JBAS017531: Host default-host starting INFO [com.arjuna.ats.arjuna] ARJUNA012324: Start RecoveryActivators INFO [com.arjuna.ats.arjuna] ARJUNA012296: ExpiredEntryMonitor running at Sat, 26 Nov 2016 17:45:10 ERROR [org.jboss.msc.service.fail] MSC000001: Failed to start service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Could not start http listener at org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:137) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) [rt.jar:1.8.0_60] at sun.nio.ch.Net.bind(Net.java:433) [rt.jar:1.8.0_60] at sun.nio.ch.Net.bind(Net.java:425) [rt.jar:1.8.0_60] at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) [rt.jar:1.8.0_60] at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) [rt.jar:1.8.0_60] at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67) [rt.jar:1.8.0_60] at org.xnio.nio.NioXnioWorker.createTcpConnectionServer(NioXnioWorker.java:182) [xnio-nio-3.2.0.Beta4.jar:3.2.0.Beta4] at org.xnio.XnioWorker.createStreamConnectionServer(XnioWorker.java:243) [xnio-api-3.2.0.Beta4.jar:3.2.0.Beta4] at org.wildfly.extension.undertow.HttpListenerService.startListening(HttpListenerService.java:113) at org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:134) ... 5 more INFO [com.arjuna.ats.arjuna] ARJUNA012343: RecoveryManagerImple is ready. Socket listener is turned off. INFO [com.arjuna.ats.jbossatx] ARJUNA032013: Starting transaction recovery manager INFO [com.arjuna.ats.jbossatx] ARJUNA032017: JBossTS Transaction Service (JTA version - tag: 9aa71) - JBoss Inc. INFO [org.jboss.as.connector.subsystems.datasources] JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] INFO [org.jboss.as.connector.subsystems.datasources] JBAS010400: Bound data source [java:jboss/datasources/dgss1617/letta/teama] INFO [org.jboss.as.server.deployment.scanner] JBAS015012: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/wildfly-8.2.1.Final/standalone/deployments ERROR [org.jboss.as.controller.management-operation] JBAS014613: Operation ("add") failed - address: ([("subsystem" => "webservices")]) - failure description: {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => { "Services that were unable to start:" => ["jboss.ws.config"], "Services that may be the cause:" => ["jboss.remoting.remotingConnectorInfoService.http-remoting-connector"] }} ERROR [org.jboss.as.controller.management-operation] JBAS014613: Operation ("add") failed - address: ([ ("subsystem" => "undertow"), ("server" => "default-server"), ("http-listener" => "default") ]) - failure description: {"JBAS014671: Failed services" => {"jboss.undertow.listener.default" => "org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Could not start http listener Caused by: java.net.BindException: Address already in use"}} ERROR [org.jboss.as.controller.management-operation] JBAS014613: Operation ("add") failed - address: ([ ("subsystem" => "ejb3"), ("service" => "remote") ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.ejb3.connector is missing [jboss.remoting.remotingConnectorInfoService.http-remoting-connector]"]} INFO [org.jboss.as.controller] JBAS014774: Service status report JBAS014775: New missing/unsatisfied dependencies: service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service jboss.ejb3.connector] JBAS014777: Services which failed to start: service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Could not start http listener INFO [org.jboss.as] JBAS015961: Http management interface listening on http://127.0.0.1:19990/management INFO [org.jboss.as] JBAS015951: Admin console listening on http://127.0.0.1:19990 ERROR [org.jboss.as] JBAS015875: WildFly 8.2.1.Final "Tweek" started (with errors) in 11415ms - Started 185 of 241 services (3 services failed or missing dependencies, 83 services are lazy, passive or on-demand) INFO [org.xnio] XNIO version 3.2.0.Beta4 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.2.0.Beta4 INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/wildfly-8.2.1.Final/standalone/data/content/9e/c27ce070ae41dc649f37ad97000e7180b407fe/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.hibernate.Version] HHH000412: Hibernate Core {4.3.7.Final} INFO [org.hibernate.cfg.Environment] HHH000206: hibernate.properties not found INFO [org.hibernate.cfg.Environment] HHH000021: Bytecode provider name : javassist INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.hibernate.validator.internal.util.Version] HV000001: Hibernate Validator 5.1.3.Final INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.project.ejb.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.project.ejb.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.project.ejb.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB ERROR [org.jboss.as.controller.management-operation] JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "test.war")]) - failure description: { "JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"test.war\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"test.war\".beanmanager]"], "JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => { "Services that were unable to start:" => ["jboss.deployment.unit.\"test.war\".INSTALL"], "Services that may be the cause:" => [ "jboss.deployment.unit.\"test.war\".beanmanager", "jboss.remoting.remotingConnectorInfoService.http-remoting-connector" ] } } ERROR [org.jboss.as.server] JBAS015870: Deploy of deployment "test.war" was rolled back with the following failure message: { "JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"test.war\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"test.war\".beanmanager]"], "JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => { "Services that were unable to start:" => ["jboss.deployment.unit.\"test.war\".INSTALL"], "Services that may be the cause:" => [ "jboss.deployment.unit.\"test.war\".beanmanager", "jboss.remoting.remotingConnectorInfoService.http-remoting-connector" ] } } INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 439ms INFO [org.jboss.as.controller] JBAS014774: Service status report JBAS014775: New missing/unsatisfied dependencies: service jboss.deployment.unit."test.war".beanmanager (missing) dependents: [service jboss.deployment.unit."test.war".weld.weldClassIntrospector] service jboss.naming.context.java.app.test (missing) dependents: [service jboss.deployment.unit."test.war".INSTALL] service jboss.naming.context.java.module.test.test (missing) dependents: [service jboss.deployment.unit."test.war".INSTALL] JBAS014777: Services which failed to start: service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Could not start http listener WARN [org.jboss.as.arquillian.container.ArchiveDeployer] Cannot undeploy: test.war: org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper$ServerDeploymentException: java.lang.Exception: "JBAS014807: Management resource '[(\"deployment\" => \"test.war\")]' not found" at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.undeploy(ServerDeploymentHelper.java:114) [wildfly-controller-client-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.arquillian.container.ArchiveDeployer.undeploy(ArchiveDeployer.java:55) [wildfly-arquillian-common-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.arquillian.container.CommonDeployableContainer.undeploy(CommonDeployableContainer.java:152) [wildfly-arquillian-common-8.2.1.Final.jar:8.2.1.Final] at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$4.call(ContainerDeployController.java:205) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$4.call(ContainerDeployController.java:185) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:271) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.undeploy(ContainerDeployController.java:184) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createDeploymentContext(ContainerDeploymentContextHandler.java:78) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$2.perform(ContainerDeployController.java:119) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$2.perform(ContainerDeployController.java:110) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachDeployment(ContainerDeployController.java:263) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachDeployedDeployment(ContainerDeployController.java:249) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.undeployManaged(ContainerDeployController.java:109) [arquillian-container-impl-base-1.1.11.Final.jar:1.1.11.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:108) [arquillian-container-test-impl-base-1.1.11.Final.jar:1.1.11.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-test-impl-base-1.1.11.Final.jar:1.1.11.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-test-impl-base-1.1.11.Final.jar:1.1.11.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.afterClass(EventTestRunnerAdaptor.java:94) [arquillian-test-impl-base-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.junit.Arquillian$3$1.evaluate(Arquillian.java:223) [arquillian-junit-core-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:426) [arquillian-junit-core-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit-core-1.1.11.Final.jar:1.1.11.Final] at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218) [arquillian-junit-core-1.1.11.Final.jar:1.1.11.Final] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166) [arquillian-junit-core-1.1.11.Final.jar:1.1.11.Final] at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12] at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) [surefire-junit4-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) [surefire-junit4-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) [surefire-junit4-2.19.1.jar:2.19.1] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) [surefire-booter-2.19.1.jar:2.19.1] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) [surefire-booter-2.19.1.jar:2.19.1] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) [surefire-booter-2.19.1.jar:2.19.1] Caused by: java.lang.Exception: "JBAS014807: Management resource '[(\"deployment\" => \"test.war\")]' not found" at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134) [wildfly-controller-client-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123) [wildfly-controller-client-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85) [wildfly-controller-client-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42) [wildfly-controller-client-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.undeploy(ServerDeploymentHelper.java:107) [wildfly-controller-client-8.2.1.Final.jar:8.2.1.Final] ... 91 more Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 25.718 sec <<< FAILURE! - in es.uvigo.esei.dgss.project.test.ejb.ServiceTestSuite es.uvigo.esei.dgss.project.test.ejb.EventEJBTest Time elapsed: 25.718 sec <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: test.war Caused by: java.lang.Exception: { "JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"test.war\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"test.war\".beanmanager]"], "JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => { "Services that were unable to start:" => ["jboss.deployment.unit.\"test.war\".INSTALL"], "Services that may be the cause:" => [ "jboss.deployment.unit.\"test.war\".beanmanager", "jboss.remoting.remotingConnectorInfoService.http-remoting-connector" ] } } INFO [org.jboss.as.connector.subsystems.datasources] JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS] INFO [org.jboss.as.connector.subsystems.datasources] JBAS010409: Unbound data source [java:jboss/datasources/dgss1617/letta/teama] INFO [org.wildfly.extension.undertow] JBAS017532: Host default-host stopping INFO [org.jboss.as.connector.deployers.jdbc] JBAS010418: Stopped Driver service with driver-name = h2 INFO [org.wildfly.extension.undertow] JBAS017506: Undertow 1.1.8.Final stopping INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager INFO [org.jboss.as] JBAS015950: WildFly 8.2.1.Final "Tweek" stopped in 305ms Results : Tests in error: EventEJBTest.es.uvigo.esei.dgss.project.test.ejb.EventEJBTest ยป Deployment Can... Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 [ERROR] There are test failures. Please refer to /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/surefire-reports for the individual test results. [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report (post-unit-test) @ dgss1617-letta-teama-service --- [INFO] Loading execution data file /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/jacoco.exec [INFO] Analyzed bundle 'Service' with 3 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ dgss1617-letta-teama-service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/dgss1617-letta-teama-service-0.1.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1617-letta-teama-service >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-unit-test) @ dgss1617-letta-teama-service --- [INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA 1617 Team A/target/classes" [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1617-letta-teama-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1617-letta-teama-service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/dgss1617-letta-teama-service-0.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1617-letta-teama-service --- [INFO] Loading source files for package es.uvigo.esei.dgss.project.ejb... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/Mail.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/class-use/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/class-use/Mail.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/class-use/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/es/uvigo/esei/dgss/project/ejb/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/dgss1617-letta-teama-service-0.1.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-integration-test) @ dgss1617-letta-teama-service --- [INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA 1617 Team A/target/classes" [INFO] [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report (post-integration-test) @ dgss1617-letta-teama-service --- [INFO] Loading execution data file /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/jacoco.exec [INFO] Analyzed bundle 'Service' with 3 classes [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1617-letta-teama-service --- [INFO] Installing /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/dgss1617-letta-teama-service-0.1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teama/letta/dgss1617-letta-teama-service/0.1.0-SNAPSHOT/dgss1617-letta-teama-service-0.1.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA 1617 Team A/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teama/letta/dgss1617-letta-teama-service/0.1.0-SNAPSHOT/dgss1617-letta-teama-service-0.1.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/dgss1617-letta-teama-service-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teama/letta/dgss1617-letta-teama-service/0.1.0-SNAPSHOT/dgss1617-letta-teama-service-0.1.0-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA 1617 Team A/service/target/dgss1617-letta-teama-service-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teama/letta/dgss1617-letta-teama-service/0.1.0-SNAPSHOT/dgss1617-letta-teama-service-0.1.0-SNAPSHOT-javadoc.jar