FailedConsole Output

Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/μStories 2122 - Team B
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git # timeout=10
Fetching upstream changes from http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > /usr/bin/git fetch --tags --progress http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision f8577f2119a89013f2be74a4301a4f0efa840996 (origin/develop)
Commit message: "fix: make Story entity JPA constructor less visible"
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f f8577f2119a89013f2be74a4301a4f0efa840996
 > /usr/bin/git rev-list 99cbe1f8415cebd921125c501be59052a85dfd1a # timeout=10
Xvfb starting$ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/lib/jenkins/xvfb-88-8472793644571280050.fbdir
Parsing POMs
Established TCP socket on 42977
[μStories 2122 - Team B] $ /usr/lib/jvm/java-8-oracle//bin/java -Xmx2048m -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.11.jar:/usr/share/maven3/boot/plexus-classworlds-2.5.2.jar:/usr/share/maven3/conf/logging jenkins.maven3.agent.Maven33Main /usr/share/maven3 /var/cache/jenkins/war/WEB-INF/lib/remoting-3.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.11.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.11.jar 42977
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/μStories 2122 - Team B/pom.xml clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] μStories 21/22 Team B
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building μStories 21/22 Team B 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-pom ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/target
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-pom ---
[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/μStories 2122 - Team B/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-pom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-pom >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss2122-teamB-microstories-pom <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-pom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-pom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-pom ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-pom/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-pom-0.1.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-domain ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-domain ---
[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/μStories 2122 - Team B/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2122-teamB-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2122-teamB-microstories-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-domain ---
[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/μStories 2122 - Team B/domain/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss2122-teamB-microstories-domain ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teamB.microstories.domain.EntitiesTestSuite
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in es.uvigo.esei.dgss.teamB.microstories.domain.EntitiesTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss2122-teamB-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 6 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss2122-teamB-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-domain ---
[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/μStories 2122 - Team B/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - 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 @ dgss2122-teamB-microstories-domain <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.domain...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/Genre.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/Role.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/Story.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/Topic.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/User.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/Visit.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/Story.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/Topic.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/User.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/Genre.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/Role.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/Visit.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss2122-teamB-microstories-domain ---
[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/μStories 2122 - Team B/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss2122-teamB-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 6 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-domain ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-tests ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2122-teamB-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2122-teamB-microstories-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-tests ---
[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/μStories 2122 - Team B/tests/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss2122-teamB-microstories-tests ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss2122-teamB-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-tests >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss2122-teamB-microstories-tests <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.service.util.security...
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.entities...
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.entities.utils...
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.http.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/UserRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/StoriesCompareUtils.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/class-use/UserRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/class-use/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/class-use/StoriesDataset.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/class-use/IsEqualToUser.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/class-use/UsersDataset.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/class-use/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/class-use/StoriesCompareUtils.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/package-use.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-tests ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-service ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-service ---
[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/μStories 2122 - Team B/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2122-teamB-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2122-teamB-microstories-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-service ---
[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/μStories 2122 - Team B/service/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss2122-teamB-microstories-service ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teamB.microstories.service.ServiceTestSuite
14:31:00,035 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
14:31:00,440 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
14:31:00,996 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
14:31:04,451 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
14:31:04,506 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final
14:31:04,545 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final
14:31:04,690 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.21.Final
14:31:04,746 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
14:31:04,766 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
14:31:04,791 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
14:31:04,823 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
14:31:04,848 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.
14:31:04,897 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
14:31:04,898 INFO  [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
14:31:04,945 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
14:31:05,019 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
14:31:05,027 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
14:31:05,062 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 1.4.0.Final starting
14:31:05,124 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
14:31:05,191 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
14:31:05,779 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
14:31:06,407 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 51) WFLYUT0014: Creating file handler for path '/var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
14:31:06,440 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
14:31:06,453 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
14:31:06,981 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:48080
14:31:07,403 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/standalone/deployments
14:31:07,410 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
14:31:07,722 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss2122/teamB/microstories]
14:31:08,286 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
14:31:08,600 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
14:31:08,647 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.
14:31:08,650 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.
14:31:08,651 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 56) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:31:08,651 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 56) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:31:09,052 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:49990/management
14:31:09,052 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:49990
14:31:09,055 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 8828ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
14:31:10,607 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
14:31:12,825 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
14:31:12,884 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
14:31:12,897 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
14:31:13,279 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
14:31:15,988 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/standalone/data/content/78/e79a15280de67c5485e9ec4c401fcb5cdf2b17/content
14:31:16,037 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
14:31:19,412 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for test
14:31:19,777 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 5) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
14:31:19,816 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 5) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
14:31:21,058 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 5) HHH000412: Hibernate Core {5.0.10.Final}
14:31:21,060 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 5) HHH000206: hibernate.properties not found
14:31:21,066 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 5) HHH000021: Bytecode provider name : javassist
14:31:21,269 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment test.war
14:31:21,305 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 5) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
14:31:21,473 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-4) HV000001: Hibernate Validator 5.2.4.Final
14:31:21,667 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'StoryService' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:app/test/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:module/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:global/test/StoryService
	java:app/test/StoryService
	java:module/StoryService

14:31:21,668 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'UserService' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/UserService!es.uvigo.esei.dgss.teamB.microstories.service.UserService
	java:app/test/UserService!es.uvigo.esei.dgss.teamB.microstories.service.UserService
	java:module/UserService!es.uvigo.esei.dgss.teamB.microstories.service.UserService
	java:global/test/UserService
	java:app/test/UserService
	java:module/UserService

14:31:21,668 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'user-caller' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/user-caller!es.uvigo.esei.dgss.teamB.microstories.service.util.security.RoleCaller
	java:app/test/user-caller!es.uvigo.esei.dgss.teamB.microstories.service.util.security.RoleCaller
	java:module/user-caller!es.uvigo.esei.dgss.teamB.microstories.service.util.security.RoleCaller
	java:global/test/user-caller
	java:app/test/user-caller
	java:module/user-caller

14:31:21,987 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 5) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:31:21,988 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 5) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:31:22,127 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.3.5 (Final)
14:31:22,732 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 22) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
14:31:22,917 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 5) WFLYCLINF0002: Started client-mappings cache from ejb container
14:31:23,542 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 22) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:31:23,553 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 22) HHH000431: Unable to determine H2 database version, certain features may not work
14:31:23,617 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 22) Envers integration enabled? : true
14:31:24,637 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 22) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
Hibernate: drop table Visit if exists
Hibernate: create table Story (id integer generated by default as identity, date timestamp not null, genre varchar(255) not null, published boolean not null, subtopic varchar(255), text varchar(1000) not null, title varchar(255) not null, topic varchar(255) not null, author varchar(64) not null, primary key (id))
Hibernate: create table User (login varchar(64) not null, password varchar(32) not null, role varchar(255) not null, primary key (login))
Hibernate: create table User_Story (favoriteOf_login varchar(64) not null, favoriteStories_id integer not null, primary key (favoriteOf_login, favoriteStories_id))
Hibernate: create table Visit (id integer generated by default as identity, date timestamp not null, story integer not null, primary key (id))
Hibernate: alter table Story add constraint FK41c3muado6my0qji9vkunreuy foreign key (author) references User
Hibernate: alter table User_Story add constraint FK8cepx530bt7i48g4pgxvls9m6 foreign key (favoriteStories_id) references Story
Hibernate: alter table User_Story add constraint FK8baok3ougii9ib0914h1vdem1 foreign key (favoriteOf_login) references User
Hibernate: alter table Visit add constraint FKcmg3dl7i5suf89woht19ilyjk foreign key (story) references Story
14:31:24,677 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 22) HHH000230: Schema export complete
14:31:26,207 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 22) Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/test'
14:31:27,096 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 22) WFLYUT0021: Registered web context: /test
14:31:27,189 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
14:31:28,710 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-2) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: insert into Visit (id, date, story) values (null, ?, ?)
Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and (story0_.date between '2021-12-18 00:00:00' and '2021-12-18 23:59:59') order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and (story0_.date between '2021-12-12 00:00:00' and '2021-12-18 23:59:59') and extract(day from story0_.date)<=extract(day from '2021-12-18') order by story0_.date DESC limit ?
TOTAL: 0
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and extract(month from story0_.date)=extract(month from '2021-12-18') and extract(year from story0_.date)=extract(year from '2021-12-18') and extract(day from story0_.date)<=extract(day from '2021-12-18') order by story0_.date DESC limit ?
TOTAL: 0
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and extract(year from story0_.date)=extract(year from '2021-12-18') and extract(month from story0_.date)<=extract(month from '2021-12-18') order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
TOTAL: 3
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select stories0_.author as author9_0_0_, stories0_.id as id1_0_0_, stories0_.id as id1_0_1_, stories0_.author as author9_0_1_, stories0_.date as date2_0_1_, stories0_.genre as genre3_0_1_, stories0_.published as publishe4_0_1_, stories0_.subtopic as subtopic5_0_1_, stories0_.text as text6_0_1_, stories0_.title as title7_0_1_, stories0_.topic as topic8_0_1_ from Story stories0_ where stories0_.author=?
Hibernate: insert into Story (id, author, date, genre, published, subtopic, text, title, topic) values (null, ?, ?, ?, ?, ?, ?, ?, ?)
14:31:31,236 ERROR [org.jboss.as.ejb3.invocation] (default task-18) WFLYEJB0034: EJB Invocation failed on component StoryService for method public es.uvigo.esei.dgss.teamB.microstories.domain.Story es.uvigo.esei.dgss.teamB.microstories.service.StoryService.createStory(java.lang.String,java.lang.String,es.uvigo.esei.dgss.teamB.microstories.domain.Genre,es.uvigo.esei.dgss.teamB.microstories.domain.Topic,es.uvigo.esei.dgss.teamB.microstories.domain.Topic,boolean): javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: public es.uvigo.esei.dgss.teamB.microstories.domain.Story es.uvigo.esei.dgss.teamB.microstories.service.StoryService.createStory(java.lang.String,java.lang.String,es.uvigo.esei.dgss.teamB.microstories.domain.Genre,es.uvigo.esei.dgss.teamB.microstories.domain.Topic,es.uvigo.esei.dgss.teamB.microstories.domain.Topic,boolean) of bean: StoryService is not allowed
	at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:134) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:636) [wildfly-elytron-1.1.2.Final.jar:1.1.2.Final]
	at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73)
	at es.uvigo.esei.dgss.teamB.microstories.service.StoryService$$$view1.createStory(Unknown Source) [classes:]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_144]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:433) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:128) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:67) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at es.uvigo.esei.dgss.teamB.microstories.service.StoryService$Proxy$_$$_Weld$EnterpriseProxy$.createStory(Unknown Source) [classes:]
	at es.uvigo.esei.dgss.teamB.microstories.service.StoryServiceTest.testCreateStoryByNonAuthenticatedUser(StoryServiceTest.java:293) [classes:]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_144]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [arquillian-junit.jar:]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-junit.jar:]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:379) [arquillian-junit.jar:]
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-core.jar:]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_144]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core.jar:]
	at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-core.jar:]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_144]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136) [arquillian-core.jar:]
	at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:372) [arquillian-junit.jar:]
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:246) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:260) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:324) [arquillian-junit.jar:]
	at org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter.on(BeforeLifecycleEventExecuter.java:35) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159) [arquillian-core.jar:]
	at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:317) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [arquillian-junit.jar:]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [arquillian-junit.jar:]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:205) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:219) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:167) [arquillian-junit.jar:]
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [arquillian-junit.jar:]
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:66) [arquillian-junit.jar:]
	at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:170) [arquillian-protocol.jar:]
	at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:135) [arquillian-protocol.jar:]
	at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:98) [arquillian-protocol.jar:]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
	at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85) [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.PredicateHandler.handleRequest(PredicateHandler.java:43) [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.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]

entra en service 1
entra en service 2
Hibernate: select story0_.id as id1_0_1_, story0_.author as author9_0_1_, story0_.date as date2_0_1_, story0_.genre as genre3_0_1_, story0_.published as publishe4_0_1_, story0_.subtopic as subtopic5_0_1_, story0_.text as text6_0_1_, story0_.title as title7_0_1_, story0_.topic as topic8_0_1_, visits1_.story as story3_3_3_, visits1_.id as id1_3_3_, visits1_.id as id1_3_0_, visits1_.date as date2_3_0_, visits1_.story as story3_3_0_ from Story story0_ left outer join Visit visits1_ on story0_.id=visits1_.story where story0_.id=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: update Story set author=?, date=?, genre=?, published=?, subtopic=?, text=?, title=?, topic=? where id=?
Hibernate: select story0_.id as id1_0_1_, story0_.author as author9_0_1_, story0_.date as date2_0_1_, story0_.genre as genre3_0_1_, story0_.published as publishe4_0_1_, story0_.subtopic as subtopic5_0_1_, story0_.text as text6_0_1_, story0_.title as title7_0_1_, story0_.topic as topic8_0_1_, visits1_.story as story3_3_3_, visits1_.id as id1_3_3_, visits1_.id as id1_3_0_, visits1_.date as date2_3_0_, visits1_.story as story3_3_0_ from Story story0_ left outer join Visit visits1_ on story0_.id=visits1_.story where story0_.id=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: update Story set author=?, date=?, genre=?, published=?, subtopic=?, text=?, title=?, topic=? where id=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and extract(year from story0_.date)=extract(year from '2021-12-18') and extract(month from story0_.date)<=extract(month from '2021-12-18') order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: delete from Visit where story in (select story1_.id from Story story1_ where story1_.id=? and story1_.author=?)
Hibernate: delete from User_Story where (favoriteStories_id) in (select id from Story where id=? and author=?)
Hibernate: delete from Story where id=? and author=?
Hibernate: delete from Visit where story in (select story1_.id from Story story1_ where story1_.id=? and story1_.author=?)
Hibernate: delete from User_Story where (favoriteStories_id) in (select id from Story where id=? and author=?)
Hibernate: delete from Story where id=? and author=?
Hibernate: delete from Visit where story in (select story1_.id from Story story1_ where story1_.id=? and story1_.author=?)
Hibernate: delete from User_Story where (favoriteStories_id) in (select id from Story where id=? and author=?)
Hibernate: delete from Story where id=? and author=?
14:31:32,333 ERROR [org.jboss.as.ejb3.invocation] (default task-10) WFLYEJB0034: EJB Invocation failed on component StoryService for method public boolean es.uvigo.esei.dgss.teamB.microstories.service.StoryService.deleteStory(int): javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: public boolean es.uvigo.esei.dgss.teamB.microstories.service.StoryService.deleteStory(int) of bean: StoryService is not allowed
	at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:134) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:636) [wildfly-elytron-1.1.2.Final.jar:1.1.2.Final]
	at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [:1.5.0.Final]
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.5.0.Final.jar:1.5.0.Final]
	at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73)
	at es.uvigo.esei.dgss.teamB.microstories.service.StoryService$$$view1.deleteStory(Unknown Source) [classes:]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_144]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:433) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:128) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:67) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
	at es.uvigo.esei.dgss.teamB.microstories.service.StoryService$Proxy$_$$_Weld$EnterpriseProxy$.deleteStory(Unknown Source) [classes:]
	at es.uvigo.esei.dgss.teamB.microstories.service.StoryServiceTest.testDeleteByNonAuthenticatedUser(StoryServiceTest.java:410) [classes:]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_144]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [arquillian-junit.jar:]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-junit.jar:]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:379) [arquillian-junit.jar:]
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core.jar:]
	at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136) [arquillian-core.jar:]
	at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:372) [arquillian-junit.jar:]
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:246) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:260) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:324) [arquillian-junit.jar:]
	at org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter.on(BeforeLifecycleEventExecuter.java:35) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:]
	at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) [:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_144]
	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_144]
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143) [arquillian-core.jar:]
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114) [arquillian-core.jar:]
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159) [arquillian-core.jar:]
	at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:317) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [arquillian-junit.jar:]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [arquillian-junit.jar:]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:205) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:219) [arquillian-junit.jar:]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:167) [arquillian-junit.jar:]
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [arquillian-junit.jar:]
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [arquillian-junit.jar:]
	at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:66) [arquillian-junit.jar:]
	at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:170) [arquillian-protocol.jar:]
	at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:135) [arquillian-protocol.jar:]
	at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:98) [arquillian-protocol.jar:]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
	at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85) [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.PredicateHandler.handleRequest(PredicateHandler.java:43) [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.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]

Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where extract(year from story0_.date)=extract(year from '2021-12-18') and extract(month from story0_.date)=extract(month from '2021-12-18') and story0_.published=1 and story0_.genre='STORY' order by story0_.date DESC
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where extract(year from story0_.date)=extract(year from '2021-12-18') and extract(month from story0_.date)=extract(month from '2021-12-18') and story0_.published=1 and story0_.genre='POETRY' order by story0_.date DESC
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where extract(year from story0_.date)=extract(year from '2021-12-18') and extract(month from story0_.date)=extract(month from '2021-12-18') and story0_.published=1 and story0_.genre='NANOSTORY' order by story0_.date DESC
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: insert into Visit (id, date, story) values (null, ?, ?)
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.author=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.author=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.author=?
14:31:33,054 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 22) WFLYUT0022: Unregistered web context: /test
14:31:33,116 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 61) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
14:31:33,117 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 61) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
Hibernate: drop table Visit if exists
14:31:33,122 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 61) HHH000230: Schema export complete
14:31:33,141 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 61) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
14:31:33,157 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0003: Stopped client-mappings cache from ejb container
14:31:33,170 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 134ms
14:31:33,199 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
14:31:33,204 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/standalone/data/content/78/e79a15280de67c5485e9ec4c401fcb5cdf2b17/content
14:31:33,204 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
14:31:33,545 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
14:31:35,443 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/standalone/data/content/38/5547ae1ea261b08c63995d603ebdce71151224/content
14:31:35,446 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
14:31:36,486 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for test
14:31:36,525 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
14:31:36,525 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 62) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
14:31:36,712 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment test.war
14:31:36,735 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'UserService' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/UserService!es.uvigo.esei.dgss.teamB.microstories.service.UserService
	java:app/test/UserService!es.uvigo.esei.dgss.teamB.microstories.service.UserService
	java:module/UserService!es.uvigo.esei.dgss.teamB.microstories.service.UserService
	java:global/test/UserService
	java:app/test/UserService
	java:module/UserService

14:31:36,735 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'user-caller' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/user-caller!es.uvigo.esei.dgss.teamB.microstories.service.util.security.RoleCaller
	java:app/test/user-caller!es.uvigo.esei.dgss.teamB.microstories.service.util.security.RoleCaller
	java:module/user-caller!es.uvigo.esei.dgss.teamB.microstories.service.util.security.RoleCaller
	java:global/test/user-caller
	java:app/test/user-caller
	java:module/user-caller

14:31:36,818 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:31:36,819 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:31:36,836 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0002: Started client-mappings cache from ejb container
14:31:36,874 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
14:31:36,875 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 62) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:31:36,875 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 62) HHH000431: Unable to determine H2 database version, certain features may not work
14:31:36,881 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 62) Envers integration enabled? : true
14:31:37,002 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
Hibernate: drop table Visit if exists
Hibernate: create table Story (id integer generated by default as identity, date timestamp not null, genre varchar(255) not null, published boolean not null, subtopic varchar(255), text varchar(1000) not null, title varchar(255) not null, topic varchar(255) not null, author varchar(64) not null, primary key (id))
Hibernate: create table User (login varchar(64) not null, password varchar(32) not null, role varchar(255) not null, primary key (login))
Hibernate: create table User_Story (favoriteOf_login varchar(64) not null, favoriteStories_id integer not null, primary key (favoriteOf_login, favoriteStories_id))
Hibernate: create table Visit (id integer generated by default as identity, date timestamp not null, story integer not null, primary key (id))
Hibernate: alter table Story add constraint FK41c3muado6my0qji9vkunreuy foreign key (author) references User
Hibernate: alter table User_Story add constraint FK8cepx530bt7i48g4pgxvls9m6 foreign key (favoriteStories_id) references Story
Hibernate: alter table User_Story add constraint FK8baok3ougii9ib0914h1vdem1 foreign key (favoriteOf_login) references User
Hibernate: alter table Visit add constraint FKcmg3dl7i5suf89woht19ilyjk foreign key (story) references Story
14:31:37,011 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000230: Schema export complete
14:31:37,538 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 60) WFLYUT0021: Registered web context: /test
14:31:37,563 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
14:31:39,551 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 60) WFLYUT0022: Unregistered web context: /test
14:31:39,578 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 63) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
14:31:39,579 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 63) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
Hibernate: drop table Visit if exists
14:31:39,583 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 63) HHH000230: Schema export complete
14:31:39,585 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 60) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
14:31:39,597 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0003: Stopped client-mappings cache from ejb container
14:31:39,611 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 62ms
14:31:39,626 WARN  [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
14:31:39,628 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/standalone/data/content/38/5547ae1ea261b08c63995d603ebdce71151224/content
14:31:39,630 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.161 s - in es.uvigo.esei.dgss.teamB.microstories.service.ServiceTestSuite
14:31:39,645 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
14:31:39,666 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
14:31:39,681 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss2122/teamB/microstories]
14:31:39,710 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
14:31:39,710 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0019: Stopped Driver service with driver-name = h2
14:31:39,732 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTP listener default suspending
14:31:39,741 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:48080
14:31:39,750 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 1.4.0.Final stopping
14:31:39,762 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 100ms
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss2122-teamB-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 2 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss2122-teamB-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-service ---
[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/μStories 2122 - Team B/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - 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 @ dgss2122-teamB-microstories-service <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-service ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.service...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/UserService.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/class-use/UserService.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/class-use/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ dgss2122-teamB-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss2122-teamB-microstories-service ---
[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/μStories 2122 - Team B/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss2122-teamB-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 2 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-service ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-rest ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-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/μStories 2122 - Team B/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/classes
[INFO] /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.java: /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2122-teamB-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2122-teamB-microstories-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-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/μStories 2122 - Team B/rest/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss2122-teamB-microstories-rest ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teamB.microstories.rest.ResourceIntegrationTestSuite
14:31:52,935 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
14:31:53,434 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
14:31:53,775 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
14:32:01,936 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
14:32:01,975 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final
14:32:02,004 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final
14:32:02,094 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 4.0.21.Final
14:32:02,202 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
14:32:02,207 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
14:32:02,239 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
14:32:02,329 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
14:32:02,353 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
14:32:02,355 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.
14:32:02,374 INFO  [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
14:32:02,415 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.6.Final
14:32:02,416 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
14:32:02,456 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
14:32:02,593 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
14:32:02,632 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
14:32:02,638 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.4.0.Final starting
14:32:02,649 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
14:32:03,183 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 51) WFLYUT0014: Creating file handler for path '/var/lib/jenkins/workspace/μStories 2122 - 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: '[]']
14:32:03,206 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
14:32:03,222 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
14:32:03,568 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:48080
14:32:04,122 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss2122/teamB/microstories]
14:32:04,127 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
14:32:04,826 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-4) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
14:32:04,932 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 56) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:32:04,935 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.
14:32:04,936 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.
14:32:04,938 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 56) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:32:04,975 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/wildfly-10.1.0.Final/standalone/deployments
14:32:04,976 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
14:32:05,259 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:49990/management
14:32:05,260 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:49990
14:32:05,261 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 12152ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
14:32:06,033 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
14:32:08,038 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
14:32:08,102 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
14:32:08,115 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
14:32:08,234 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
14:32:09,597 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/wildfly-10.1.0.Final/standalone/data/content/7a/daa9b1aa6a52a2872f89125497a39bc807e2e7/content
14:32:09,633 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
14:32:11,711 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for test
14:32:11,864 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 20) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
14:32:11,939 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 20) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
14:32:12,069 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment test.war
14:32:12,175 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 20) HHH000412: Hibernate Core {5.0.10.Final}
14:32:12,184 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 20) HHH000206: hibernate.properties not found
14:32:12,187 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 20) HHH000021: Bytecode provider name : javassist
14:32:12,250 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.4.Final
14:32:12,289 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 20) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
14:32:12,542 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'StoryService' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:app/test/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:module/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:global/test/StoryService
	java:app/test/StoryService
	java:module/StoryService

14:32:12,542 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'UserService' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/UserService!es.uvigo.esei.dgss.teamB.microstories.service.UserService
	java:app/test/UserService!es.uvigo.esei.dgss.teamB.microstories.service.UserService
	java:module/UserService!es.uvigo.esei.dgss.teamB.microstories.service.UserService
	java:global/test/UserService
	java:app/test/UserService
	java:module/UserService

14:32:12,543 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'user-caller' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/user-caller!es.uvigo.esei.dgss.teamB.microstories.service.util.security.RoleCaller
	java:app/test/user-caller!es.uvigo.esei.dgss.teamB.microstories.service.util.security.RoleCaller
	java:module/user-caller!es.uvigo.esei.dgss.teamB.microstories.service.util.security.RoleCaller
	java:global/test/user-caller
	java:app/test/user-caller
	java:module/user-caller

14:32:12,986 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 20) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:32:12,986 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 20) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
14:32:13,156 INFO  [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900: 2.3.5 (Final)
14:32:13,696 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 12) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
14:32:13,886 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 20) WFLYCLINF0002: Started client-mappings cache from ejb container
14:32:14,576 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 12) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:32:14,588 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 12) HHH000431: Unable to determine H2 database version, certain features may not work
14:32:14,659 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 12) Envers integration enabled? : true
14:32:15,690 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 12) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
Hibernate: drop table Visit if exists
Hibernate: create table Story (id integer generated by default as identity, date timestamp not null, genre varchar(255) not null, published boolean not null, subtopic varchar(255), text varchar(1000) not null, title varchar(255) not null, topic varchar(255) not null, author varchar(64) not null, primary key (id))
Hibernate: create table User (login varchar(64) not null, password varchar(32) not null, role varchar(255) not null, primary key (login))
Hibernate: create table User_Story (favoriteOf_login varchar(64) not null, favoriteStories_id integer not null, primary key (favoriteOf_login, favoriteStories_id))
Hibernate: create table Visit (id integer generated by default as identity, date timestamp not null, story integer not null, primary key (id))
Hibernate: alter table Story add constraint FK41c3muado6my0qji9vkunreuy foreign key (author) references User
Hibernate: alter table User_Story add constraint FK8cepx530bt7i48g4pgxvls9m6 foreign key (favoriteStories_id) references Story
Hibernate: alter table User_Story add constraint FK8baok3ougii9ib0914h1vdem1 foreign key (favoriteOf_login) references User
Hibernate: alter table Visit add constraint FKcmg3dl7i5suf89woht19ilyjk foreign key (story) references Story
14:32:15,736 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 12) HHH000230: Schema export complete
14:32:17,593 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 24) Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/test'
14:32:18,531 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 24) WFLYUT0021: Registered web context: /test
14:32:18,636 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
log4j:WARN No appenders could be found for logger (org.jboss.resteasy.plugins.providers.DocumentProvider).
log4j:WARN Please initialize the log4j system properly.
14:32:22,345 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-16) 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.test.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.PredicateHandler.handleRequest(PredicateHandler.java:43) [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.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]

Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: insert into Visit (id, date, story) values (null, ?, ?)
Hibernate: select stories0_.author as author9_0_0_, stories0_.id as id1_0_0_, stories0_.id as id1_0_1_, stories0_.author as author9_0_1_, stories0_.date as date2_0_1_, stories0_.genre as genre3_0_1_, stories0_.published as publishe4_0_1_, stories0_.subtopic as subtopic5_0_1_, stories0_.text as text6_0_1_, stories0_.title as title7_0_1_, stories0_.topic as topic8_0_1_ from Story stories0_ where stories0_.author=?
Hibernate: select favoritest0_.favoriteOf_login as favorite1_2_0_, favoritest0_.favoriteStories_id as favorite2_2_0_, story1_.id as id1_0_1_, story1_.author as author9_0_1_, story1_.date as date2_0_1_, story1_.genre as genre3_0_1_, story1_.published as publishe4_0_1_, story1_.subtopic as subtopic5_0_1_, story1_.text as text6_0_1_, story1_.title as title7_0_1_, story1_.topic as topic8_0_1_, user2_.login as login1_1_2_, user2_.password as password2_1_2_, user2_.role as role3_1_2_ from User_Story favoritest0_ inner join Story story1_ on favoritest0_.favoriteStories_id=story1_.id inner join User user2_ on story1_.author=user2_.login where favoritest0_.favoriteOf_login=?
Hibernate: select favoriteof0_.favoriteStories_id as favorite2_2_0_, favoriteof0_.favoriteOf_login as favorite1_2_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from User_Story favoriteof0_ inner join User user1_ on favoriteof0_.favoriteOf_login=user1_.login where favoriteof0_.favoriteStories_id=?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author9_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
14:32:28,988 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-3) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select stories0_.author as author9_0_0_, stories0_.id as id1_0_0_, stories0_.id as id1_0_1_, stories0_.author as author9_0_1_, stories0_.date as date2_0_1_, stories0_.genre as genre3_0_1_, stories0_.published as publishe4_0_1_, stories0_.subtopic as subtopic5_0_1_, stories0_.text as text6_0_1_, stories0_.title as title7_0_1_, stories0_.topic as topic8_0_1_ from Story stories0_ where stories0_.author=?
Hibernate: select favoritest0_.favoriteOf_login as favorite1_2_0_, favoritest0_.favoriteStories_id as favorite2_2_0_, story1_.id as id1_0_1_, story1_.author as author9_0_1_, story1_.date as date2_0_1_, story1_.genre as genre3_0_1_, story1_.published as publishe4_0_1_, story1_.subtopic as subtopic5_0_1_, story1_.text as text6_0_1_, story1_.title as title7_0_1_, story1_.topic as topic8_0_1_, user2_.login as login1_1_2_, user2_.password as password2_1_2_, user2_.role as role3_1_2_ from User_Story favoritest0_ inner join Story story1_ on favoritest0_.favoriteStories_id=story1_.id inner join User user2_ on story1_.author=user2_.login where favoritest0_.favoriteOf_login=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: select favoriteof0_.favoriteStories_id as favorite2_2_0_, favoriteof0_.favoriteOf_login as favorite1_2_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from User_Story favoriteof0_ inner join User user1_ on favoriteof0_.favoriteOf_login=user1_.login where favoriteof0_.favoriteStories_id=?
14:32:29,785 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-13) RESTEASY002142: Multiple resource methods match request "GET /microstory/hottest". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teamB.microstories.rest.StoryResource.exploreHottestStories(), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teamB.microstories.rest.StoryResource.getStoryById(int)]
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where extract(year from story0_.date)=extract(year from '2021-12-18') and extract(month from story0_.date)=extract(month from '2021-12-18') and story0_.published=1 and story0_.genre='STORY' order by story0_.date DESC
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where extract(year from story0_.date)=extract(year from '2021-12-18') and extract(month from story0_.date)=extract(month from '2021-12-18') and story0_.published=1 and story0_.genre='POETRY' order by story0_.date DESC
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select story0_.id as id1_0_, story0_.author as author9_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_ from Story story0_ where extract(year from story0_.date)=extract(year from '2021-12-18') and extract(month from story0_.date)=extract(month from '2021-12-18') and story0_.published=1 and story0_.genre='NANOSTORY' order by story0_.date DESC
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select visit0_.id as id1_3_, visit0_.date as date2_3_, visit0_.story as story3_3_ from Visit visit0_ where visit0_.story=?
Hibernate: select stories0_.author as author9_0_0_, stories0_.id as id1_0_0_, stories0_.id as id1_0_1_, stories0_.author as author9_0_1_, stories0_.date as date2_0_1_, stories0_.genre as genre3_0_1_, stories0_.published as publishe4_0_1_, stories0_.subtopic as subtopic5_0_1_, stories0_.text as text6_0_1_, stories0_.title as title7_0_1_, stories0_.topic as topic8_0_1_ from Story stories0_ where stories0_.author=?
Hibernate: select favoritest0_.favoriteOf_login as favorite1_2_0_, favoritest0_.favoriteStories_id as favorite2_2_0_, story1_.id as id1_0_1_, story1_.author as author9_0_1_, story1_.date as date2_0_1_, story1_.genre as genre3_0_1_, story1_.published as publishe4_0_1_, story1_.subtopic as subtopic5_0_1_, story1_.text as text6_0_1_, story1_.title as title7_0_1_, story1_.topic as topic8_0_1_, user2_.login as login1_1_2_, user2_.password as password2_1_2_, user2_.role as role3_1_2_ from User_Story favoritest0_ inner join Story story1_ on favoritest0_.favoriteStories_id=story1_.id inner join User user2_ on story1_.author=user2_.login where favoritest0_.favoriteOf_login=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: select favoriteof0_.favoriteStories_id as favorite2_2_0_, favoriteof0_.favoriteOf_login as favorite1_2_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from User_Story favoriteof0_ inner join User user1_ on favoriteof0_.favoriteOf_login=user1_.login where favoriteof0_.favoriteStories_id=?
Hibernate: select stories0_.author as author9_0_0_, stories0_.id as id1_0_0_, stories0_.id as id1_0_1_, stories0_.author as author9_0_1_, stories0_.date as date2_0_1_, stories0_.genre as genre3_0_1_, stories0_.published as publishe4_0_1_, stories0_.subtopic as subtopic5_0_1_, stories0_.text as text6_0_1_, stories0_.title as title7_0_1_, stories0_.topic as topic8_0_1_ from Story stories0_ where stories0_.author=?
Hibernate: select favoritest0_.favoriteOf_login as favorite1_2_0_, favoritest0_.favoriteStories_id as favorite2_2_0_, story1_.id as id1_0_1_, story1_.author as author9_0_1_, story1_.date as date2_0_1_, story1_.genre as genre3_0_1_, story1_.published as publishe4_0_1_, story1_.subtopic as subtopic5_0_1_, story1_.text as text6_0_1_, story1_.title as title7_0_1_, story1_.topic as topic8_0_1_, user2_.login as login1_1_2_, user2_.password as password2_1_2_, user2_.role as role3_1_2_ from User_Story favoritest0_ inner join Story story1_ on favoritest0_.favoriteStories_id=story1_.id inner join User user2_ on story1_.author=user2_.login where favoritest0_.favoriteOf_login=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: select favoriteof0_.favoriteStories_id as favorite2_2_0_, favoriteof0_.favoriteOf_login as favorite1_2_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from User_Story favoriteof0_ inner join User user1_ on favoriteof0_.favoriteOf_login=user1_.login where favoriteof0_.favoriteStories_id=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: select favoriteof0_.favoriteStories_id as favorite2_2_0_, favoriteof0_.favoriteOf_login as favorite1_2_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from User_Story favoriteof0_ inner join User user1_ on favoriteof0_.favoriteOf_login=user1_.login where favoriteof0_.favoriteStories_id=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: select favoriteof0_.favoriteStories_id as favorite2_2_0_, favoriteof0_.favoriteOf_login as favorite1_2_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from User_Story favoriteof0_ inner join User user1_ on favoriteof0_.favoriteOf_login=user1_.login where favoriteof0_.favoriteStories_id=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: select favoriteof0_.favoriteStories_id as favorite2_2_0_, favoriteof0_.favoriteOf_login as favorite1_2_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from User_Story favoriteof0_ inner join User user1_ on favoriteof0_.favoriteOf_login=user1_.login where favoriteof0_.favoriteStories_id=?
Hibernate: select stories0_.author as author9_0_0_, stories0_.id as id1_0_0_, stories0_.id as id1_0_1_, stories0_.author as author9_0_1_, stories0_.date as date2_0_1_, stories0_.genre as genre3_0_1_, stories0_.published as publishe4_0_1_, stories0_.subtopic as subtopic5_0_1_, stories0_.text as text6_0_1_, stories0_.title as title7_0_1_, stories0_.topic as topic8_0_1_ from Story stories0_ where stories0_.author=?
Hibernate: select favoritest0_.favoriteOf_login as favorite1_2_0_, favoritest0_.favoriteStories_id as favorite2_2_0_, story1_.id as id1_0_1_, story1_.author as author9_0_1_, story1_.date as date2_0_1_, story1_.genre as genre3_0_1_, story1_.published as publishe4_0_1_, story1_.subtopic as subtopic5_0_1_, story1_.text as text6_0_1_, story1_.title as title7_0_1_, story1_.topic as topic8_0_1_, user2_.login as login1_1_2_, user2_.password as password2_1_2_, user2_.role as role3_1_2_ from User_Story favoritest0_ inner join Story story1_ on favoritest0_.favoriteStories_id=story1_.id inner join User user2_ on story1_.author=user2_.login where favoritest0_.favoriteOf_login=?
Hibernate: select visits0_.story as story3_3_0_, visits0_.id as id1_3_0_, visits0_.id as id1_3_1_, visits0_.date as date2_3_1_, visits0_.story as story3_3_1_ from Visit visits0_ where visits0_.story=?
Hibernate: select favoriteof0_.favoriteStories_id as favorite2_2_0_, favoriteof0_.favoriteOf_login as favorite1_2_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from User_Story favoriteof0_ inner join User user1_ on favoriteof0_.favoriteOf_login=user1_.login where favoriteof0_.favoriteStories_id=?
14:32:30,140 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 24) WFLYUT0022: Unregistered web context: /test
14:32:30,190 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
14:32:30,191 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
Hibernate: drop table Visit if exists
14:32:30,199 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000230: Schema export complete
14:32:30,208 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
14:32:30,241 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0003: Stopped client-mappings cache from ejb container
14:32:30,252 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 128ms
14:32:30,264 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
14:32:30,268 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/wildfly-10.1.0.Final/standalone/data/content/7a/daa9b1aa6a52a2872f89125497a39bc807e2e7/content
14:32:30,268 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.966 s - in es.uvigo.esei.dgss.teamB.microstories.rest.ResourceIntegrationTestSuite
[INFO] Running es.uvigo.esei.dgss.teamB.microstories.rest.ResourceUnitTestSuite
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s - in es.uvigo.esei.dgss.teamB.microstories.rest.ResourceUnitTestSuite
14:32:30,559 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
14:32:30,586 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
14:32:30,606 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss2122/teamB/microstories]
14:32:30,618 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
14:32:30,659 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTP listener default suspending
14:32:30,660 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2
14:32:30,670 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:48080
14:32:30,672 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 1.4.0.Final stopping
14:32:30,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 141ms
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss2122-teamB-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss2122-teamB-microstories-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss2122-teamB-microstories-rest] in [/var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/main/webapp]
[INFO] Webapp assembled in [74 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-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 @ dgss2122-teamB-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-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/μStories 2122 - Team B/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - 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 @ dgss2122-teamB-microstories-rest <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-rest ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.rest...
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.rest.dtos...
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.rest.exceptions...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/UserDto.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/NotFoundExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/class-use/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/class-use/StoryDto.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/class-use/UserDto.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/class-use/NotFoundExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/package-use.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/package-use.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss2122-teamB-microstories-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/μStories 2122 - Team B/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss2122-teamB-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-rest ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-jsf ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-jsf ---
[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/μStories 2122 - Team B/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java:[144,21] constructor Story in class es.uvigo.esei.dgss.teamB.microstories.domain.Story cannot be applied to given types;
  required: java.lang.Integer,java.lang.String,java.lang.String,es.uvigo.esei.dgss.teamB.microstories.domain.Genre,es.uvigo.esei.dgss.teamB.microstories.domain.Topic,es.uvigo.esei.dgss.teamB.microstories.domain.Topic,es.uvigo.esei.dgss.teamB.microstories.domain.User,java.util.Date,boolean
  found: no arguments
  reason: actual and formal argument lists differ in length
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 21/22 Team B .............................. SUCCESS [ 10.930 s]
[INFO] Domain ............................................. SUCCESS [ 14.502 s]
[INFO] Tests .............................................. SUCCESS [  8.770 s]
[INFO] Service ............................................ SUCCESS [ 51.700 s]
[INFO] REST ............................................... SUCCESS [ 51.007 s]
[INFO] JSF ................................................ FAILURE [  1.084 s]
[INFO] EAR ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:21 min
[INFO] Finished at: 2021-12-18T14:32:36+01:00
[INFO] Final Memory: 62M/788M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project dgss2122-teamB-microstories-jsf: Compilation failure
[ERROR] /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java:[144,21] constructor Story in class es.uvigo.esei.dgss.teamB.microstories.domain.Story cannot be applied to given types;
[ERROR] required: java.lang.Integer,java.lang.String,java.lang.String,es.uvigo.esei.dgss.teamB.microstories.domain.Genre,es.uvigo.esei.dgss.teamB.microstories.domain.Topic,es.uvigo.esei.dgss.teamB.microstories.domain.Topic,es.uvigo.esei.dgss.teamB.microstories.domain.User,java.util.Date,boolean
[ERROR] found: no arguments
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :dgss2122-teamB-microstories-jsf
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-pom/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-pom-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-ear/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-ear-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar
Xvfb stopping
channel stopped
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/site/jacoco to /var/lib/jenkins/jobs/μStories 2122 - Team B/htmlreports/Domain_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/site/jacoco to /var/lib/jenkins/jobs/μStories 2122 - Team B/htmlreports/Service_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/site/jacoco to /var/lib/jenkins/jobs/μStories 2122 - Team B/htmlreports/JSF_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/site/jacoco to /var/lib/jenkins/jobs/μStories 2122 - Team B/htmlreports/REST_JaCoCo_Report
Sending e-mails to: mrjato@esei.uvigo.es rymartinez@esei.uvigo.es pmperez@esei.uvigo.es ifmarinho@esei.uvigo.es bdalvarez@esei.uvigo.es jqbergantinho@esei.uvigo.es aggarcia3@esei.uvigo.es
Finished: FAILURE