[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Deleting /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1718-teamB-ligaaas-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LIGAaaS Team B/target/classes"
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/test-classes
[INFO]
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target with includes "" and excludes ""
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1718-teamB-ligaaas-rest ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teamb.ligaaas.rest.ResourceIntegrationTestSuite
[0m01:50:35,254 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
[0m[0m01:50:36,275 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
[0m[0m01:50:36,933 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
[0m[0m01:50:42,436 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
[0m[0m01:50:42,522 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final
[0m[0m01:50:42,593 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final
[0m[0m01:50:42,824 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 4.0.21.Final
[0m[0m01:50:42,920 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
[0m[0m01:50:42,935 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 35) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
[0m[33m01:50:43,036 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 50) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
[0m[0m01:50:43,082 INFO [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
[0m[0m01:50:43,115 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
[0m[0m01:50:43,138 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
[0m[0m01:50:43,164 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
[0m[0m01:50:43,228 INFO [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.6.Final
[0m[0m01:50:43,343 INFO [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
[0m[0m01:50:43,362 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 1.4.0.Final starting
[0m[0m01:50:43,388 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
[0m[0m01:50:43,595 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
[0m[0m01:50:43,667 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
[0m[0m01:50:43,670 INFO [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
[0m[0m01:50:44,477 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 51) WFLYUT0014: Creating file handler for path '/var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
[0m[0m01:50:44,710 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
[0m[0m01:50:44,716 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
[0m[0m01:50:45,310 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:48080
[0m[0m01:50:46,046 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
[0m[0m01:50:46,058 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss1718/teamB/ligaaas]
[0m[0m01:50:47,559 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/wildfly-10.1.0.Final/standalone/deployments
[0m[0m01:50:47,833 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
[0m[0m01:50:47,926 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)
[0m[0m01:50:47,972 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 54) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
[0m[0m01:50:47,976 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 55) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
[0m[0m01:50:47,979 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 55) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
[0m[0m01:50:47,984 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 54) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
[0m[0m01:50:48,334 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:49990/management
[0m[0m01:50:48,335 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:49990
[0m[0m01:50:48,335 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 12625ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
[0m[33m01:50:49,556 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
[0m[0m01:50:52,994 INFO [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
[0m[0m01:50:53,113 INFO [org.xnio] (main) XNIO version 3.5.1.Final
[0m[0m01:50:53,140 INFO [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
[0m[0m01:50:53,399 INFO [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
[0m[0m01:50:55,585 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/wildfly-10.1.0.Final/standalone/data/content/9b/ebaadf633668d6f8a8579c36700f3188da1f63/content
[0m[0m01:50:55,650 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war" (runtime-name: "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war")
[0m[0m01:51:00,028 INFO [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for test
[0m[0m01:51:02,260 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 16) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service '65d7c245-8a1e-4598-8c4c-c2513b010cc9.war#test'
[0m[0m01:51:02,684 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 16) HHH000204: Processing PersistenceUnitInfo [
name: test
...]
[0m[0m01:51:03,410 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 65d7c245-8a1e-4598-8c4c-c2513b010cc9.war
[0m[0m01:51:03,811 INFO [org.hibernate.Version] (ServerService Thread Pool -- 16) HHH000412: Hibernate Core {5.0.10.Final}
[0m[0m01:51:03,830 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 16) HHH000206: hibernate.properties not found
[0m[0m01:51:03,846 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 16) HHH000021: Bytecode provider name : javassist
[0m[0m01:51:04,111 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.4.Final
[0m[0m01:51:04,345 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 16) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
[0m[0m01:51:05,047 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'CompetitionService' in deployment unit 'deployment "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war"' are as follows:
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/CompetitionService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/CompetitionService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
java:module/CompetitionService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/CompetitionService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/CompetitionService
java:module/CompetitionService
[0m[0m01:51:05,048 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'UserService' in deployment unit 'deployment "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war"' are as follows:
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/UserService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/UserService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
java:module/UserService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/UserService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/UserService
java:module/UserService
[0m[0m01:51:05,048 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'HeadquartersService' in deployment unit 'deployment "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war"' are as follows:
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/HeadquartersService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/HeadquartersService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
java:module/HeadquartersService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/HeadquartersService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/HeadquartersService
java:module/HeadquartersService
[0m[0m01:51:05,049 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'PlayerService' in deployment unit 'deployment "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war"' are as follows:
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/PlayerService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/PlayerService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
java:module/PlayerService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/PlayerService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/PlayerService
java:module/PlayerService
[0m[0m01:51:05,049 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'TeamService' in deployment unit 'deployment "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war"' are as follows:
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/TeamService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/TeamService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
java:module/TeamService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/TeamService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/TeamService
java:module/TeamService
[0m[0m01:51:05,049 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'EmailService' in deployment unit 'deployment "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war"' are as follows:
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/EmailService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.EmailService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/EmailService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.EmailService
java:module/EmailService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.EmailService
java:global/65d7c245-8a1e-4598-8c4c-c2513b010cc9/EmailService
java:app/65d7c245-8a1e-4598-8c4c-c2513b010cc9/EmailService
java:module/EmailService
[0m[0m01:51:05,830 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 16) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
[0m[0m01:51:05,832 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 16) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
[0m[0m01:51:06,166 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.3.5 (Final)
[0m[0m01:51:07,180 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 22) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service '65d7c245-8a1e-4598-8c4c-c2513b010cc9.war#test'
[0m[0m01:51:07,590 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 16) WFLYCLINF0002: Started client-mappings cache from ejb container
[0m[0m01:51:09,112 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 22) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[0m[33m01:51:09,134 WARN [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 22) HHH000431: Unable to determine H2 database version, certain features may not work
[0m[0m01:51:09,903 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 22) Envers integration enabled? : true
[0m[0m01:51:12,495 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 22) HHH000227: Running hbm2ddl schema export
[0mHibernate: drop table comp_headq if exists
Hibernate: drop table Competition if exists
Hibernate: drop table FavouriteSport if exists
Hibernate: drop table FavouriteTeam if exists
Hibernate: drop table Headquarter if exists
Hibernate: drop table InvitationBetweenTeamCompetition if exists
Hibernate: drop table Player if exists
Hibernate: drop table player_team if exists
Hibernate: drop table Team if exists
Hibernate: drop table User if exists
Hibernate: create table comp_headq (comp_id integer not null, headq_id varchar(100) not null)
Hibernate: create table Competition (id integer generated by default as identity, isRemoved boolean not null, abbreviation varchar(25) not null, contactPerson varchar(100) not null, description varchar(250) not null, email varchar(100) not null, facebook varchar(255), instagram varchar(255), maxTeams integer not null, minTeams integer not null, name varchar(100) not null, openToInscription boolean not null, publicVisibility boolean not null, sport varchar(255) not null, telephone varchar(25) not null, twitter varchar(255), type varchar(255) not null, web varchar(150) not null, admin_login varchar(100), primary key (id))
Hibernate: create table FavouriteSport (id integer not null, sport varchar(255))
Hibernate: create table FavouriteTeam (id integer not null, team varchar(255))
Hibernate: create table Headquarter (name varchar(100) not null, isRemoved boolean not null, address varchar(100) not null, description varchar(250) not null, locality varchar(100) not null, province varchar(100) not null, admin_login varchar(100), primary key (name))
Hibernate: create table InvitationBetweenTeamCompetition (date timestamp, state varchar(255), competition_id integer not null, team_nameTeam varchar(100) not null, primary key (competition_id, team_nameTeam))
Hibernate: create table Player (id integer generated by default as identity, isRemoved boolean not null, completeName varchar(100) not null, image binary(255), interestsDescription varchar(500) not null, nick varchar(30) not null, visibility boolean not null, admin_login varchar(100) not null, playerUser varchar(100), primary key (id))
Hibernate: create table player_team (player_id integer not null, team_name varchar(100) not null)
Hibernate: create table Team (nameTeam varchar(100) not null, isRemoved boolean not null, contactPerson varchar(255) not null, descriptionTeam varchar(255), email varchar(255), facebook varchar(255), instagram varchar(255), isVisible boolean not null, maxPlayers integer not null, minPlayers integer not null, nickTeam varchar(25) not null, openToInscription boolean not null, phone varchar(255), sportType varchar(255) not null, twitter varchar(255), web varchar(255), headquarter_name varchar(100), user_login varchar(100) not null, primary key (nameTeam))
Hibernate: create table User (login varchar(100) not null, isRemoved boolean not null, activationUUID varchar(255) not null, birthdate timestamp not null, country varchar(100) not null, email varchar(100) not null, facebook varchar(255), identificationType varchar(255) not null, instagram varchar(255), isActivated boolean not null, location varchar(100) not null, name varchar(100) not null, numIdentificationType varchar(50) not null, password varchar(100) not null, phone varchar(25) not null, province varchar(100) not null, registrationDate timestamp not null, residence varchar(200) not null, role varchar(255) not null, surname varchar(200) not null, twitter varchar(255), primary key (login))
Hibernate: alter table comp_headq add constraint FKf1w7li2qukh6bm6o6kwd18j18 foreign key (headq_id) references Headquarter
Hibernate: alter table comp_headq add constraint FKqg1n0f9ovrvbsf6178w6qmn3f foreign key (comp_id) references Competition
Hibernate: alter table Competition add constraint FKt0cgolc9h765xrgtk283nicm5 foreign key (admin_login) references User
Hibernate: alter table FavouriteSport add constraint FK79knaa70ks4lu50q7p5aw81rr foreign key (id) references Player
Hibernate: alter table FavouriteTeam add constraint FKlmfw9ht8kbs46irfaa9xbcb6e foreign key (id) references Player
Hibernate: alter table Headquarter add constraint FKih8rff24bt32u9fmdp53bc4ku foreign key (admin_login) references User
Hibernate: alter table InvitationBetweenTeamCompetition add constraint FK9jlv6prl1ygt6mwffrin1g8jv foreign key (competition_id) references Competition
Hibernate: alter table InvitationBetweenTeamCompetition add constraint FK6rxf6g5w8kywcpecxcbnvu59q foreign key (team_nameTeam) references Team
Hibernate: alter table Player add constraint FKtoso2lqctbkisj2lrpal4ykrb foreign key (admin_login) references User
Hibernate: alter table Player add constraint FKia5seiuu41x3a8k3r0l0bod6n foreign key (playerUser) references User
Hibernate: alter table player_team add constraint FK6lhoow076kqnmbixe6ji4h8ps foreign key (team_name) references Team
Hibernate: alter table player_team add constraint FKh0kaqqlfp2417c297cwaf5olr foreign key (player_id) references Player
Hibernate: alter table Team add constraint FKbv2uhap51i2ifxf7gp22jx0t8 foreign key (headquarter_name) references Headquarter
Hibernate: alter table Team add constraint FKjyw0ynld97d0us2xutu92tcrn foreign key (user_login) references User
[0m01:51:12,632 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 22) HHH000230: Schema export complete
[0m[0m01:51:13,211 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 1) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.65d7c245-8a1e-4598-8c4c-c2513b010cc9.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:13,237 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 2) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.65d7c245-8a1e-4598-8c4c-c2513b010cc9.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:13,257 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 2) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.65d7c245-8a1e-4598-8c4c-c2513b010cc9.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:13,295 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 1) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.65d7c245-8a1e-4598-8c4c-c2513b010cc9.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:13,300 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 2) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.65d7c245-8a1e-4598-8c4c-c2513b010cc9.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:15,857 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 62) Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/65d7c245-8a1e-4598-8c4c-c2513b010cc9'
[0m[0m01:51:17,729 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 62) WFLYUT0021: Registered web context: /65d7c245-8a1e-4598-8c4c-c2513b010cc9
[0m[0m01:51:17,937 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war" (runtime-name : "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war")
[0mlog4j:WARN No appenders could be found for logger (org.jboss.resteasy.plugins.providers.DocumentProvider).
log4j:WARN Please initialize the log4j system properly.
[33m01:51:22,225 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-14) RESTEASY002120: ClassNotFoundException: Unable to load builtin provider org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider from jar:file:/var/lib/jenkins/.m2/repository/org/jboss/resteasy/resteasy-jackson-provider/3.0.24.Final/resteasy-jackson-provider-3.0.24.Final.jar!/META-INF/services/javax.ws.rs.ext.Providers: java.lang.ClassNotFoundException: org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider from [Module "deployment.65d7c245-8a1e-4598-8c4c-c2513b010cc9.war" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:412) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:400) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
at org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:230) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:113) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:250) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.core.ManagedServlet.getServlet(ManagedServlet.java:171) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:84) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:805) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_144]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_144]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_144]
[0mHibernate: select user0_.login as login1_9_0_, user0_.isRemoved as isRemove2_9_0_, user0_.activationUUID as activati3_9_0_, user0_.birthdate as birthdat4_9_0_, user0_.country as country5_9_0_, user0_.email as email6_9_0_, user0_.facebook as facebook7_9_0_, user0_.identificationType as identifi8_9_0_, user0_.instagram as instagra9_9_0_, user0_.isActivated as isActiv10_9_0_, user0_.location as locatio11_9_0_, user0_.name as name12_9_0_, user0_.numIdentificationType as numIden13_9_0_, user0_.password as passwor14_9_0_, user0_.phone as phone15_9_0_, user0_.province as provinc16_9_0_, user0_.registrationDate as registr17_9_0_, user0_.residence as residen18_9_0_, user0_.role as role19_9_0_, user0_.surname as surname20_9_0_, user0_.twitter as twitter21_9_0_, managedcom1_.admin_login as admin_l19_1_1_, managedcom1_.id as id1_1_1_, managedcom1_.id as id1_1_2_, managedcom1_.isRemoved as isRemove2_1_2_, managedcom1_.abbreviation as abbrevia3_1_2_, managedcom1_.admin_login as admin_l19_1_2_, managedcom1_.contactPerson as contactP4_1_2_, managedcom1_.description as descript5_1_2_, managedcom1_.email as email6_1_2_, managedcom1_.facebook as facebook7_1_2_, managedcom1_.instagram as instagra8_1_2_, managedcom1_.maxTeams as maxTeams9_1_2_, managedcom1_.minTeams as minTeam10_1_2_, managedcom1_.name as name11_1_2_, managedcom1_.openToInscription as openToI12_1_2_, managedcom1_.publicVisibility as publicV13_1_2_, managedcom1_.sport as sport14_1_2_, managedcom1_.telephone as telepho15_1_2_, managedcom1_.twitter as twitter16_1_2_, managedcom1_.type as type17_1_2_, managedcom1_.web as web18_1_2_, player2_.id as id1_6_3_, player2_.isRemoved as isRemove2_6_3_, player2_.admin_login as admin_lo8_6_3_, player2_.completeName as complete3_6_3_, player2_.image as image4_6_3_, player2_.interestsDescription as interest5_6_3_, player2_.nick as nick6_6_3_, player2_.playerUser as playerUs9_6_3_, player2_.visibility as visibili7_6_3_, user3_.login as login1_9_4_, user3_.isRemoved as isRemove2_9_4_, user3_.activationUUID as activati3_9_4_, user3_.birthdate as birthdat4_9_4_, user3_.country as country5_9_4_, user3_.email as email6_9_4_, user3_.facebook as facebook7_9_4_, user3_.identificationType as identifi8_9_4_, user3_.instagram as instagra9_9_4_, user3_.isActivated as isActiv10_9_4_, user3_.location as locatio11_9_4_, user3_.name as name12_9_4_, user3_.numIdentificationType as numIden13_9_4_, user3_.password as passwor14_9_4_, user3_.phone as phone15_9_4_, user3_.province as provinc16_9_4_, user3_.registrationDate as registr17_9_4_, user3_.residence as residen18_9_4_, user3_.role as role19_9_4_, user3_.surname as surname20_9_4_, user3_.twitter as twitter21_9_4_ from User user0_ left outer join Competition managedcom1_ on user0_.login=managedcom1_.admin_login left outer join Player player2_ on user0_.login=player2_.playerUser left outer join User user3_ on player2_.admin_login=user3_.login where user0_.login=?
Hibernate: select user0_.login as login1_9_0_, user0_.isRemoved as isRemove2_9_0_, user0_.activationUUID as activati3_9_0_, user0_.birthdate as birthdat4_9_0_, user0_.country as country5_9_0_, user0_.email as email6_9_0_, user0_.facebook as facebook7_9_0_, user0_.identificationType as identifi8_9_0_, user0_.instagram as instagra9_9_0_, user0_.isActivated as isActiv10_9_0_, user0_.location as locatio11_9_0_, user0_.name as name12_9_0_, user0_.numIdentificationType as numIden13_9_0_, user0_.password as passwor14_9_0_, user0_.phone as phone15_9_0_, user0_.province as provinc16_9_0_, user0_.registrationDate as registr17_9_0_, user0_.residence as residen18_9_0_, user0_.role as role19_9_0_, user0_.surname as surname20_9_0_, user0_.twitter as twitter21_9_0_, managedcom1_.admin_login as admin_l19_1_1_, managedcom1_.id as id1_1_1_, managedcom1_.id as id1_1_2_, managedcom1_.isRemoved as isRemove2_1_2_, managedcom1_.abbreviation as abbrevia3_1_2_, managedcom1_.admin_login as admin_l19_1_2_, managedcom1_.contactPerson as contactP4_1_2_, managedcom1_.description as descript5_1_2_, managedcom1_.email as email6_1_2_, managedcom1_.facebook as facebook7_1_2_, managedcom1_.instagram as instagra8_1_2_, managedcom1_.maxTeams as maxTeams9_1_2_, managedcom1_.minTeams as minTeam10_1_2_, managedcom1_.name as name11_1_2_, managedcom1_.openToInscription as openToI12_1_2_, managedcom1_.publicVisibility as publicV13_1_2_, managedcom1_.sport as sport14_1_2_, managedcom1_.telephone as telepho15_1_2_, managedcom1_.twitter as twitter16_1_2_, managedcom1_.type as type17_1_2_, managedcom1_.web as web18_1_2_, player2_.id as id1_6_3_, player2_.isRemoved as isRemove2_6_3_, player2_.admin_login as admin_lo8_6_3_, player2_.completeName as complete3_6_3_, player2_.image as image4_6_3_, player2_.interestsDescription as interest5_6_3_, player2_.nick as nick6_6_3_, player2_.playerUser as playerUs9_6_3_, player2_.visibility as visibili7_6_3_, user3_.login as login1_9_4_, user3_.isRemoved as isRemove2_9_4_, user3_.activationUUID as activati3_9_4_, user3_.birthdate as birthdat4_9_4_, user3_.country as country5_9_4_, user3_.email as email6_9_4_, user3_.facebook as facebook7_9_4_, user3_.identificationType as identifi8_9_4_, user3_.instagram as instagra9_9_4_, user3_.isActivated as isActiv10_9_4_, user3_.location as locatio11_9_4_, user3_.name as name12_9_4_, user3_.numIdentificationType as numIden13_9_4_, user3_.password as passwor14_9_4_, user3_.phone as phone15_9_4_, user3_.province as provinc16_9_4_, user3_.registrationDate as registr17_9_4_, user3_.residence as residen18_9_4_, user3_.role as role19_9_4_, user3_.surname as surname20_9_4_, user3_.twitter as twitter21_9_4_ from User user0_ left outer join Competition managedcom1_ on user0_.login=managedcom1_.admin_login left outer join Player player2_ on user0_.login=player2_.playerUser left outer join User user3_ on player2_.admin_login=user3_.login where user0_.login=?
[0m01:51:26,560 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 64) WFLYUT0022: Unregistered web context: /65d7c245-8a1e-4598-8c4c-c2513b010cc9
[0m[0m01:51:26,639 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 64) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service '65d7c245-8a1e-4598-8c4c-c2513b010cc9.war#test'
[0m[0m01:51:26,640 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 64) HHH000227: Running hbm2ddl schema export
[0mHibernate: drop table comp_headq if exists
Hibernate: drop table Competition if exists
Hibernate: drop table FavouriteSport if exists
Hibernate: drop table FavouriteTeam if exists
Hibernate: drop table Headquarter if exists
Hibernate: drop table InvitationBetweenTeamCompetition if exists
Hibernate: drop table Player if exists
Hibernate: drop table player_team if exists
Hibernate: drop table Team if exists
Hibernate: drop table User if exists
[0m01:51:26,684 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 64) HHH000230: Schema export complete
[0m[0m01:51:26,698 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 64) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service '65d7c245-8a1e-4598-8c4c-c2513b010cc9.war#test'
[0m[0m01:51:26,769 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 64) WFLYCLINF0003: Stopped client-mappings cache from ejb container
[0m[0m01:51:26,777 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 65d7c245-8a1e-4598-8c4c-c2513b010cc9.war (runtime-name: 65d7c245-8a1e-4598-8c4c-c2513b010cc9.war) in 255ms
[0m[33m01:51:26,824 WARN [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
[0m[0m01:51:26,831 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/wildfly-10.1.0.Final/standalone/data/content/9b/ebaadf633668d6f8a8579c36700f3188da1f63/content
[0m[0m01:51:26,833 INFO [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war" (runtime-name: "65d7c245-8a1e-4598-8c4c-c2513b010cc9.war")
[0m[33m01:51:27,363 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
[0m[0m01:51:31,243 INFO [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/wildfly-10.1.0.Final/standalone/data/content/92/14c170150c0b0adfab05cc6bd4af4d68089f39/content
[0m[0m01:51:31,250 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "c3feb5d9-d729-443a-86b0-dd0975283c6c.war" (runtime-name: "c3feb5d9-d729-443a-86b0-dd0975283c6c.war")
[0m[0m01:51:32,169 INFO [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for test
[0m[0m01:51:32,280 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 64) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'c3feb5d9-d729-443a-86b0-dd0975283c6c.war#test'
[0m[0m01:51:32,280 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 64) HHH000204: Processing PersistenceUnitInfo [
name: test
...]
[0m[0m01:51:32,460 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment c3feb5d9-d729-443a-86b0-dd0975283c6c.war
[0m[0m01:51:32,514 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'CompetitionService' in deployment unit 'deployment "c3feb5d9-d729-443a-86b0-dd0975283c6c.war"' are as follows:
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/CompetitionService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/CompetitionService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
java:module/CompetitionService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/CompetitionService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/CompetitionService
java:module/CompetitionService
[0m[0m01:51:32,524 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'UserService' in deployment unit 'deployment "c3feb5d9-d729-443a-86b0-dd0975283c6c.war"' are as follows:
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/UserService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/UserService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
java:module/UserService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/UserService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/UserService
java:module/UserService
[0m[0m01:51:32,524 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'HeadquartersService' in deployment unit 'deployment "c3feb5d9-d729-443a-86b0-dd0975283c6c.war"' are as follows:
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/HeadquartersService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/HeadquartersService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
java:module/HeadquartersService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/HeadquartersService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/HeadquartersService
java:module/HeadquartersService
[0m[0m01:51:32,527 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'PlayerService' in deployment unit 'deployment "c3feb5d9-d729-443a-86b0-dd0975283c6c.war"' are as follows:
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/PlayerService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/PlayerService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
java:module/PlayerService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/PlayerService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/PlayerService
java:module/PlayerService
[0m[0m01:51:32,528 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TeamService' in deployment unit 'deployment "c3feb5d9-d729-443a-86b0-dd0975283c6c.war"' are as follows:
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/TeamService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/TeamService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
java:module/TeamService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/TeamService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/TeamService
java:module/TeamService
[0m[0m01:51:32,531 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'EmailService' in deployment unit 'deployment "c3feb5d9-d729-443a-86b0-dd0975283c6c.war"' are as follows:
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/EmailService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.EmailService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/EmailService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.EmailService
java:module/EmailService!es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.EmailService
java:global/c3feb5d9-d729-443a-86b0-dd0975283c6c/EmailService
java:app/c3feb5d9-d729-443a-86b0-dd0975283c6c/EmailService
java:module/EmailService
[0m[0m01:51:32,977 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
[0m[0m01:51:32,979 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
[0m[0m01:51:33,016 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 64) WFLYCLINF0002: Started client-mappings cache from ejb container
[0m[0m01:51:33,177 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 64) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'c3feb5d9-d729-443a-86b0-dd0975283c6c.war#test'
[0m[0m01:51:33,179 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 64) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[0m[33m01:51:33,179 WARN [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 64) HHH000431: Unable to determine H2 database version, certain features may not work
[0m[0m01:51:33,200 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 64) Envers integration enabled? : true
[0m[0m01:51:34,275 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 64) HHH000227: Running hbm2ddl schema export
[0mHibernate: drop table comp_headq if exists
Hibernate: drop table Competition if exists
Hibernate: drop table FavouriteSport if exists
Hibernate: drop table FavouriteTeam if exists
Hibernate: drop table Headquarter if exists
Hibernate: drop table InvitationBetweenTeamCompetition if exists
Hibernate: drop table Player if exists
Hibernate: drop table player_team if exists
Hibernate: drop table Team if exists
Hibernate: drop table User if exists
Hibernate: create table comp_headq (comp_id integer not null, headq_id varchar(100) not null)
Hibernate: create table Competition (id integer generated by default as identity, isRemoved boolean not null, abbreviation varchar(25) not null, contactPerson varchar(100) not null, description varchar(250) not null, email varchar(100) not null, facebook varchar(255), instagram varchar(255), maxTeams integer not null, minTeams integer not null, name varchar(100) not null, openToInscription boolean not null, publicVisibility boolean not null, sport varchar(255) not null, telephone varchar(25) not null, twitter varchar(255), type varchar(255) not null, web varchar(150) not null, admin_login varchar(100), primary key (id))
Hibernate: create table FavouriteSport (id integer not null, sport varchar(255))
Hibernate: create table FavouriteTeam (id integer not null, team varchar(255))
Hibernate: create table Headquarter (name varchar(100) not null, isRemoved boolean not null, address varchar(100) not null, description varchar(250) not null, locality varchar(100) not null, province varchar(100) not null, admin_login varchar(100), primary key (name))
Hibernate: create table InvitationBetweenTeamCompetition (date timestamp, state varchar(255), competition_id integer not null, team_nameTeam varchar(100) not null, primary key (competition_id, team_nameTeam))
Hibernate: create table Player (id integer generated by default as identity, isRemoved boolean not null, completeName varchar(100) not null, image binary(255), interestsDescription varchar(500) not null, nick varchar(30) not null, visibility boolean not null, admin_login varchar(100) not null, playerUser varchar(100), primary key (id))
Hibernate: create table player_team (player_id integer not null, team_name varchar(100) not null)
Hibernate: create table Team (nameTeam varchar(100) not null, isRemoved boolean not null, contactPerson varchar(255) not null, descriptionTeam varchar(255), email varchar(255), facebook varchar(255), instagram varchar(255), isVisible boolean not null, maxPlayers integer not null, minPlayers integer not null, nickTeam varchar(25) not null, openToInscription boolean not null, phone varchar(255), sportType varchar(255) not null, twitter varchar(255), web varchar(255), headquarter_name varchar(100), user_login varchar(100) not null, primary key (nameTeam))
Hibernate: create table User (login varchar(100) not null, isRemoved boolean not null, activationUUID varchar(255) not null, birthdate timestamp not null, country varchar(100) not null, email varchar(100) not null, facebook varchar(255), identificationType varchar(255) not null, instagram varchar(255), isActivated boolean not null, location varchar(100) not null, name varchar(100) not null, numIdentificationType varchar(50) not null, password varchar(100) not null, phone varchar(25) not null, province varchar(100) not null, registrationDate timestamp not null, residence varchar(200) not null, role varchar(255) not null, surname varchar(200) not null, twitter varchar(255), primary key (login))
Hibernate: alter table comp_headq add constraint FKf1w7li2qukh6bm6o6kwd18j18 foreign key (headq_id) references Headquarter
Hibernate: alter table comp_headq add constraint FKqg1n0f9ovrvbsf6178w6qmn3f foreign key (comp_id) references Competition
Hibernate: alter table Competition add constraint FKt0cgolc9h765xrgtk283nicm5 foreign key (admin_login) references User
Hibernate: alter table FavouriteSport add constraint FK79knaa70ks4lu50q7p5aw81rr foreign key (id) references Player
Hibernate: alter table FavouriteTeam add constraint FKlmfw9ht8kbs46irfaa9xbcb6e foreign key (id) references Player
Hibernate: alter table Headquarter add constraint FKih8rff24bt32u9fmdp53bc4ku foreign key (admin_login) references User
Hibernate: alter table InvitationBetweenTeamCompetition add constraint FK9jlv6prl1ygt6mwffrin1g8jv foreign key (competition_id) references Competition
Hibernate: alter table InvitationBetweenTeamCompetition add constraint FK6rxf6g5w8kywcpecxcbnvu59q foreign key (team_nameTeam) references Team
Hibernate: alter table Player add constraint FKtoso2lqctbkisj2lrpal4ykrb foreign key (admin_login) references User
Hibernate: alter table Player add constraint FKia5seiuu41x3a8k3r0l0bod6n foreign key (playerUser) references User
Hibernate: alter table player_team add constraint FK6lhoow076kqnmbixe6ji4h8ps foreign key (team_name) references Team
Hibernate: alter table player_team add constraint FKh0kaqqlfp2417c297cwaf5olr foreign key (player_id) references Player
Hibernate: alter table Team add constraint FKbv2uhap51i2ifxf7gp22jx0t8 foreign key (headquarter_name) references Headquarter
Hibernate: alter table Team add constraint FKjyw0ynld97d0us2xutu92tcrn foreign key (user_login) references User
[0m01:51:34,365 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 64) HHH000230: Schema export complete
[0m[0m01:51:34,569 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 3) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.c3feb5d9-d729-443a-86b0-dd0975283c6c.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:34,596 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 1) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.c3feb5d9-d729-443a-86b0-dd0975283c6c.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:34,616 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 1) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.c3feb5d9-d729-443a-86b0-dd0975283c6c.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:34,654 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 3) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.c3feb5d9-d729-443a-86b0-dd0975283c6c.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:34,664 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 1) WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerServiceIntegrationTest because of underlying class loading error: Type es.uvigo.esei.dgss.teamb.ligaaas.service.util.security.RoleCaller from [Module "deployment.c3feb5d9-d729-443a-86b0-dd0975283c6c.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
[0m[0m01:51:36,076 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 67) Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/c3feb5d9-d729-443a-86b0-dd0975283c6c'
[0m[0m01:51:36,770 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 67) WFLYUT0021: Registered web context: /c3feb5d9-d729-443a-86b0-dd0975283c6c
[0m[0m01:51:36,812 INFO [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0010: Deployed "c3feb5d9-d729-443a-86b0-dd0975283c6c.war" (runtime-name : "c3feb5d9-d729-443a-86b0-dd0975283c6c.war")
[0m[33m01:51:37,988 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-9) RESTEASY002120: ClassNotFoundException: Unable to load builtin provider org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider from jar:file:/var/lib/jenkins/.m2/repository/org/jboss/resteasy/resteasy-jackson-provider/3.0.24.Final/resteasy-jackson-provider-3.0.24.Final.jar!/META-INF/services/javax.ws.rs.ext.Providers: java.lang.ClassNotFoundException: org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider from [Module "deployment.c3feb5d9-d729-443a-86b0-dd0975283c6c.war" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:412) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:400) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
at org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:230) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:113) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:250) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.core.ManagedServlet.getServlet(ManagedServlet.java:171) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:84) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:805) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_144]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_144]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_144]
[0mHibernate: select user0_.login as login1_9_0_, user0_.isRemoved as isRemove2_9_0_, user0_.activationUUID as activati3_9_0_, user0_.birthdate as birthdat4_9_0_, user0_.country as country5_9_0_, user0_.email as email6_9_0_, user0_.facebook as facebook7_9_0_, user0_.identificationType as identifi8_9_0_, user0_.instagram as instagra9_9_0_, user0_.isActivated as isActiv10_9_0_, user0_.location as locatio11_9_0_, user0_.name as name12_9_0_, user0_.numIdentificationType as numIden13_9_0_, user0_.password as passwor14_9_0_, user0_.phone as phone15_9_0_, user0_.province as provinc16_9_0_, user0_.registrationDate as registr17_9_0_, user0_.residence as residen18_9_0_, user0_.role as role19_9_0_, user0_.surname as surname20_9_0_, user0_.twitter as twitter21_9_0_, managedcom1_.admin_login as admin_l19_1_1_, managedcom1_.id as id1_1_1_, managedcom1_.id as id1_1_2_, managedcom1_.isRemoved as isRemove2_1_2_, managedcom1_.abbreviation as abbrevia3_1_2_, managedcom1_.admin_login as admin_l19_1_2_, managedcom1_.contactPerson as contactP4_1_2_, managedcom1_.description as descript5_1_2_, managedcom1_.email as email6_1_2_, managedcom1_.facebook as facebook7_1_2_, managedcom1_.instagram as instagra8_1_2_, managedcom1_.maxTeams as maxTeams9_1_2_, managedcom1_.minTeams as minTeam10_1_2_, managedcom1_.name as name11_1_2_, managedcom1_.openToInscription as openToI12_1_2_, managedcom1_.publicVisibility as publicV13_1_2_, managedcom1_.sport as sport14_1_2_, managedcom1_.telephone as telepho15_1_2_, managedcom1_.twitter as twitter16_1_2_, managedcom1_.type as type17_1_2_, managedcom1_.web as web18_1_2_, player2_.id as id1_6_3_, player2_.isRemoved as isRemove2_6_3_, player2_.admin_login as admin_lo8_6_3_, player2_.completeName as complete3_6_3_, player2_.image as image4_6_3_, player2_.interestsDescription as interest5_6_3_, player2_.nick as nick6_6_3_, player2_.playerUser as playerUs9_6_3_, player2_.visibility as visibili7_6_3_, user3_.login as login1_9_4_, user3_.isRemoved as isRemove2_9_4_, user3_.activationUUID as activati3_9_4_, user3_.birthdate as birthdat4_9_4_, user3_.country as country5_9_4_, user3_.email as email6_9_4_, user3_.facebook as facebook7_9_4_, user3_.identificationType as identifi8_9_4_, user3_.instagram as instagra9_9_4_, user3_.isActivated as isActiv10_9_4_, user3_.location as locatio11_9_4_, user3_.name as name12_9_4_, user3_.numIdentificationType as numIden13_9_4_, user3_.password as passwor14_9_4_, user3_.phone as phone15_9_4_, user3_.province as provinc16_9_4_, user3_.registrationDate as registr17_9_4_, user3_.residence as residen18_9_4_, user3_.role as role19_9_4_, user3_.surname as surname20_9_4_, user3_.twitter as twitter21_9_4_ from User user0_ left outer join Competition managedcom1_ on user0_.login=managedcom1_.admin_login left outer join Player player2_ on user0_.login=player2_.playerUser left outer join User user3_ on player2_.admin_login=user3_.login where user0_.login=?
[0m01:51:38,202 INFO [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-9) HHH000397: Using ASTQueryTranslatorFactory
[0mHibernate: select team0_.nameTeam as nameTeam1_8_, team0_.isRemoved as isRemove2_8_, team0_.contactPerson as contactP3_8_, team0_.descriptionTeam as descript4_8_, team0_.email as email5_8_, team0_.facebook as facebook6_8_, team0_.headquarter_name as headqua17_8_, team0_.instagram as instagra7_8_, team0_.isVisible as isVisibl8_8_, team0_.maxPlayers as maxPlaye9_8_, team0_.minPlayers as minPlay10_8_, team0_.nickTeam as nickTea11_8_, team0_.openToInscription as openToI12_8_, team0_.phone as phone13_8_, team0_.sportType as sportTy14_8_, team0_.twitter as twitter15_8_, team0_.user_login as user_lo18_8_, team0_.web as web16_8_ from Team team0_ where team0_.user_login=? and team0_.isRemoved=0
Hibernate: select user0_.login as login1_9_0_, user0_.isRemoved as isRemove2_9_0_, user0_.activationUUID as activati3_9_0_, user0_.birthdate as birthdat4_9_0_, user0_.country as country5_9_0_, user0_.email as email6_9_0_, user0_.facebook as facebook7_9_0_, user0_.identificationType as identifi8_9_0_, user0_.instagram as instagra9_9_0_, user0_.isActivated as isActiv10_9_0_, user0_.location as locatio11_9_0_, user0_.name as name12_9_0_, user0_.numIdentificationType as numIden13_9_0_, user0_.password as passwor14_9_0_, user0_.phone as phone15_9_0_, user0_.province as provinc16_9_0_, user0_.registrationDate as registr17_9_0_, user0_.residence as residen18_9_0_, user0_.role as role19_9_0_, user0_.surname as surname20_9_0_, user0_.twitter as twitter21_9_0_, managedcom1_.admin_login as admin_l19_1_1_, managedcom1_.id as id1_1_1_, managedcom1_.id as id1_1_2_, managedcom1_.isRemoved as isRemove2_1_2_, managedcom1_.abbreviation as abbrevia3_1_2_, managedcom1_.admin_login as admin_l19_1_2_, managedcom1_.contactPerson as contactP4_1_2_, managedcom1_.description as descript5_1_2_, managedcom1_.email as email6_1_2_, managedcom1_.facebook as facebook7_1_2_, managedcom1_.instagram as instagra8_1_2_, managedcom1_.maxTeams as maxTeams9_1_2_, managedcom1_.minTeams as minTeam10_1_2_, managedcom1_.name as name11_1_2_, managedcom1_.openToInscription as openToI12_1_2_, managedcom1_.publicVisibility as publicV13_1_2_, managedcom1_.sport as sport14_1_2_, managedcom1_.telephone as telepho15_1_2_, managedcom1_.twitter as twitter16_1_2_, managedcom1_.type as type17_1_2_, managedcom1_.web as web18_1_2_, player2_.id as id1_6_3_, player2_.isRemoved as isRemove2_6_3_, player2_.admin_login as admin_lo8_6_3_, player2_.completeName as complete3_6_3_, player2_.image as image4_6_3_, player2_.interestsDescription as interest5_6_3_, player2_.nick as nick6_6_3_, player2_.playerUser as playerUs9_6_3_, player2_.visibility as visibili7_6_3_, user3_.login as login1_9_4_, user3_.isRemoved as isRemove2_9_4_, user3_.activationUUID as activati3_9_4_, user3_.birthdate as birthdat4_9_4_, user3_.country as country5_9_4_, user3_.email as email6_9_4_, user3_.facebook as facebook7_9_4_, user3_.identificationType as identifi8_9_4_, user3_.instagram as instagra9_9_4_, user3_.isActivated as isActiv10_9_4_, user3_.location as locatio11_9_4_, user3_.name as name12_9_4_, user3_.numIdentificationType as numIden13_9_4_, user3_.password as passwor14_9_4_, user3_.phone as phone15_9_4_, user3_.province as provinc16_9_4_, user3_.registrationDate as registr17_9_4_, user3_.residence as residen18_9_4_, user3_.role as role19_9_4_, user3_.surname as surname20_9_4_, user3_.twitter as twitter21_9_4_ from User user0_ left outer join Competition managedcom1_ on user0_.login=managedcom1_.admin_login left outer join Player player2_ on user0_.login=player2_.playerUser left outer join User user3_ on player2_.admin_login=user3_.login where user0_.login=?
[0m01:51:40,323 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 67) WFLYUT0022: Unregistered web context: /c3feb5d9-d729-443a-86b0-dd0975283c6c
[0m[0m01:51:40,348 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'c3feb5d9-d729-443a-86b0-dd0975283c6c.war#test'
[0m[0m01:51:40,350 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000227: Running hbm2ddl schema export
[0mHibernate: drop table comp_headq if exists
Hibernate: drop table Competition if exists
Hibernate: drop table FavouriteSport if exists
Hibernate: drop table FavouriteTeam if exists
Hibernate: drop table Headquarter if exists
Hibernate: drop table InvitationBetweenTeamCompetition if exists
Hibernate: drop table Player if exists
Hibernate: drop table player_team if exists
Hibernate: drop table Team if exists
Hibernate: drop table User if exists
[0m01:51:40,363 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000230: Schema export complete
[0m[0m01:51:40,371 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'c3feb5d9-d729-443a-86b0-dd0975283c6c.war#test'
[0m[0m01:51:40,400 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 67) WFLYCLINF0003: Stopped client-mappings cache from ejb container
[0m[0m01:51:40,422 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment c3feb5d9-d729-443a-86b0-dd0975283c6c.war (runtime-name: c3feb5d9-d729-443a-86b0-dd0975283c6c.war) in 110ms
[0m[33m01:51:40,447 WARN [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
[0m[0m01:51:40,456 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/wildfly-10.1.0.Final/standalone/data/content/92/14c170150c0b0adfab05cc6bd4af4d68089f39/content
[0m[0m01:51:40,459 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "c3feb5d9-d729-443a-86b0-dd0975283c6c.war" (runtime-name: "c3feb5d9-d729-443a-86b0-dd0975283c6c.war")
[0m[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.805 s - in es.uvigo.esei.dgss.teamb.ligaaas.rest.ResourceIntegrationTestSuite
[33m01:51:40,479 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
[0m[0m01:51:40,518 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
[0m[0m01:51:40,532 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss1718/teamB/ligaaas]
[0m[0m01:51:40,593 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = h2
[0m[0m01:51:40,597 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
[0m[0m01:51:40,614 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
[0m[0m01:51:40,623 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:48080
[0m[0m01:51:40,627 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 1.4.0.Final stopping
[0m[0m01:51:40,711 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 190ms
[0m[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[JENKINS] Recording test results
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 6 classes
[INFO]
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1718-teamB-ligaaas-rest] in [/var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/LIGAaaS Team B/rest/src/main/webapp]
[INFO] Webapp assembled in [87 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1718-teamB-ligaaas-rest >>>
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1718-teamB-ligaaas-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LIGAaaS Team B/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 @ dgss1718-teamB-ligaaas-rest <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1718-teamB-ligaaas-rest ---
[INFO]
Loading source files for package es.uvigo.esei.dgss.teamb.ligaaas.rest...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamDTO.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamPrivateResource.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamResource.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/UserDTO.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/UserResource.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/class-use/TeamPrivateResource.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/class-use/UserDTO.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/class-use/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/class-use/TeamResource.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/class-use/UserResource.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/class-use/TeamDTO.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamb/ligaaas/rest/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT-javadoc.jar
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1718-teamB-ligaaas-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LIGAaaS Team B/target/classes"
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 6 classes
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1718-teamB-ligaaas-rest ---
[INFO] Installing /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/ligaaas/dgss1718-teamB-ligaaas-rest/0.1.0-SNAPSHOT/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/LIGAaaS Team B/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/ligaaas/dgss1718-teamB-ligaaas-rest/0.1.0-SNAPSHOT/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/ligaaas/dgss1718-teamB-ligaaas-rest/0.1.0-SNAPSHOT/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/LIGAaaS Team B/rest/target/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/ligaaas/dgss1718-teamB-ligaaas-rest/0.1.0-SNAPSHOT/dgss1718-teamB-ligaaas-rest-0.1.0-SNAPSHOT-javadoc.jar