Established TCP socket on 42630 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/LETTA/pom.xml clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Sample [INFO] Domain [INFO] Tests [INFO] Service [INFO] REST [INFO] JSF [INFO] EAR [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Sample 0.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ letta --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/target [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ letta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/src/test/resources-wildfly-embedded-h2 [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ letta --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ letta --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ letta --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/letta/0.2.0-SNAPSHOT/letta-0.2.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Sample ............................................ SUCCESS [7.350s] [INFO] Domain ............................................ SUCCESS [18.814s] [INFO] Tests ............................................. SUCCESS [5.983s] [INFO] Service ........................................... FAILURE [1:14.182s] [INFO] REST .............................................. SKIPPED [INFO] JSF ............................................... SKIPPED [INFO] EAR ............................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:47.779s [INFO] Finished at: Thu Dec 17 21:13:06 CET 2015 [INFO] Final Memory: 49M/556M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs) on project service: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:57: warning: no description for @param [ERROR] * @param search [ERROR] ^ [ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:239: warning: no @param for start [ERROR] public List getAttendingEvents(final int start, final int count) { [ERROR] ^ [ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:239: warning: no @param for count [ERROR] public List getAttendingEvents(final int start, final int count) { [ERROR] ^ [ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:371: warning: no @throws for es.uvigo.esei.dgss.letta.service.util.exceptions.UserNotAuthorizedException [ERROR] public void modifyEvent( final Event modified ) [ERROR] ^ [ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:404: error: exception not thrown: es.uvigo.esei.dgss.letta.service.util.exceptions.EventAlredyJoinedException [ERROR] * @throws EventAlredyJoinedException if the current identified {@link User} [ERROR] ^ [ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:411: warning: no description for @throws [ERROR] * @throws IllegalEventOwnerException [ERROR] ^ [ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:448: warning: no description for @throws [ERROR] * @throws SecurityException [ERROR] ^ [ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:449: warning: no description for @throws [ERROR] * @throws IllegalArgumentException [ERROR] ^ [ERROR] [ERROR] Command line was: /usr/lib/jvm/java-8-oracle/jre/../bin/javadoc @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/var/lib/jenkins/workspace/LETTA/service/target/apidocs' dir. [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :service