2016-05-12T18:33:06.000+00:00 [APP] OUT 2016-05-12 18:33:06.231 WARN 27 --- [nio-8080-exec-2] o.h.engine.jdbc.spi.SqlExceptionHelper : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')) limit 1' at line 1
2016-05-12T18:33:06.000+00:00 [APP] OUT at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) ~[mysql-connector-java-5.1.38.jar!/:5.1.38]
2016-05-12T18:33:06.000+00:00 [APP] OUT at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962) ~[mysql-connector-java-5.1.38.jar!/:5.1.38]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.hibernate.loader.Loader.list(Loader.java:2365) ~[hibernate-core-4.3.11.Final.jar!/:4.3.11.Final]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:91) ~[spring-data-jpa-1.9.2.RELEASE.jar!/:na]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:440) ~[spring-data-commons-1.11.2.RELEASE.jar!/:na]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) ~[spring-tx-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136) ~[spring-tx-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:33:06.000+00:00 [APP] OUT at com.sun.proxy.$Proxy125.findSignaturesFor(Unknown Source) ~[na:na]
2016-05-12T18:33:06.000+00:00 [APP] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:122) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) ~[spring-web-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) ~[tomcat-embed-core-8.0.30.jar!/:8.0.30]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) [tomcat-embed-core-8.0.30.jar!/:8.0.30]
2016-05-12T18:33:06.000+00:00 [APP] OUT at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) [tomcat-embed-core-8.0.30.jar!/:8.0.30]
2016-05-12T18:40:40.000+00:00 [APP] OUT 2016-05-12 18:40:40.864 WARN 27 --- [nio-8080-exec-2] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Warning Code: 1064, SQLState: 42000
2016-05-12T18:40:40.000+00:00 [APP] OUT 2016-05-12 18:40:40.870 ERROR 27 --- [nio-8080-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:82) ~[hibernate-core-4.3.11.Final.jar!/:4.3.11.Final]
2016-05-12T18:40:40.000+00:00 [APP] OUT at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962) ~[mysql-connector-java-5.1.38.jar!/:5.1.38]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) ~[hibernate-core-4.3.11.Final.jar!/:4.3.11.Final]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.hibernate.loader.Loader.doList(Loader.java:2554) ~[hibernate-core-4.3.11.Final.jar!/:4.3.11.Final]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.hibernate.loader.Loader.doList(Loader.java:2540) ~[hibernate-core-4.3.11.Final.jar!/:4.3.11.Final]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) ~[spring-tx-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208) ~[spring-aop-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) ~[spring-tx-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at io.pivotal.cla.mvc.github.GithubHooksController.pullRequest(GithubHooksController.java:99) ~[app/:na]
2016-05-12T18:40:40.000+00:00 [APP] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:737) ~[spring-webmvc-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) ~[spring-webmvc-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilterInternal(ResourceUrlEncodingFilter.java:51) ~[spring-webmvc-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) ~[spring-web-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) ~[tomcat-embed-core-8.0.30.jar!/:8.0.30]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) ~[spring-web-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:126) ~[spring-session-1.1.1.RELEASE.jar!/:na]
2016-05-12T18:40:40.000+00:00 [APP] OUT at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:65) ~[spring-session-1.1.1.RELEASE.jar!/:na]
2016-05-12T18:24:16.000+00:00 [RTR] OUT cla.pivotal.io - [12/05/2016:18:24:16.579 +0000] "GET /assets/css/theme-6792d61a65e27d5b914928e3e542d724.css HTTP/1.1" 200 0 1244 "https://cla.pivotal.io/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36" 10.10.66.58:6480 x_forwarded_for:"108.171.135.168" x_forwarded_proto:"https" vcap_request_id:c5fd6228-3e55-4194-41a1-95bfae9c87c5 response_time:0.053501088 app_id:f83c23d0-033c-4966-8f74-616a5d63cb5b
2016-05-12T18:26:05.000+00:00 [RTR] OUT cla.pivotal.io - [12/05/2016:18:26:05.933 +0000] "GET / HTTP/1.1" 200 0 5301 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36" 10.10.66.58:8983 x_forwarded_for:"108.171.135.168" x_forwarded_proto:"https" vcap_request_id:213a1fe1-5a6a-4e7f-6e26-89ad020cd838 response_time:0.055611369 app_id:f83c23d0-033c-4966-8f74-616a5d63cb5b
2016-05-12T18:26:15.000+00:00 [RTR] OUT cla.pivotal.io - [12/05/2016:18:26:14.606 +0000] "GET /sign/pivotal/icla HTTP/1.1" 200 0 13269 "https://cla.pivotal.io/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36" 10.10.66.58:27872 x_forwarded_for:"108.171.135.168" x_forwarded_proto:"https" vcap_request_id:b2e4fb1b-638c-413e-51aa-fa623b3bdf48 response_time:0.411080641 app_id:f83c23d0-033c-4966-8f74-616a5d63cb5b
2016-05-12T18:32:53.000+00:00 [APP] OUT 2016-05-12 18:32:53.122 ERROR 23 --- [nio-8080-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause
2016-05-12T18:32:53.000+00:00 [APP] OUT at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3814) ~[mysql-connector-java-5.1.38.jar!/:5.1.38]
2016-05-12T18:32:53.000+00:00 [APP] OUT at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:939) ~[mysql-connector-java-5.1.38.jar!/:5.1.38]
2016-05-12T18:32:53.000+00:00 [APP] OUT at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3878) ~[mysql-connector-java-5.1.38.jar!/:5.1.38]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:82) ~[hibernate-core-4.3.11.Final.jar!/:4.3.11.Final]
2016-05-12T18:32:53.000+00:00 [APP] OUT at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861) ~[mysql-connector-java-5.1.38.jar!/:5.1.38]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.hibernate.loader.Loader.doQuery(Loader.java:910) ~[hibernate-core-4.3.11.Final.jar!/:4.3.11.Final]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) ~[hibernate-core-4.3.11.Final.jar!/:4.3.11.Final]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.hibernate.jpa.internal.QueryImpl.list(QueryImpl.java:573) ~[hibernate-entitymanager-4.3.11.Final.jar!/:4.3.11.Final]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) ~[spring-tx-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:737) ~[spring-webmvc-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:871) ~[spring-webmvc-4.2.4.RELEASE.jar!/:4.2.4.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:111) ~[spring-boot-actuator-1.3.2.RELEASE.jar!/:1.3.2.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:152) ~[spring-security-web-4.0.3.RELEASE.jar!/:4.0.3.RELEASE]
2016-05-12T18:32:53.000+00:00 [APP] OUT at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:65) ~[spring-session-1.1.1.RELEASE.jar!/:na]