Build failed in Jenkins: pollen-bundle-demo-latest #26
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/26/display/redirect?page=changes> Changes: [Sylvain Bavencoff] Ajout d'un composent de visualisation d'un choix [Sylvain Bavencoff] écrans des votes afficher une colonne de resultats [Sylvain Bavencoff] correction des date et time picker pour l'initialisation et modification ------------------------------------------ [...truncated 308.70 KB...] INFOS: Initializing ProtocolHandler ["http-bio-10009"] mars 21, 2017 12:47:07 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat mars 21, 2017 12:47:07 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 mars 21, 2017 12:47:07 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:47:09 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:47:09 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:47:09 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter mars 21, 2017 12:47:09 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:47:09 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:47:09 INFO (SecurityService.java:488) All permissions: mars 21, 2017 12:47:09 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:136) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:134) ... 39 more 12:47:09 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:136) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:134) ... 39 more mars 21, 2017 12:47:09 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mars 21, 2017 12:47:09 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat mars 21, 2017 12:47:09 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mars 21, 2017 12:47:09 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.535 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev12c4b03]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [2328 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev12c4b03.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 6 second Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 32.839 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 49.467 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 32.756 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 32.092 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 18.520 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 27.006 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 18.256 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 22.277 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 17.343 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.704 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 22.907 s] [INFO] Pollen :: Service .................................. SUCCESS [01:16 min] [INFO] Pollen :: Rest Api ................................. SUCCESS [02:55 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:10 min [INFO] Finished at: 2017-03-21T00:48:12+01:00 [INFO] Final Memory: 90M/474M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org Sending e-mails to: pollen-build@list.chorem.org channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson7222708561463289100.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/27/display/redirect?page=changes> Changes: [Sylvain Bavencoff] Ajout d'un modal pour la description des choix + amelioration du [Sylvain Bavencoff] initialiser un nouveaux choix avec les valeurs du dernier [Sylvain Bavencoff] corrections orthographique + afficher l'utilisateur connecté [Sylvain Bavencoff] badge d'info des choix + formatiage des resultats sur la page des votes ------------------------------------------ [...truncated 308.11 KB...] Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. 12:34:54 INFO (EmailService.java:228) an email should have been sent if not in devMode: tos = [user@pollen.org]. subject = '[Pollen] Confirmation de création du compte user'. body = Bonjour user, Vous venez de créer un compte sur l'application en ligne Pollen Courriel: user@pollen.org Vous devez valider votre courriel en allant sur cette adresse : <a href=""></a> Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. mars 22, 2017 12:34:54 AM org.apache.coyote.AbstractProtocol init INFOS: Initializing ProtocolHandler ["http-bio-10009"] mars 22, 2017 12:34:54 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat mars 22, 2017 12:34:54 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 mars 22, 2017 12:34:54 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:34:56 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:34:56 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:34:56 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter mars 22, 2017 12:34:56 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:34:56 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:34:56 INFO (SecurityService.java:488) All permissions: mars 22, 2017 12:34:56 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:136) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:134) ... 39 more 12:34:56 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:136) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:134) ... 39 more mars 22, 2017 12:34:56 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mars 22, 2017 12:34:56 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat mars 22, 2017 12:34:56 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mars 22, 2017 12:34:56 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.863 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev0b4bb32]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [79 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev0b4bb32.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 27.069 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 10.290 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 2.406 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.328 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.261 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.200 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.189 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.111 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.116 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.585 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 5.751 s] [INFO] Pollen :: Service .................................. SUCCESS [ 22.959 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 40.261 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:34 min [INFO] Finished at: 2017-03-22T00:34:59+01:00 [INFO] Final Memory: 89M/480M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson971176538881807946.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/28/display/redirect?page=changes> Changes: [Sylvain Bavencoff] information du sondage sur les écrans de votes, résultat, et commentaire [Sylvain Bavencoff] ajout du composant podium ------------------------------------------ [...truncated 308.19 KB...] 12:33:16 INFO (EmailService.java:228) an email should have been sent if not in devMode: tos = [user@pollen.org]. subject = '[Pollen] Confirmation de création du compte user'. body = Bonjour user, Vous venez de créer un compte sur l'application en ligne Pollen Courriel: user@pollen.org Vous devez valider votre courriel en allant sur cette adresse : <a href=""></a> Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. mars 23, 2017 12:33:16 AM org.apache.coyote.AbstractProtocol init INFOS: Initializing ProtocolHandler ["http-bio-10009"] mars 23, 2017 12:33:16 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat mars 23, 2017 12:33:16 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 mars 23, 2017 12:33:16 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:33:17 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:33:17 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:33:17 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter mars 23, 2017 12:33:17 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:33:17 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:33:17 INFO (SecurityService.java:488) All permissions: mars 23, 2017 12:33:17 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:136) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:134) ... 39 more 12:33:17 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:136) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:134) ... 39 more mars 23, 2017 12:33:18 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mars 23, 2017 12:33:18 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat mars 23, 2017 12:33:18 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mars 23, 2017 12:33:18 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.353 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb647a86]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [86 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb647a86.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 7.745 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 12.015 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 2.368 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 3.032 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.631 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.663 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.880 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.638 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.273 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.631 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 7.990 s] [INFO] Pollen :: Service .................................. SUCCESS [ 27.591 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 47.952 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:30 min [INFO] Finished at: 2017-03-23T00:33:21+01:00 [INFO] Final Memory: 88M/497M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson2913258521774750581.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/29/display/redirect?page=changes> Changes: [Sylvain Bavencoff] style de la saisie de choix [Sylvain Bavencoff] utilisation du bus d'événement pour les modification de connection et de ------------------------------------------ [...truncated 308.47 KB...] Courriel: user@pollen.org Vous devez valider votre courriel en allant sur cette adresse : <a href=""></a> Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. mars 24, 2017 12:43:28 AM org.apache.coyote.AbstractProtocol init INFOS: Initializing ProtocolHandler ["http-bio-10009"] mars 24, 2017 12:43:28 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat mars 24, 2017 12:43:28 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 mars 24, 2017 12:43:28 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:43:30 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:43:30 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:43:30 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter mars 24, 2017 12:43:30 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:43:30 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:43:30 INFO (SecurityService.java:488) All permissions: mars 24, 2017 12:43:30 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:136) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:134) ... 39 more 12:43:30 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:136) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:134) ... 39 more mars 24, 2017 12:43:30 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mars 24, 2017 12:43:30 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat mars 24, 2017 12:43:30 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mars 24, 2017 12:43:30 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.999 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev0d96c20]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [168 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev0d96c20.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 24.262 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 54.100 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 7.690 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 8.041 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 9.391 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 5.055 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 8.002 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 9.525 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 9.672 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.670 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 11.974 s] [INFO] Pollen :: Service .................................. SUCCESS [ 43.915 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:09 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:18 min [INFO] Finished at: 2017-03-24T00:43:36+01:00 [INFO] Final Memory: 95M/455M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson5018036593100196062.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/30/display/redirect?page=changes> Changes: [Sylvain Bavencoff] divvers petites corrections sur l'écran de vote et des options d'un [Sylvain Bavencoff] divvers petites corrections sur l'écran de vote et des options d'un ------------------------------------------ [...truncated 308.63 KB...] Courriel: user@pollen.org Vous devez valider votre courriel en allant sur cette adresse : <a href=""></a> Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. mars 25, 2017 12:39:21 AM org.apache.coyote.AbstractProtocol init INFOS: Initializing ProtocolHandler ["http-bio-10009"] mars 25, 2017 12:39:21 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat mars 25, 2017 12:39:21 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 mars 25, 2017 12:39:21 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:39:23 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:39:23 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:39:23 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter mars 25, 2017 12:39:23 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:39:23 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:39:23 INFO (SecurityService.java:487) All permissions: mars 25, 2017 12:39:23 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:39:23 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mars 25, 2017 12:39:23 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mars 25, 2017 12:39:23 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat mars 25, 2017 12:39:23 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mars 25, 2017 12:39:23 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.969 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev947c4f9]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [292 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev947c4f9.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 14.974 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 59.221 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 15.440 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 3.629 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 3.131 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.939 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.850 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.705 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 4.063 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.703 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 30.694 s] [INFO] Pollen :: Service .................................. SUCCESS [ 55.870 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:08 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:32 min [INFO] Finished at: 2017-03-25T00:39:31+01:00 [INFO] Final Memory: 96M/478M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson3644986221300537591.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/32/display/redirect?page=changes> Changes: [Sylvain Bavencoff] correction d'un test. la verification du mot de passe n'est pas [Sylvain Bavencoff] initialiser un nouveaux choix avec les ------------------------------------------ [...truncated 308.64 KB...] Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. mars 29, 2017 12:44:07 AM org.apache.coyote.AbstractProtocol init INFOS: Initializing ProtocolHandler ["http-bio-10009"] mars 29, 2017 12:44:07 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat mars 29, 2017 12:44:07 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 mars 29, 2017 12:44:07 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:44:09 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:44:09 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:44:09 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter mars 29, 2017 12:44:09 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:44:09 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:44:09 INFO (SecurityService.java:487) All permissions: mars 29, 2017 12:44:09 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:44:09 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mars 29, 2017 12:44:09 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mars 29, 2017 12:44:09 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat mars 29, 2017 12:44:09 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mars 29, 2017 12:44:09 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.285 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev9ef3398]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [536 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev9ef3398.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 35.171 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 59.737 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 4.076 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 14.200 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 22.048 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 8.219 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 8.353 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 17.095 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 19.564 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.747 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 50.886 s] [INFO] Pollen :: Service .................................. SUCCESS [01:37 min] [INFO] Pollen :: Rest Api ................................. SUCCESS [02:29 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:58 min [INFO] Finished at: 2017-03-29T00:44:28+02:00 [JENKINS] Archiving disabled [INFO] Final Memory: 96M/454M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data Not sending mail to unregistered user bavencoff@codelutin.com Sending e-mails to: pollen-build@list.chorem.org channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson8111186069740347533.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/33/display/redirect?page=changes> Changes: [Sylvain Bavencoff] écran du profil utilisateur [Sylvain Bavencoff] un peu de style sur les choix, podium et votes utilisation du bus pour [Sylvain Bavencoff] style pour l'entête et mettre un menu différent pour l'administrateur [Sylvain Bavencoff] bouton de scroll pour les commentaire, pour les choix autorisé tout type [Sylvain Bavencoff] optimisation de la construction du docker ------------------------------------------ [...truncated 308.62 KB...] Vous devez valider votre courriel en allant sur cette adresse : <a href=""></a> Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. mars 30, 2017 12:32:52 AM org.apache.coyote.AbstractProtocol init INFOS: Initializing ProtocolHandler ["http-bio-10009"] mars 30, 2017 12:32:52 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat mars 30, 2017 12:32:52 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 mars 30, 2017 12:32:52 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:32:54 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:32:54 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:32:54 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter mars 30, 2017 12:32:54 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:32:54 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:32:54 INFO (SecurityService.java:487) All permissions: mars 30, 2017 12:32:54 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:32:54 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mars 30, 2017 12:32:54 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mars 30, 2017 12:32:54 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat mars 30, 2017 12:32:54 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mars 30, 2017 12:32:54 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.871 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revdb15646]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [80 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revdb15646.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 6.092 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 9.704 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 2.397 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.273 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.177 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.153 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.201 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.041 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.100 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.689 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 5.709 s] [INFO] Pollen :: Service .................................. SUCCESS [ 22.917 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 41.148 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:10 min [INFO] Finished at: 2017-03-30T00:32:57+02:00 [INFO] Final Memory: 90M/523M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson7486088562257622457.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/34/display/redirect?page=changes> Changes: [Sylvain Bavencoff] maj de webmotion [Sylvain Bavencoff] affichage des urls pour administrer ou voter pour un sondage ou modifier [Sylvain Bavencoff] afficher l'ecran de connexion en superposition de l'ecran actuel pour ne [Sylvain Bavencoff] retour a une version précédente de riot suite à regression [Sylvain Bavencoff] a la création d'un sondage n'envoyer le mail que si le courriel n'est [Sylvain Bavencoff] creation du job de release [Sylvain Bavencoff] creation du job de release [Sylvain Bavencoff] fix gitlab ci [Sylvain Bavencoff] fix gitlab ci [Sylvain Bavencoff] fix gitlab ci [Sylvain Bavencoff] fix gitlab ci ------------------------------------------ [...truncated 307.46 KB...] Vous devez valider votre courriel en allant sur cette adresse : <a href=""></a> Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. mars 31, 2017 12:32:38 AM org.apache.coyote.AbstractProtocol init INFOS: Initializing ProtocolHandler ["http-bio-10009"] mars 31, 2017 12:32:38 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat mars 31, 2017 12:32:38 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 mars 31, 2017 12:32:38 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:32:40 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:32:40 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:32:40 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter mars 31, 2017 12:32:40 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:32:40 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:32:40 INFO (SecurityService.java:487) All permissions: mars 31, 2017 12:32:40 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:32:40 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mars 31, 2017 12:32:40 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mars 31, 2017 12:32:40 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat mars 31, 2017 12:32:40 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mars 31, 2017 12:32:40 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.92 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev37a431a]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [76 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev37a431a.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 6.182 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 10.103 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 2.358 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.235 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.168 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.177 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.137 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.042 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.125 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.892 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 5.688 s] [INFO] Pollen :: Service .................................. SUCCESS [ 21.912 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 40.144 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:58 min [INFO] Finished at: 2017-03-31T00:32:43+02:00 [INFO] Final Memory: 90M/504M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson7758135448042768998.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/35/display/redirect?page=changes> Changes: [Sylvain Bavencoff] amélioration des la présentation des urls de sondage [Benjamin POUSSIN] Update tags [Benjamin POUSSIN] Update .gitlab-ci.yml ------------------------------------------ [...truncated 307.53 KB...] Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. avr. 06, 2017 12:35:14 AM org.apache.coyote.AbstractProtocol init INFOS: Initializing ProtocolHandler ["http-bio-10009"] avr. 06, 2017 12:35:14 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat avr. 06, 2017 12:35:14 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 avr. 06, 2017 12:35:14 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:35:16 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:35:16 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:35:16 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 06, 2017 12:35:16 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:35:16 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:35:16 INFO (SecurityService.java:487) All permissions: avr. 06, 2017 12:35:16 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:35:16 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 06, 2017 12:35:16 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 06, 2017 12:35:16 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 06, 2017 12:35:16 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 06, 2017 12:35:16 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.25 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev178dc88]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [249 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev178dc88.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 11.435 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 16.071 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 3.054 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.322 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.324 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.228 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.365 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.640 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.817 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.693 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 8.105 s] [INFO] Pollen :: Service .................................. SUCCESS [ 29.155 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 46.123 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:13 min [INFO] Finished at: 2017-04-06T00:35:20+02:00 [INFO] Final Memory: 97M/462M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson1515494349751719668.sh channel stopped + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/36/display/redirect?page=changes> Changes: [Sylvain Bavencoff] invitation des participants pour des sondage restreint ou ouvert à tous [Sylvain Bavencoff] correction des test des liste de voteurs [Sylvain Bavencoff] dans la visialisation des choix proposer le téléchargement d'une ------------------------------------------ [...truncated 318.52 KB...] INFOS: Initializing ProtocolHandler ["http-bio-10009"] avr. 11, 2017 12:34:35 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat avr. 11, 2017 12:34:35 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 avr. 11, 2017 12:34:35 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:34:36 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:34:36 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:34:36 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 11, 2017 12:34:36 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:34:36 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:34:36 INFO (SecurityService.java:487) All permissions: avr. 11, 2017 12:34:36 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:34:36 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 11, 2017 12:34:36 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 11, 2017 12:34:36 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 11, 2017 12:34:36 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 11, 2017 12:34:36 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.942 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revcec06d0]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [290 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revcec06d0.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 15.375 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 18.233 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 3.045 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 3.167 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.630 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.751 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.562 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.515 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.465 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.688 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 12.244 s] [INFO] Pollen :: Service .................................. SUCCESS [ 32.944 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 52.521 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:05 min [INFO] Finished at: 2017-04-11T00:34:43+02:00 [INFO] Final Memory: 93M/477M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson1493711307830392589.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/37/display/redirect?page=changes> Changes: [Sylvain Bavencoff] affichage du Qrcode pour facitlé le partage du vote ------------------------------------------ [...truncated 318.58 KB...] avr. 12, 2017 12:36:45 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat avr. 12, 2017 12:36:45 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 avr. 12, 2017 12:36:45 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:36:47 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:36:47 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:36:47 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 12, 2017 12:36:47 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:36:47 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:36:47 INFO (SecurityService.java:487) All permissions: avr. 12, 2017 12:36:47 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:36:47 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 12, 2017 12:36:47 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 12, 2017 12:36:47 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 12, 2017 12:36:47 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 12, 2017 12:36:47 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.779 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev469fdf0]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [163 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev469fdf0.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 2 second Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 9.334 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 22.495 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 4.845 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.455 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 4.791 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.804 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 17.086 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 3.789 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 3.400 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.693 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 11.715 s] [INFO] Pollen :: Service .................................. SUCCESS [ 47.027 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 56.221 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:22 min [INFO] Finished at: 2017-04-12T00:37:00+02:00 [INFO] Final Memory: 91M/480M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson997010133847297898.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/38/display/redirect?page=changes> Changes: [Sylvain Bavencoff] plus d'information dans les mail d'invitation [Sylvain Bavencoff] A la c réation d'un sondage, par défaut les resultats sont affichés en [Sylvain Bavencoff] correction d'une NPE [Sylvain Bavencoff] adapter les unités des resultats au type de scrutin ------------------------------------------ [...truncated 320.71 KB...] INFOS: Starting service Tomcat avr. 13, 2017 12:38:54 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 avr. 13, 2017 12:38:54 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:38:56 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:38:56 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:38:56 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 13, 2017 12:38:56 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:38:56 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:38:56 INFO (SecurityService.java:487) All permissions: avr. 13, 2017 12:38:56 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:38:56 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 13, 2017 12:38:56 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 13, 2017 12:38:56 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 13, 2017 12:38:56 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 13, 2017 12:38:56 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.391 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev4e0badd]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [114 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev4e0badd.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 16.651 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 28.868 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 4.271 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 6.169 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.630 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.947 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.722 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [03:03 min] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 6.297 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.719 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 8.371 s] [INFO] Pollen :: Service .................................. SUCCESS [ 37.367 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:03 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:02 min [INFO] Finished at: 2017-04-13T00:39:05+02:00 [INFO] Final Memory: 96M/465M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson3627197649039994706.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/39/display/redirect?page=changes> Changes: [Sylvain Bavencoff] gestion des listes de favoris [Kevin Morin] refs #15 affichage ou non de la limite de choix à sélectionner en [Kevin Morin] refs #15 ajout de la possibilité ou non de limiter le nombre de choix [Kevin Morin] refs #15 ajout des nouvelles propriétés des types de vote [Kevin Morin] Conversion des chaines vides en Double null (pour les votes) [Kevin Morin] refs #15 prise en compte de la limite de choix par vote + gestion des [Kevin Morin] Gestion des messages d'erreur de vote dans les types de vote [Kevin Morin] raccourcissmeent des libellés ------------------------------------------ [...truncated 322.61 KB...] avr. 14, 2017 12:34:01 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 avr. 14, 2017 12:34:01 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:34:03 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:34:03 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:34:03 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 14, 2017 12:34:03 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:34:03 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:34:03 INFO (SecurityService.java:487) All permissions: avr. 14, 2017 12:34:03 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:34:03 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 14, 2017 12:34:03 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 14, 2017 12:34:03 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 14, 2017 12:34:03 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 14, 2017 12:34:03 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.344 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reve486b50]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [115 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reve486b50.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 8.165 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 17.113 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 4.004 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.480 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.380 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.309 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.416 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.226 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.367 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.648 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 9.099 s] [INFO] Pollen :: Service .................................. SUCCESS [ 31.920 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:01 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:03 min [INFO] Finished at: 2017-04-14T00:34:16+02:00 [INFO] Final Memory: 90M/498M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson1636004899246614625.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/40/display/redirect?page=changes> Changes: [Kevin Morin] fixes #52 Add a message panel on top of the screen to display custom [Kevin Morin] remove example messages ------------------------------------------ [...truncated 322.63 KB...] INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 avr. 15, 2017 12:34:49 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:34:51 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:34:51 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:34:51 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 15, 2017 12:34:52 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:34:52 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:34:52 INFO (SecurityService.java:487) All permissions: avr. 15, 2017 12:34:52 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:34:52 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 15, 2017 12:34:52 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 15, 2017 12:34:52 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 15, 2017 12:34:52 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 15, 2017 12:34:52 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.131 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revd7c3e43]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [105 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revd7c3e43.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 13.038 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 15.556 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 3.450 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.227 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.788 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.655 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.086 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.631 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.630 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.705 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 9.097 s] [INFO] Pollen :: Service .................................. SUCCESS [ 28.431 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:25 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:32 min [INFO] Finished at: 2017-04-15T00:34:59+02:00 [INFO] Final Memory: 90M/482M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson8280845513327462126.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/41/display/redirect?page=changes> Changes: [Sylvain Bavencoff] liste de favoris : ajout du poids sur le membre et ajout de sous-liste [Kevin Morin] Vote impossible si la date est dépassée [Kevin Morin] Ajout d'un panel pour afficher des erreurs [Kevin Morin] ajout de contributeurs [Kevin Morin] déplacement des traductions dans les tags ------------------------------------------ [...truncated 327.48 KB...] avr. 19, 2017 12:40:26 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found 12:40:28 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:40:28 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:40:28 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 19, 2017 12:40:28 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:40:28 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:40:28 INFO (SecurityService.java:487) All permissions: avr. 19, 2017 12:40:28 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:40:28 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 19, 2017 12:40:28 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 19, 2017 12:40:28 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 19, 2017 12:40:28 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 19, 2017 12:40:28 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.328 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb5474b1]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [177 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb5474b1.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 31.378 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [01:37 min] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 13.455 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 15.918 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 5.079 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 4.314 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.678 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 4.707 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 7.562 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.699 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 20.965 s] [INFO] Pollen :: Service .................................. SUCCESS [01:08 min] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:27 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:28 min [INFO] Finished at: 2017-04-19T00:40:50+02:00 [INFO] Final Memory: 93M/438M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson2169551800324796208.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> channel stopped cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/42/display/redirect?page=changes> Changes: [Sylvain Bavencoff] liste de favoris : ajout des sous-listes dans l'UI ------------------------------------------ [...truncated 327.55 KB...] INFOS: No global web.xml found 12:37:20 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:37:20 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:37:20 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 20, 2017 12:37:20 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:37:20 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:37:20 INFO (SecurityService.java:487) All permissions: avr. 20, 2017 12:37:20 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:37:20 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 20, 2017 12:37:20 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 20, 2017 12:37:20 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 20, 2017 12:37:20 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 20, 2017 12:37:20 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.813 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev7eb9f58]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [107 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev7eb9f58.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 20.798 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 36.787 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 4.311 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 9.977 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 10.079 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.218 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.659 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 5.087 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 11.038 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.729 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 12.563 s] [INFO] Pollen :: Service .................................. SUCCESS [ 37.750 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:01 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:03 min [INFO] Finished at: 2017-04-20T00:37:26+02:00 [INFO] Final Memory: 92M/348M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson4338474134692807484.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/43/display/redirect?page=changes> Changes: [Kevin Morin] refs #13 add permission to delete votes to poll owner [Kevin Morin] refs #13 the poll owner can delete the votes [Kevin Morin] fixes #18 clone a poll ------------------------------------------ [...truncated 327.62 KB...] 12:45:29 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:45:29 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:45:29 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 21, 2017 12:45:29 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:45:29 INFO (PollenRestApiRequestFilter.java:191) Use default language: fr 12:45:29 INFO (SecurityService.java:487) All permissions: avr. 21, 2017 12:45:29 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:45:29 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 21, 2017 12:45:29 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 21, 2017 12:45:29 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 21, 2017 12:45:29 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 21, 2017 12:45:29 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.431 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revf6c8f9e]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [107 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revf6c8f9e.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 55.232 s] [JENKINS] Archiving disabled[INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [01:29 min] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 12.185 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 7.720 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 11.628 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 5.721 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 6.669 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 8.606 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 10.599 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.692 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 22.842 s] [INFO] Pollen :: Service .................................. SUCCESS [01:30 min] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:10 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:59 min [INFO] Finished at: 2017-04-21T00:45:39+02:00 [INFO] Final Memory: 96M/455M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson5364232454121703174.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/44/display/redirect?page=changes> Changes: [Sylvain Bavencoff] Services : modification des liste de votants, le context d'UI dans le ------------------------------------------ [...truncated 320.72 KB...] 12:38:56 INFO (JCLLoggerAdapter.java:260) Parsed mapping <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/classes/mapping> 12:38:56 INFO (JCLLoggerAdapter.java:260) WebMotion is started 12:38:56 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 22, 2017 12:38:56 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:38:56 INFO (PollenRestApiRequestFilter.java:207) Use default language: fr 12:38:56 INFO (SecurityService.java:487) All permissions: avr. 22, 2017 12:38:56 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:38:56 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 22, 2017 12:38:56 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 22, 2017 12:38:57 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 22, 2017 12:38:57 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 22, 2017 12:38:57 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.021 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:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reveb9f117]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [153 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reveb9f117.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 21.723 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 50.674 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 7.359 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.666 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 4.936 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.807 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 5.092 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 5.101 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 6.471 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.683 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 47.798 s] [INFO] Pollen :: Service .................................. SUCCESS [ 37.951 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:05 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:14 min [INFO] Finished at: 2017-04-22T00:39:05+02:00 [INFO] Final Memory: 93M/478M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson5795727185234711241.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/45/display/redirect?page=changes> Changes: [Kevin Morin] refs #11 add service and api to assign a poll to a connected user [Kevin Morin] refs #11 add form to link poll to user's account in the created poll ------------------------------------------ [...truncated 328.10 KB...] 12:46:39 INFO (PollenTopiaTransactionFilter.java:58) Init Topia Filter avr. 25, 2017 12:46:39 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:46:39 INFO (PollenRestApiRequestFilter.java:207) Use default language: fr 12:46:39 INFO (SecurityService.java:487) All permissions: avr. 25, 2017 12:46:39 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:46:39 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 25, 2017 12:46:39 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 25, 2017 12:46:39 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 25, 2017 12:46:39 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 25, 2017 12:46:39 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.996 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revd5899da]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [1248 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revd5899da.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [01:08 min] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [01:22 min] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 20.624 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 22.999 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 18.678 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 21.604 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 15.154 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 5.934 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 4.851 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.679 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 17.336 s] [INFO] Pollen :: Service .................................. SUCCESS [ 54.108 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:34 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:26 min [INFO] Finished at: 2017-04-25T00:46:47+02:00 [INFO] Final Memory: 102M/440M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson5704124306517423950.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/46/display/redirect?page=changes> Changes: [Kevin Morin] fixes #53 Set page titles ------------------------------------------ [...truncated 328.18 KB...] avr. 26, 2017 12:39:41 AM org.apache.coyote.AbstractProtocol start INFOS: Starting ProtocolHandler ["http-bio-10009"] 12:39:41 INFO (PollenRestApiRequestFilter.java:207) Use default language: fr 12:39:41 INFO (SecurityService.java:487) All permissions: avr. 26, 2017 12:39:41 AM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [default] in context with path [/] threw exception org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:39:41 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more avr. 26, 2017 12:39:41 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] avr. 26, 2017 12:39:41 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat avr. 26, 2017 12:39:41 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] avr. 26, 2017 12:39:41 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.899 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev44f306a]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [298 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev44f306a.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 33.054 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [01:08 min] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 5.028 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 4.683 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 3.044 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.191 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.870 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 9.053 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 4.477 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.686 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 16.467 s] [INFO] Pollen :: Service .................................. SUCCESS [ 47.373 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:06 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:02 min [INFO] Finished at: 2017-04-26T00:39:48+02:00 [INFO] Final Memory: 104M/466M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson2357694867886849542.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/47/display/redirect?page=changes> Changes: [Kevin Morin] affichage du libellé "anonyme" en cas de vote anonyme [Kevin Morin] refs #23 ajout des confs pour les notifications [Kevin Morin] refs #23 ajout des confs pour les notifications [Kevin Morin] refs #23 mails de notification de vote et de fin de sondage [Kevin Morin] refs #23 conf par défaut dans le sondage [Kevin Morin] refs #23 ajout des méthodes pour récupérer les infos pour les mails [Kevin Morin] refs #23 création des jobs pour l'envoi de mails différés ------------------------------------------ [...truncated 362.94 KB...] 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:38:25 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 10, 2017 12:38:25 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 10, 2017 12:38:25 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:38:25 INFO (PollenRestApiApplicationListener.java:190) Stopping quartz sheduler mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 10, 2017 12:38:25 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 10, 2017 12:38:25 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.597 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revcbd6646]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [142 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revcbd6646.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 16.484 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 35.054 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 4.280 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 3.326 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 3.661 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 4.821 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 4.393 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 3.985 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.631 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.675 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 11.014 s] [INFO] Pollen :: Service .................................. SUCCESS [ 41.051 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:12 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:12 min [INFO] Finished at: 2017-05-10T00:38:32+02:00 [INFO] Final Memory: 103M/458M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson2953951346413060908.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/48/display/redirect?page=changes> Changes: [Kevin Morin] Les dates étaient retournées formatées selon la timezone du serveur. ------------------------------------------ [...truncated 362.92 KB...] 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:32:42 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 13, 2017 12:32:42 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 13, 2017 12:32:42 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:32:42 INFO (PollenRestApiApplicationListener.java:190) Stopping quartz sheduler mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 13, 2017 12:32:42 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 13, 2017 12:32:42 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.015 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb8c4498]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [78 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb8c4498.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 5.598 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 9.118 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 2.356 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.189 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.265 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.161 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.191 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.085 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.049 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.917 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 5.505 s] [INFO] Pollen :: Service .................................. SUCCESS [ 23.951 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 41.766 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:59 min [INFO] Finished at: 2017-05-13T00:32:45+02:00 [INFO] Final Memory: 98M/485M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson8095378916665941743.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/49/display/redirect?page=changes> Changes: [Kevin Morin] Création de sondage : validation des choix avant de passer à l'étape [Kevin Morin] ref #64 correction de la NPE [Kevin Morin] fixes #64 par défaut, on ne met pas la date de début de vote à la fin de [Sylvain Bavencoff] gestion des participant d'un sondage [Sylvain Bavencoff] gestion des participant d'un sondage : fix test [Kevin Morin] fixes #66 Type de sondage dans la description ------------------------------------------ [...truncated 363.03 KB...] 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:32:52 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 17, 2017 12:32:52 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 17, 2017 12:32:52 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:32:52 INFO (PollenRestApiApplicationListener.java:190) Stopping quartz sheduler mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 17, 2017 12:32:52 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 17, 2017 12:32:52 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.087 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev4a48b23]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [79 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev4a48b23.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 8.525 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 9.046 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 2.402 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.301 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.205 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.173 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.185 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.109 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.125 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.697 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 6.909 s] [INFO] Pollen :: Service .................................. SUCCESS [ 24.184 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 43.540 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:06 min [INFO] Finished at: 2017-05-17T00:32:55+02:00 [INFO] Final Memory: 99M/526M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson331560452102754413.sh channel stopped + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/50/display/redirect?page=changes> Changes: [Sylvain Bavencoff] vote pour de sondage restreint [Sylvain Bavencoff] vote pour de sondage restreint ------------------------------------------ [...truncated 365.95 KB...] 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:46:16 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 18, 2017 12:46:16 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 18, 2017 12:46:16 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:46:16 INFO (PollenRestApiApplicationListener.java:190) Stopping quartz sheduler mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 18, 2017 12:46:16 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 18, 2017 12:46:16 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.752 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revf18cc72]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [1189 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revf18cc72.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 28.177 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 55.330 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 11.465 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 11.714 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 27.105 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 6.919 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 13.248 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 12.482 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 31.671 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.599 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 23.660 s] [INFO] Pollen :: Service .................................. SUCCESS [02:01 min] [INFO] Pollen :: Rest Api ................................. SUCCESS [02:26 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:27 min [INFO] Finished at: 2017-05-18T00:46:28+02:00 [INFO] Final Memory: 95M/460M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson5350028859898275022.sh channel stopped + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/51/display/redirect?page=changes> Changes: [Kevin Morin] refs #23 remove vote summary notification as we cannot really determine [Kevin Morin] fix validation du choix de fichier qui ne s'affichait pas sous Chrome [Kevin Morin] refs #23 remove forgotten method [Kevin Morin] utilisation de la lib Object.values pour les navigateurs ne supportant [Kevin Morin] correction de l'édition des dates dans le sondage [Sylvain Bavencoff] dépouillement des sondages restreints [Kevin Morin] Mise en page du login et de la creation de compte ------------------------------------------ [...truncated 364.42 KB...] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.nuiton.web.filter.TypedTopiaTransactionFilter.doFilter(TypedTopiaTransactionFilter.java:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:38:26 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 19, 2017 12:38:26 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 19, 2017 12:38:26 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:38:26 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 19, 2017 12:38:26 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 19, 2017 12:38:26 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.686 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reva51dafd]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [224 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reva51dafd.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 16.306 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 42.813 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 4.007 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 3.118 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.851 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 4.493 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.101 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.824 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.597 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.672 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 23.217 s] [INFO] Pollen :: Service .................................. SUCCESS [ 38.315 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:27 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:39 min [INFO] Finished at: 2017-05-19T00:38:32+02:00 [JENKINS] Archiving disabled [INFO] Final Memory: 95M/551M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson5327226474298186844.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/52/display/redirect?page=changes> Changes: [Sylvain Bavencoff] import et export des participants d'un sondage restreint vers une liste [Sylvain Bavencoff] validation des participants au vote + correction du noms de la liste [Sylvain Bavencoff] edition du sondage : ne pas modifier les champ pour un sondage clos et ------------------------------------------ [...truncated 364.35 KB...] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.nuiton.web.filter.TypedTopiaTransactionFilter.doFilter(TypedTopiaTransactionFilter.java:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:32:45 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 23, 2017 12:32:45 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 23, 2017 12:32:45 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:32:45 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 23, 2017 12:32:45 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 23, 2017 12:32:45 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.095 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev7de2afc]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [76 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev7de2afc.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 6.133 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 9.383 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 2.759 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.290 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.394 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.302 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.197 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.113 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.089 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.677 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 5.925 s] [INFO] Pollen :: Service .................................. SUCCESS [ 23.759 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 42.401 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:04 min [INFO] Finished at: 2017-05-23T00:32:48+02:00 [INFO] Final Memory: 100M/519M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson6172108773927250555.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/53/display/redirect?page=changes> Changes: [Sylvain Bavencoff] participants a un sondage : ajout des actions en bas d'une liste, [Sylvain Bavencoff] factorisé le desenregistrement des tag sur le bus [Sylvain Bavencoff] création d'un utilitaire de log pour le JS ------------------------------------------ [...truncated 364.46 KB...] at org.nuiton.web.filter.TypedTopiaTransactionFilter.doFilter(TypedTopiaTransactionFilter.java:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:32:48 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 24, 2017 12:32:48 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 24, 2017 12:32:48 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:32:48 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 24, 2017 12:32:48 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 24, 2017 12:32:48 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.259 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb171268]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [80 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb171268.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 6.176 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 9.257 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 2.629 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.594 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.354 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.345 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.313 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.154 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.157 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.731 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 5.769 s] [INFO] Pollen :: Service .................................. SUCCESS [ 24.340 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 43.065 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:05 min [INFO] Finished at: 2017-05-24T00:32:51+02:00 [INFO] Final Memory: 95M/520M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson2598374765284359454.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/54/display/redirect?page=changes> Changes: [Sylvain Bavencoff] création et utilisation des composants : Modal, confirmation et [Sylvain Bavencoff] correction taille du QrCode [Sylvain Bavencoff] correction gestion de erreur en cas de sondage non accessible [Sylvain Bavencoff] devMode à false par défaut, et a vrai dans la configuration des tests. [Sylvain Bavencoff] afficher quels participants ont votés et leur renvoyer des invitations [Sylvain Bavencoff] afficher le % d'abstention (#33) ------------------------------------------ [...truncated 365.16 KB...] 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:38:26 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 25, 2017 12:38:26 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 25, 2017 12:38:26 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:38:26 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 25, 2017 12:38:26 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 25, 2017 12:38:26 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.734 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revd2b378d]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [95 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revd2b378d.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 17.089 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 37.819 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 6.119 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 5.578 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 7.320 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 9.312 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 10.073 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 6.246 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.606 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.700 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 15.218 s] [INFO] Pollen :: Service .................................. SUCCESS [ 34.871 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:01 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:12 min [INFO] Finished at: 2017-05-25T00:38:31+02:00 [INFO] Final Memory: 105M/451M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson6101290765036570617.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/55/display/redirect?page=changes> Changes: [Sylvain Bavencoff] ajout d'un parametre dans webpack pour faire echoué la tâche gitlab-CI [Sylvain Bavencoff] les regExp dans les expression riot ne sont pas compiler correctement [Sylvain Bavencoff] vérification de la taille des fichiers, coté client ------------------------------------------ [...truncated 365.17 KB...] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:34:28 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 30, 2017 12:34:28 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 30, 2017 12:34:28 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:34:28 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 30, 2017 12:34:28 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 30, 2017 12:34:28 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.348 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb6b6b17]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [103 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb6b6b17.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 13.818 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 17.897 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 3.341 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.625 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.505 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.597 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.549 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.351 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.345 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.681 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 12.021 s] [INFO] Pollen :: Service .................................. SUCCESS [ 31.280 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:00 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:04 min [INFO] Finished at: 2017-05-30T00:34:33+02:00 [INFO] Final Memory: 106M/504M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson844125333116830864.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/56/display/redirect?page=changes> Changes: [Sylvain Bavencoff] vérification de la taille des fichiers, coté serveur (#55) [Sylvain Bavencoff] ne pas afficher le bouton de renvoie des invitation à la création du [Kevin Morin] fix NPE if the choice adding end date is null [Kevin Morin] add log [Kevin Morin] display validation errors on poll edition [Kevin Morin] use a datetime component for the browsers which do not support datetime [Kevin Morin] revert commit [Sylvain Bavencoff] log d'error a l'import du LDAP [Sylvain Bavencoff] fix author [Kevin Morin] tentative de correction des jobs de rappels de fin de sondage [Sylvain Bavencoff] mise à jour du docker de base pour la construction du JS [Kevin Morin] wording + modification de la conf de notification d'un sondage : boolean ------------------------------------------ [...truncated 370.37 KB...] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:35:05 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more mai 31, 2017 12:35:05 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] mai 31, 2017 12:35:05 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:35:05 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. mai 31, 2017 12:35:05 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] mai 31, 2017 12:35:05 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.721 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revf15c7cf]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [81 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revf15c7cf.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 23.742 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 25.172 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 5.261 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.824 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.787 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.905 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.462 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.359 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.480 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.687 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 8.771 s] [INFO] Pollen :: Service .................................. SUCCESS [ 32.203 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 50.106 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:19 min [INFO] Finished at: 2017-05-31T00:35:10+02:00 [INFO] Final Memory: 102M/479M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson5645890582394503832.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/57/display/redirect?page=changes> Changes: [Sylvain Bavencoff] modification de libellé, correction sur les doit les lecture de [Sylvain Bavencoff] utilisation de la ShortTopiaIdFactory pour avoir des URLs plus courtes [Julien Ruchaud] Fix animation in Choice tag [Sylvain Bavencoff] "datediff" n'est pas un fonction prise en charge par postgres ------------------------------------------ [...truncated 364.94 KB...] 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:38:39 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 01, 2017 12:38:39 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 01, 2017 12:38:39 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:38:39 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 01, 2017 12:38:39 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 01, 2017 12:38:39 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.575 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reve1b806b]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [1945 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reve1b806b.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 27.315 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 36.483 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 9.475 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 6.755 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 7.802 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.329 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 6.511 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 4.628 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 7.421 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.679 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 19.481 s] [INFO] Pollen :: Service .................................. SUCCESS [ 51.865 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:16 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:01 min [INFO] Finished at: 2017-06-01T00:38:51+02:00 [INFO] Final Memory: 97M/429M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson9141553155891096745.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/58/display/redirect?page=changes> Changes: [Kevin Morin] correction de l'affichage des date picker et time picker suite aux [Sylvain Bavencoff] mise en place de flyway pour la migration de base de données + utilisé [Sylvain Bavencoff] "datediff" n'est pas un fonction prise en charge par postgres [Sylvain Bavencoff] correction des permission en cas d'ajout de vote ou de commentaire pour ------------------------------------------ [...truncated 365.04 KB...] 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:35:37 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 02, 2017 12:35:37 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 02, 2017 12:35:37 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:35:37 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 02, 2017 12:35:37 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 02, 2017 12:35:37 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.624 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev3cc449c]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [210 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev3cc449c.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 22.853 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 21.080 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 3.336 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.823 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.749 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.600 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.367 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.237 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.755 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.677 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 13.031 s] [INFO] Pollen :: Service .................................. SUCCESS [ 35.028 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 59.427 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:36 min [INFO] Finished at: 2017-06-02T00:35:41+02:00 [INFO] Final Memory: 103M/457M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson9124434963985215270.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/59/display/redirect?page=changes> Changes: [Kevin Morin] refs #14 création du flux atom à la création du sondage + ajout des [Kevin Morin] refs #14 add feed content in poll + migration [Kevin Morin] refs #14 add permission to feed url [Kevin Morin] modification des emails (pas d'affichage du contenu du vote) [Kevin Morin] refs #14 do not display user name if the vote is anonymous [Kevin Morin] refs #14 fix tests [Kevin Morin] fixes #14 add the missing events in the feed ------------------------------------------ [...truncated 365.56 KB...] 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:35:17 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 03, 2017 12:35:17 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 03, 2017 12:35:17 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:35:17 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 03, 2017 12:35:17 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 03, 2017 12:35:17 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.638 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb1bbd56]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [119 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revb1bbd56.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 11.631 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 15.782 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 4.323 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 5.322 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.921 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.885 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.635 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.739 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.437 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.684 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 15.742 s] [INFO] Pollen :: Service .................................. SUCCESS [ 28.459 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 59.404 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:19 min [INFO] Finished at: 2017-06-03T00:35:22+02:00 [INFO] Final Memory: 97M/543M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson8328741520023033245.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/60/display/redirect?page=changes> Changes: [Kevin Morin] ajout d'une signature commune à tous les mails [Kevin Morin] Suppression des balises html dans les emails [Kevin Morin] Signature basée sur les données du context d'ui, pas du mail [Kevin Morin] Ajout des mails manquants ------------------------------------------ [...truncated 372.24 KB...] 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:47:49 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 07, 2017 12:47:49 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 07, 2017 12:47:49 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:47:49 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 07, 2017 12:47:49 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 07, 2017 12:47:49 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.041 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev2fd9957]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [389 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev2fd9957.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 37.327 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [01:24 min] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 21.480 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 24.428 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 14.150 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 13.676 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 21.489 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 21.567 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 13.451 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.709 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 14.918 s] [INFO] Pollen :: Service .................................. SUCCESS [ 45.044 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 56.945 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:41 min [INFO] Finished at: 2017-06-07T00:47:54+02:00 [INFO] Final Memory: 100M/456M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson6153009785268721845.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/61/display/redirect?page=changes> Changes: [Sylvain Bavencoff] personnalisation de l'UI (fix #59) [Sylvain Bavencoff] fix webpack config ------------------------------------------ [...truncated 372.41 KB...] 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:36:42 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 08, 2017 12:36:42 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 08, 2017 12:36:42 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:36:42 INFO (PollenRestApiApplicationListener.java:175) Stopping quartz sheduler juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 08, 2017 12:36:42 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 08, 2017 12:36:42 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.378 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev9fef7bd]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [338 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev9fef7bd.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 15.447 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 22.722 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 3.383 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 3.496 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 3.398 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.235 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.209 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 3.204 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.900 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.697 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 12.632 s] [INFO] Pollen :: Service .................................. SUCCESS [ 41.392 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:10 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:09 min [INFO] Finished at: 2017-06-08T00:36:49+02:00 [INFO] Final Memory: 104M/468M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson1828390789841570584.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/62/display/redirect?page=changes> Changes: [Sylvain Bavencoff] utilisation de variable pour le style du calendrier et ajout des tailles [Kevin Morin] refs #56 ajout d'une configuration coté serveur pour limiter les [Kevin Morin] refs #56 error message [Kevin Morin] refs #56 add test [Kevin Morin] wording [Kevin Morin] send choice adding and comment notifications only if notifications are [Sylvain Bavencoff] style des titres (ref #59) [Sylvain Bavencoff] Import et Export des listes de votants (refs #62) [Kevin Morin] refs #71 creation de la table pour stocker les emails en erreur [Kevin Morin] refs #71 envoi des emails dans un thread séparé + ajout de methode pour [Kevin Morin] fixes #71 ajout du cron pour renvoyer les emails en erreur ------------------------------------------ [...truncated 375.73 KB...] at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:39:48 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 09, 2017 12:39:48 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 09, 2017 12:39:48 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:39:48 INFO (PollenRestApiApplicationListener.java:191) Stopping quartz sheduler juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 09, 2017 12:39:48 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 09, 2017 12:39:48 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.638 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev43a6ddc]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [528 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev43a6ddc.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 9.709 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 40.823 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 3.720 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 5.436 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 5.480 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 4.926 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.819 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.656 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 3.048 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.698 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 9.919 s] [INFO] Pollen :: Service .................................. SUCCESS [01:04 min] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:26 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:30 min [INFO] Finished at: 2017-06-09T00:39:54+02:00 [JENKINS] Archiving disabled [INFO] Final Memory: 102M/468M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson4152928011519080212.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/63/display/redirect?page=changes> Changes: [Kevin Morin] fixes #57 analyse du trafic [Kevin Morin] refs #57 conf par défaut à vide pour piwik + suprpession dependance [Kevin Morin] remove unused dependency ------------------------------------------ [...truncated 375.77 KB...] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:38:07 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 14, 2017 12:38:07 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 14, 2017 12:38:07 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:38:07 INFO (PollenRestApiApplicationListener.java:191) Stopping quartz sheduler juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 14, 2017 12:38:07 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 14, 2017 12:38:07 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.379 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev8ef242d]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [433 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev8ef242d.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 37.676 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 36.814 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 6.870 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 3.510 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 3.053 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.758 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.854 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.476 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.378 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.775 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 19.661 s] [INFO] Pollen :: Service .................................. SUCCESS [ 45.368 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:12 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:13 min [INFO] Finished at: 2017-06-14T00:38:17+02:00 [INFO] Final Memory: 101M/460M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson9171489663799837107.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/64/display/redirect?page=changes> Changes: [Sylvain Bavencoff] Signalement de contenu inapproprié (ref #63) [Sylvain Bavencoff] Re-charger le sondage en cas de reconnexion. ------------------------------------------ [...truncated 377.13 KB...] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:32:57 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 16, 2017 12:32:57 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 16, 2017 12:32:58 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:32:58 INFO (PollenRestApiApplicationListener.java:193) Stopping quartz sheduler juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 16, 2017 12:32:58 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 16, 2017 12:32:58 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.489 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revcbd6720]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [144 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revcbd6720.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 6.192 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 11.476 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 2.739 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.529 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.461 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.338 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.273 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.161 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.173 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.749 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 6.969 s] [INFO] Pollen :: Service .................................. SUCCESS [ 26.198 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 44.701 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:11 min [INFO] Finished at: 2017-06-16T00:33:01+02:00 [INFO] Final Memory: 102M/506M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson5913119274711288960.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/65/display/redirect?page=changes> Changes: [Sylvain Bavencoff] Affichagez des commentaire dans un panneau latteral dépliable ref #73 [Kevin Morin] refs #72 creation de la page de résumé [Kevin Morin] refs #72 ajout d'autres types de message (pas seulement error) dans le [Kevin Morin] fix bad merge ------------------------------------------ [...truncated 377.29 KB...] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:35:19 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 20, 2017 12:35:19 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 20, 2017 12:35:19 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:35:19 INFO (PollenRestApiApplicationListener.java:193) Stopping quartz sheduler juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 20, 2017 12:35:19 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 20, 2017 12:35:19 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.37 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev6b8efdd]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [651 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev6b8efdd.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 16.260 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 21.807 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 3.859 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 2.898 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.587 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.466 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 2.567 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.499 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.335 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.683 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 15.440 s] [INFO] Pollen :: Service .................................. SUCCESS [ 38.369 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [ 56.418 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:27 min [INFO] Finished at: 2017-06-20T00:35:24+02:00 [INFO] Final Memory: 100M/448M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson8086028613479910041.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/66/display/redirect?page=changes> Changes: [Kevin Morin] refs #72 modif de la page de résumé (dans un onglet) [Sylvain Bavencoff] UI des des liste de votants (ref #77) ------------------------------------------ [...truncated 377.38 KB...] Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:43:46 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 22, 2017 12:43:46 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 22, 2017 12:43:46 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:43:46 INFO (PollenRestApiApplicationListener.java:193) Stopping quartz sheduler juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 22, 2017 12:43:46 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 22, 2017 12:43:46 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.266 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reve6e2712]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [279 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-reve6e2712.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 17.318 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 35.448 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 4.767 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 9.624 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 21.469 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 32.646 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 29.152 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 51.458 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 30.612 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.721 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 6.655 s] [INFO] Pollen :: Service .................................. SUCCESS [01:07 min] [INFO] Pollen :: Rest Api ................................. SUCCESS [02:45 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:23 min [INFO] Finished at: 2017-06-22T00:44:26+02:00 [INFO] Final Memory: 101M/458M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson8072142125068036650.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/67/display/redirect?page=changes> Changes: [Sylvain Bavencoff] UI des des liste de votants : recherche et chargement à la volé (ref [Sylvain Bavencoff] UI des des liste de votants : recherche -fix test (ref #77) ------------------------------------------ [...truncated 377.44 KB...] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:37:26 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 24, 2017 12:37:26 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 24, 2017 12:37:26 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:37:26 INFO (PollenRestApiApplicationListener.java:193) Stopping quartz sheduler juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 24, 2017 12:37:26 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 24, 2017 12:37:26 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.071 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revae2264e]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [195 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revae2264e.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 6 second Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 13.286 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 33.067 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 10.082 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 8.092 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 5.625 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.293 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 4.150 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 7.065 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 3.561 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.790 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 19.797 s] [INFO] Pollen :: Service .................................. SUCCESS [ 39.769 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:13 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:23 min [INFO] Finished at: 2017-06-24T00:37:49+02:00 [INFO] Final Memory: 104M/455M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson607437181147328069.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/68/display/redirect?page=changes> Changes: [Sylvain Bavencoff] ajout de la réactivation des avertissements + style ref #63 [Sylvain Bavencoff] tooltips pour les boutons du pannaux des commentaires (ref #73) ------------------------------------------ [...truncated 375.09 KB...] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:37:11 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 27, 2017 12:37:11 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 27, 2017 12:37:11 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:37:11 INFO (PollenRestApiApplicationListener.java:193) Stopping quartz sheduler juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 27, 2017 12:37:11 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 27, 2017 12:37:11 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.655 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revaa72e74]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [3305 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revaa72e74.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 27.689 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 22.105 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 11.655 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 4.437 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 3.058 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.257 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 4.743 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.743 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.558 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.667 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 23.806 s] [INFO] Pollen :: Service .................................. SUCCESS [ 41.653 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:20 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:50 min [INFO] Finished at: 2017-06-27T00:37:26+02:00 [INFO] Final Memory: 102M/469M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson1764600226193365946.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/69/display/redirect?page=changes> Changes: [Sylvain Bavencoff] empécher la validation des formulaire par les robots (ref #76) ------------------------------------------ [...truncated 377.55 KB...] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:38:15 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 28, 2017 12:38:15 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 28, 2017 12:38:15 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:38:15 INFO (PollenRestApiApplicationListener.java:193) Stopping quartz sheduler juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 28, 2017 12:38:15 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 28, 2017 12:38:15 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.5 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revc2e4aa9]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [189 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revc2e4aa9.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 12.722 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 18.739 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 3.408 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 6.428 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 2.785 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.105 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.027 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 6.806 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 3.125 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.675 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 12.355 s] [INFO] Pollen :: Service .................................. SUCCESS [ 36.208 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:10 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:48 min [INFO] Finished at: 2017-06-28T00:38:20+02:00 [INFO] Final Memory: 111M/455M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson3578220929288609342.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/70/display/redirect?page=changes> Changes: [Sylvain Bavencoff] Afficher le détail de resultat pour les systèmes de vote complex (ref [Sylvain Bavencoff] Afficher le détail de resultat pour les systèmes de vote complex (ref [Sylvain Bavencoff] Ajout d'une traduction pour une erreur [Sylvain Bavencoff] correction du positionnement du panneau de commentaire ------------------------------------------ [...truncated 377.31 KB...] at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:37:39 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juin 29, 2017 12:37:39 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juin 29, 2017 12:37:39 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:37:39 INFO (PollenRestApiApplicationListener.java:193) Stopping quartz sheduler juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juin 29, 2017 12:37:39 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juin 29, 2017 12:37:39 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.694 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev6a65637]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [425 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-rev6a65637.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 25.732 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [ 40.380 s] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 8.293 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 9.196 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 5.033 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 2.914 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.622 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 2.690 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 2.844 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.737 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 18.462 s] [INFO] Pollen :: Service .................................. SUCCESS [ 53.423 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:09 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:14 min [INFO] Finished at: 2017-06-29T00:37:45+02:00 [INFO] Final Memory: 101M/469M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson9071158099070528445.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/71/display/redirect?page=changes> Changes: [Kevin Morin] on renvoie le nom du créateur même en consultation du sondage [Kevin Morin] racourcissement des descriptions courtes [Kevin Morin] style ------------------------------------------ [...truncated 377.37 KB...] at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more 12:40:22 ERROR (JCLLoggerAdapter.java:528) Error 500 : Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 on /v1/login2 org.debux.webmotion.server.WebMotionException: Error during invoke method for action org.chorem.pollen.rest.api.v1.AuthApi on method login2 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:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:245) 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.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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 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:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ... 33 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:135) at org.chorem.pollen.rest.api.v1.AuthApi.login2(AuthApi.java:127) ... 38 more Caused by: org.apache.shiro.authc.AuthenticationException at org.chorem.pollen.services.service.security.PollenSecurityRealm.doGetAuthenticationInfo(PollenSecurityRealm.java:86) 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:133) ... 39 more juil. 01, 2017 12:40:22 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10009"] juil. 01, 2017 12:40:22 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat 12:40:22 INFO (PollenRestApiApplicationListener.java:193) Stopping quartz sheduler juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [DefaultQuartzScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak. juil. 01, 2017 12:40:22 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10009"] juil. 01, 2017 12:40:22 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10009"] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.907 sec - in org.chorem.pollen.rest.api.AuthApiTest Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 13 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ pollen-rest-api --- [INFO] Packaging webapp [INFO] Assembling webapp [pollen-rest-api] in [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revc3ba73e]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/src/main/webapp]> [INFO] Webapp assembled in [790 msecs] [INFO] Building war: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/pollen-rest-api-3.0-revc3ba73e.war> [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ pollen-rest-api >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platformDomain) @ pollen-rest-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ pollen-rest-api --- [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ pollen-rest-api <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pollen-rest-api --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ pollen-rest-api --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pollen-rest-api --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ pollen-rest-api --- [WARNING] Skipping goal (No file to collect). [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [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 [ 16.092 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [01:08 min] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [ 15.644 s] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 21.493 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [ 8.887 s] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [ 3.852 s] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [ 3.170 s] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 3.922 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [ 3.676 s] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.816 s] [INFO] Pollen :: Persistence .............................. SUCCESS [ 11.451 s] [INFO] Pollen :: Service .................................. SUCCESS [ 55.169 s] [INFO] Pollen :: Rest Api ................................. SUCCESS [01:34 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:59 min [INFO] Finished at: 2017-07-01T00:40:28+02:00 [INFO] Final Memory: 102M/425M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data channel stopped [pollen-bundle-demo-latest] $ /bin/sh -xe /var/local/forge/exec/tomcat-chorem.org/temp/hudson8837733859553358132.sh + /opt/ci_jobs_scripts/deploy-to-demo.sh latest 7 pollen-bundle-latest pollen-rest-api.properties <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/> cat: <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/target/collect-deploy-files.txt>: No such file or directory curl -s -F "TOMCAT_INSTANCE=latest" -F "TOMCAT_VERSION=7" -F "APP_NAME=pollen-bundle-latest" -F "CONFIG_FILE_NAME=pollen-rest-api.properties" http://demo.codelutin.com/deploy2.cgi Error while deploying to demo : <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> <h1>Did not find configuration file at <strong>/var/local/demo/app/configs/pollen-bundle-latest-latest</strong></h1> Build step 'Execute shell' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second Not sending mail to unregistered user bavencoff@codelutin.com Not sending mail to unregistered user dev@tchemit.fr Not sending mail to unregistered user morin@codelutin.com Not sending mail to unregistered user poussin@codelutin.com Not sending mail to unregistered user ruchaud@codelutin.com
participants (1)
-
admin+ci-chorem.org@codelutin.com