See <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/599/changes> Changes: [a.garandel] update TopiaListenableSupport to TopiaFiresSupport [a.garandel] delete attributs in scope.choice [a.garandel] translate datePicker [a.garandel] add in conf date Format ------------------------------------------ [...truncated 2617 lines...] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:409) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1044) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 34 more Caused by: org.chorem.pollen.services.service.security.PollenAuthenticationException: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.SecurityService.login(SecurityService.java:70) at org.chorem.pollen.rest.api.v1.AuthApi.login(AuthApi.java:42) ... 39 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:90) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:568) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:270) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:256) at org.chorem.pollen.services.service.security.SecurityService.login(SecurityService.java:68) ... 40 more 04:03:21 ERROR (JCLLoggerAdapter.java:534) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login on /v1/login org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:283) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:225) at org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:73) at org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:61) at org.chorem.pollen.rest.api.PollenRestApiRequestFilter.inject(PollenRestApiRequestFilter.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processFilter(ExecutorMethodInvokerHandler.java:310) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:222) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler.handle(ExecutorMethodInvokerHandler.java:120) at org.debux.webmotion.server.WebMotionMainHandler.chainHandlers(WebMotionMainHandler.java:270) at org.debux.webmotion.server.WebMotionMainHandler.handleExecutors(WebMotionMainHandler.java:260) at org.debux.webmotion.server.WebMotionMainHandler.handle(WebMotionMainHandler.java:196) at org.debux.webmotion.server.WebMotionServer.doAction(WebMotionServer.java:159) at org.debux.webmotion.server.WebMotionServer.doFilter(WebMotionServer.java:136) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.nuiton.web.filter.TypedTopiaTransactionFilter.doFilter(TypedTopiaTransactionFilter.java:248) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:409) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1044) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 34 more Caused by: org.chorem.pollen.services.service.security.PollenAuthenticationException: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.SecurityService.login(SecurityService.java:70) at org.chorem.pollen.rest.api.v1.AuthApi.login(AuthApi.java:42) ... 39 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:90) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:568) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:270) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:256) at org.chorem.pollen.services.service.security.SecurityService.login(SecurityService.java:68) ... 40 more juil. 09, 2014 4:03:21 PM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juil. 09, 2014 4:03:21 PM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat juil. 09, 2014 4:03:21 PM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juil. 09, 2014 4:03:21 PM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.199 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 26, Failures: 0, Errors: 0, Skipped: 12 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/target/pollen-rest-api-2.0-SNAPSHOT]> [INFO] Processing war project [INFO] Copying webapp webResources [<http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/src/main/webapp/WEB-INF]> to [<http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/target/pollen-rest-api-2.0-SNAPSHOT]> [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [124 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/target/pollen-rest-api-2.0-SNAPSHOT.war> [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [JENKINS] Archiving disabled [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Pollen :: UI (Angular) 2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pollen-ui-angular --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (check-project-files) @ pollen-ui-angular --- [INFO] [INFO] --- exec-maven-plugin:1.3.1:exec (default) @ pollen-ui-angular --- bower no-home HOME not set, user configuration will not be loaded bower angular-route#1.2.16 ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/angular/bower-angular-route.git", exit code of #128 Additional error details: fatal: unable to connect to github.com: github.com[0: 192.30.252.131]: errno=Connection refused bower angular-translate#2.0.0 not-cached git://github.com/PascalPrecht/bower-angular-translate.git#2.0.0 bower angular-translate#2.0.0 resolve git://github.com/PascalPrecht/bower-angular-translate.git#2.0.0 bower angular-route#1.2.16 not-cached git://github.com/angular/bower-angular-route.git#1.2.16 bower angular-route#1.2.16 resolve git://github.com/angular/bower-angular-route.git#1.2.16 bower angular-resource#1.2.16 not-cached git://github.com/angular/bower-angular-resource.git#1.2.16 bower angular-resource#1.2.16 resolve git://github.com/angular/bower-angular-resource.git#1.2.16 bower angular#1.2.16 not-cached git://github.com/angular/bower-angular.git#1.2.16 bower angular#1.2.16 resolve git://github.com/angular/bower-angular.git#1.2.16 bower angular-animate#1.2.16 not-cached git://github.com/angular/bower-angular-animate.git#1.2.16 bower angular-animate#1.2.16 resolve git://github.com/angular/bower-angular-animate.git#1.2.16 bower bootstrap#3.1.1 not-cached git://github.com/twbs/bootstrap.git#3.1.1 bower bootstrap#3.1.1 resolve git://github.com/twbs/bootstrap.git#3.1.1 bower jquery#2.1.1 not-cached git://github.com/jquery/jquery.git#2.1.1 bower jquery#2.1.1 resolve git://github.com/jquery/jquery.git#2.1.1 bower jqplot#* not-cached git://github.com/lovanwubing/jqplot.git#* bower jqplot#* resolve git://github.com/lovanwubing/jqplot.git#* bower less#1.7.3 not-cached git://github.com/less/less.git#1.7.3 bower less#1.7.3 resolve git://github.com/less/less.git#1.7.3 bower ckeditor#4.4.2 not-cached git://github.com/ckeditor/ckeditor-releases.git#4.4.2 bower ckeditor#4.4.2 resolve git://github.com/ckeditor/ckeditor-releases.git#4.4.2 bower angular-bootstrap#0.11.0 not-cached git://github.com/angular-ui/bootstrap-bower.git#0.11.0 bower angular-bootstrap#0.11.0 resolve git://github.com/angular-ui/bootstrap-bower.git#0.11.0 [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Pollen ............................................ SUCCESS [ 1.618 s] [INFO] Pollen :: VoteCounting (Api) ...................... SUCCESS [ 5.927 s] [INFO] Pollen :: VoteCounting :: Normal .................. SUCCESS [ 1.347 s] [INFO] Pollen :: VoteCounting :: Percentage .............. SUCCESS [ 1.245 s] [INFO] Pollen :: VoteCounting :: Condorcet ............... SUCCESS [ 1.242 s] [INFO] Pollen :: VoteCounting :: Number .................. SUCCESS [ 1.184 s] [INFO] Pollen :: VoteCounting :: Borda ................... SUCCESS [ 1.194 s] [INFO] Pollen :: VoteCounting :: Instant Runoff .......... SUCCESS [ 1.169 s] [INFO] Pollen :: VoteCounting :: Coombs .................. SUCCESS [ 1.186 s] [INFO] Pollen :: VoteCounting (Aggregator) ............... SUCCESS [ 0.230 s] [INFO] Pollen :: Persistence ............................. SUCCESS [ 7.328 s] [INFO] Pollen :: Service ................................. SUCCESS [ 8.269 s] [INFO] Pollen :: Rest Api ................................ SUCCESS [ 39.785 s] [INFO] Pollen :: UI (Angular) ............................ FAILURE [ 5.213 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:20 min [INFO] Finished at: 2014-07-09T16:03:29+01:00 [INFO] Final Memory: 66M/521M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (default) on project pollen-ui-angular: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (default) on project pollen-ui-angular: Command execution failed. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155) at org.jvnet.hudson.maven3.launcher.Maven31Launcher.main(Maven31Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven31Main.launch(Maven31Main.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at hudson.maven.Maven3Builder.call(Maven3Builder.java:134) at hudson.maven.Maven3Builder.call(Maven3Builder.java:69) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:328) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:303) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 30 more Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:402) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:164) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:750) at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:292) ... 32 more [ERROR] [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 <goals> -rf :pollen-ui-angular Sending e-mails to: pollen-build@list.chorem.org a.garandel@dralagen.fr channel stopped