Skip to content

Instantly share code, notes, and snippets.

@dancancro
Created May 22, 2017 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dancancro/7c3b21f97f3e0aea1639e106ea5a5e2c to your computer and use it in GitHub Desktop.
Save dancancro/7c3b21f97f3e0aea1639e106ea5a5e2c to your computer and use it in GitHub Desktop.
2017-05-22T01:11:52.172937+00:00 heroku[router]: at=info method=GET path="/api/blogs" host=great-big-example-application.herokuapp.com request_id=6b933973-ee0e-482d-981d-665ec14fd4ce fwd="122.224.221.130" dyno=web.1 connect=1ms service=91ms status=200 bytes=698 protocol=https
2017-05-22T01:11:58.280926+00:00 heroku[router]: at=info method=GET path="/api/claims" host=great-big-example-application.herokuapp.com request_id=90d6e347-5148-4e91-b48e-d8a4c165d7b4 fwd="122.224.221.130" dyno=web.1 connect=1ms service=68ms status=200 bytes=4582 protocol=https
2017-05-22T01:12:00.211773+00:00 heroku[router]: at=info method=POST path="/api/users" host=great-big-example-application.herokuapp.com request_id=fa1f9cd3-e6ce-4845-aa3c-61dad03ac8d2 fwd="99.39.136.45" dyno=web.1 connect=1ms service=115ms status=500 bytes=560 protocol=https
2017-05-22T01:12:00.208446+00:00 app[web.1]: 2017-05-22 01:12:00.207 ERROR 4 --- [ XNIO-2 task-10] o.e.g.w.rest.errors.ExceptionTranslator : None of the configured nodes are available: [{#transport#-1}{127.0.0.1}{127.0.0.1:9300}]
2017-05-22T01:12:00.208463+00:00 app[web.1]:
2017-05-22T01:12:00.208465+00:00 app[web.1]: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{127.0.0.1}{127.0.0.1:9300}]
2017-05-22T01:12:00.208467+00:00 app[web.1]: at org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:326)
2017-05-22T01:12:00.208468+00:00 app[web.1]: at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:223)
2017-05-22T01:12:00.208469+00:00 app[web.1]: at org.elasticsearch.client.transport.support.TransportProxyClient.execute(TransportProxyClient.java:55)
2017-05-22T01:12:00.208470+00:00 app[web.1]: at org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:295)
2017-05-22T01:12:00.208471+00:00 app[web.1]: at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:359)
2017-05-22T01:12:00.208472+00:00 app[web.1]: at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:86)
2017-05-22T01:12:00.208473+00:00 app[web.1]: at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:56)
2017-05-22T01:12:00.208473+00:00 app[web.1]: at org.springframework.data.elasticsearch.core.ElasticsearchTemplate.index(ElasticsearchTemplate.java:536)
2017-05-22T01:12:00.208474+00:00 app[web.1]: at org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository.save(AbstractElasticsearchRepository.java:147)
2017-05-22T01:12:00.208475+00:00 app[web.1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2017-05-22T01:12:00.208476+00:00 app[web.1]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2017-05-22T01:12:00.208476+00:00 app[web.1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2017-05-22T01:12:00.208477+00:00 app[web.1]: at java.lang.reflect.Method.invoke(Method.java:498)
2017-05-22T01:12:00.208478+00:00 app[web.1]: at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.executeMethodOn(RepositoryFactorySupport.java:504)
2017-05-22T01:12:00.208479+00:00 app[web.1]: at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:489)
2017-05-22T01:12:00.208480+00:00 app[web.1]: at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:461)
2017-05-22T01:12:00.208481+00:00 app[web.1]: at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
2017-05-22T01:12:00.208481+00:00 app[web.1]: at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:61)
2017-05-22T01:12:00.208482+00:00 app[web.1]: at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
2017-05-22T01:12:00.208483+00:00 app[web.1]: at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
2017-05-22T01:12:00.208483+00:00 app[web.1]: at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
2017-05-22T01:12:00.208485+00:00 app[web.1]: at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:57)
2017-05-22T01:12:00.208485+00:00 app[web.1]: at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
2017-05-22T01:12:00.208486+00:00 app[web.1]: at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
2017-05-22T01:12:00.208487+00:00 app[web.1]: at com.sun.proxy.$Proxy158.save(Unknown Source)
2017-05-22T01:12:00.208487+00:00 app[web.1]: at org.exampleapps.greatbig.service.UserService.createUser(UserService.java:143)
2017-05-22T01:12:00.208488+00:00 app[web.1]: at org.exampleapps.greatbig.service.UserService$$FastClassBySpringCGLIB$$2ddd5d12.invoke(<generated>)
2017-05-22T01:12:00.208489+00:00 app[web.1]: at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
2017-05-22T01:12:00.208490+00:00 app[web.1]: at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
2017-05-22T01:12:00.208490+00:00 app[web.1]: at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
2017-05-22T01:12:00.208491+00:00 app[web.1]: at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
2017-05-22T01:12:00.208491+00:00 app[web.1]: at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
2017-05-22T01:12:00.208492+00:00 app[web.1]: at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
2017-05-22T01:12:00.208492+00:00 app[web.1]: at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
2017-05-22T01:12:00.208498+00:00 app[web.1]: at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
2017-05-22T01:12:00.208499+00:00 app[web.1]: at org.exampleapps.greatbig.service.UserService$$EnhancerBySpringCGLIB$$d33d90d8.createUser(<generated>)
2017-05-22T01:12:00.208500+00:00 app[web.1]: at org.exampleapps.greatbig.web.rest.UserResource.createUser(UserResource.java:118)
2017-05-22T01:12:00.208500+00:00 app[web.1]: at org.exampleapps.greatbig.web.rest.UserResource$$FastClassBySpringCGLIB$$8a922f1a.invoke(<generated>)
2017-05-22T01:12:00.208501+00:00 app[web.1]: at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
2017-05-22T01:12:00.208502+00:00 app[web.1]: at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
2017-05-22T01:12:00.208503+00:00 app[web.1]: at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
2017-05-22T01:12:00.208504+00:00 app[web.1]: at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:69)
2017-05-22T01:12:00.208505+00:00 app[web.1]: at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
2017-05-22T01:12:00.208505+00:00 app[web.1]: at com.ryantenney.metrics.spring.TimedMethodInterceptor.invoke(TimedMethodInterceptor.java:48)
2017-05-22T01:12:00.208506+00:00 app[web.1]: at com.ryantenney.metrics.spring.TimedMethodInterceptor.invoke(TimedMethodInterceptor.java:34)
2017-05-22T01:12:00.208507+00:00 app[web.1]: at com.ryantenney.metrics.spring.AbstractMetricMethodInterceptor.invoke(AbstractMetricMethodInterceptor.java:59)
2017-05-22T01:12:00.208507+00:00 app[web.1]: at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
2017-05-22T01:12:00.208508+00:00 app[web.1]: at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
2017-05-22T01:12:00.208509+00:00 app[web.1]: at org.exampleapps.greatbig.web.rest.UserResource$$EnhancerBySpringCGLIB$$1c2d3486.createUser(<generated>)
2017-05-22T01:12:00.208509+00:00 app[web.1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2017-05-22T01:12:00.208510+00:00 app[web.1]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2017-05-22T01:12:00.208511+00:00 app[web.1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2017-05-22T01:12:00.208511+00:00 app[web.1]: at java.lang.reflect.Method.invoke(Method.java:498)
2017-05-22T01:12:00.208512+00:00 app[web.1]: at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
2017-05-22T01:12:00.208513+00:00 app[web.1]: at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)
2017-05-22T01:12:00.208513+00:00 app[web.1]: at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)
2017-05-22T01:12:00.208514+00:00 app[web.1]: at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)
2017-05-22T01:12:00.208515+00:00 app[web.1]: at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)
2017-05-22T01:12:00.208516+00:00 app[web.1]: at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
2017-05-22T01:12:00.208516+00:00 app[web.1]: at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963)
2017-05-22T01:12:00.208517+00:00 app[web.1]: at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897)
2017-05-22T01:12:00.208518+00:00 app[web.1]: at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
2017-05-22T01:12:00.208518+00:00 app[web.1]: at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)
2017-05-22T01:12:00.208519+00:00 app[web.1]: at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
2017-05-22T01:12:00.208520+00:00 app[web.1]: at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
2017-05-22T01:12:00.208521+00:00 app[web.1]: at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
2017-05-22T01:12:00.208521+00:00 app[web.1]: at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
2017-05-22T01:12:00.208522+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
2017-05-22T01:12:00.208523+00:00 app[web.1]: at com.codahale.metrics.servlet.AbstractInstrumentedFilter.doFilter(AbstractInstrumentedFilter.java:111)
2017-05-22T01:12:00.208523+00:00 app[web.1]: at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
2017-05-22T01:12:00.208524+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
2017-05-22T01:12:00.208525+00:00 app[web.1]: at org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55)
2017-05-22T01:12:00.208525+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
2017-05-22T01:12:00.208526+00:00 app[web.1]: at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
2017-05-22T01:12:00.208526+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
2017-05-22T01:12:00.208563+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
2017-05-22T01:12:00.208564+00:00 app[web.1]: at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
2017-05-22T01:12:00.208565+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
2017-05-22T01:12:00.208566+00:00 app[web.1]: at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:110)
2017-05-22T01:12:00.208567+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
2017-05-22T01:12:00.208567+00:00 app[web.1]: at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
2017-05-22T01:12:00.208568+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
2017-05-22T01:12:00.208569+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
2017-05-22T01:12:00.208570+00:00 app[web.1]: at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
2017-05-22T01:12:00.208571+00:00 app[web.1]: at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
2017-05-22T01:12:00.208571+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208572+00:00 app[web.1]: at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
2017-05-22T01:12:00.208573+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208573+00:00 app[web.1]: at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
2017-05-22T01:12:00.208574+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208575+00:00 app[web.1]: at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
2017-05-22T01:12:00.208575+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208576+00:00 app[web.1]: at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
2017-05-22T01:12:00.208577+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208578+00:00 app[web.1]: at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
2017-05-22T01:12:00.208578+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208579+00:00 app[web.1]: at org.exampleapps.greatbig.security.jwt.JWTFilter.doFilter(JWTFilter.java:41)
2017-05-22T01:12:00.208580+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208580+00:00 app[web.1]: at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
2017-05-22T01:12:00.208581+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
2017-05-22T01:12:00.208582+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208582+00:00 app[web.1]: at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
2017-05-22T01:12:00.208583+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208584+00:00 app[web.1]: at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)
2017-05-22T01:12:00.208584+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
2017-05-22T01:12:00.208585+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208586+00:00 app[web.1]: at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
2017-05-22T01:12:00.208586+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208588+00:00 app[web.1]: at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
2017-05-22T01:12:00.208589+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
2017-05-22T01:12:00.208589+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
2017-05-22T01:12:00.208590+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
2017-05-22T01:12:00.208591+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
2017-05-22T01:12:00.208809+00:00 app[web.1]: at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
2017-05-22T01:12:00.208810+00:00 app[web.1]: at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
2017-05-22T01:12:00.208811+00:00 app[web.1]: at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
2017-05-22T01:12:00.208812+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
2017-05-22T01:12:00.208813+00:00 app[web.1]: at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
2017-05-22T01:12:00.208813+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
2017-05-22T01:12:00.208814+00:00 app[web.1]: at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
2017-05-22T01:12:00.208815+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
2017-05-22T01:12:00.208815+00:00 app[web.1]: at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:105)
2017-05-22T01:12:00.208816+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
2017-05-22T01:12:00.208817+00:00 app[web.1]: at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
2017-05-22T01:12:00.208819+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
2017-05-22T01:12:00.208820+00:00 app[web.1]: at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
2017-05-22T01:12:00.208821+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
2017-05-22T01:12:00.208821+00:00 app[web.1]: at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
2017-05-22T01:12:00.208822+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
2017-05-22T01:12:00.208823+00:00 app[web.1]: at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
2017-05-22T01:12:00.208823+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
2017-05-22T01:12:00.208824+00:00 app[web.1]: at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
2017-05-22T01:12:00.208825+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
2017-05-22T01:12:00.208826+00:00 app[web.1]: at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
2017-05-22T01:12:00.208827+00:00 app[web.1]: at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
2017-05-22T01:12:00.208827+00:00 app[web.1]: at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
2017-05-22T01:12:00.208828+00:00 app[web.1]: at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
2017-05-22T01:12:00.208829+00:00 app[web.1]: at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
2017-05-22T01:12:00.208829+00:00 app[web.1]: at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
2017-05-22T01:12:00.208830+00:00 app[web.1]: at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
2017-05-22T01:12:00.208831+00:00 app[web.1]: at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
2017-05-22T01:12:00.208831+00:00 app[web.1]: at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
2017-05-22T01:12:00.208832+00:00 app[web.1]: at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
2017-05-22T01:12:00.208833+00:00 app[web.1]: at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
2017-05-22T01:12:00.208834+00:00 app[web.1]: at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
2017-05-22T01:12:00.208834+00:00 app[web.1]: at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
2017-05-22T01:12:00.208835+00:00 app[web.1]: at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
2017-05-22T01:12:00.208836+00:00 app[web.1]: at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
2017-05-22T01:12:00.208836+00:00 app[web.1]: at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
2017-05-22T01:12:00.208837+00:00 app[web.1]: at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
2017-05-22T01:12:00.208838+00:00 app[web.1]: at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
2017-05-22T01:12:00.208839+00:00 app[web.1]: at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
2017-05-22T01:12:00.208839+00:00 app[web.1]: at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
2017-05-22T01:12:00.208865+00:00 app[web.1]: at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
2017-05-22T01:12:00.208866+00:00 app[web.1]: at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
2017-05-22T01:12:00.208867+00:00 app[web.1]: at io.undertow.server.Connectors.executeRootHandler(Connectors.java:211)
2017-05-22T01:12:00.208868+00:00 app[web.1]: at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:809)
2017-05-22T01:12:00.208869+00:00 app[web.1]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
2017-05-22T01:12:00.208869+00:00 app[web.1]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
2017-05-22T01:12:00.208871+00:00 app[web.1]: at java.lang.Thread.run(Thread.java:745)
2017-05-22T01:12:00.208871+00:00 app[web.1]:
2017-05-22T01:12:02.780907+00:00 heroku[router]: at=info method=GET path="/api/crises" host=great-big-example-application.herokuapp.com request_id=d820cfb6-fb12-4cbe-b572-f0236a2ec012 fwd="122.224.221.130" dyno=web.1 connect=2ms service=16ms status=200 bytes=619 protocol=https
2017-05-22T01:12:07.578204+00:00 heroku[router]: at=info method=GET path="/api/entries?page=0&size=20&sort=id,asc" host=great-big-example-application.herokuapp.com request_id=d7a8a198-1736-4fbf-b162-3d641aa2d180 fwd="122.224.221.130" dyno=web.1 connect=1ms service=42ms status=200 bytes=876 protocol=https
2017-05-22T01:12:09.523917+00:00 heroku[router]: at=info method=GET path="/48508633a176bddc5129.2.chunk.js" host=great-big-example-application.herokuapp.com request_id=ffb8381d-5158-447c-969e-f5dd3f722cff fwd="122.224.221.130" dyno=web.1 connect=1ms service=6ms status=200 bytes=12028 protocol=https
2017-05-22T01:12:10.436079+00:00 heroku[router]: at=info method=GET path="/api/claims" host=great-big-example-application.herokuapp.com request_id=53e3d659-9436-4a41-8504-f7cfd3977c4c fwd="122.224.221.130" dyno=web.1 connect=1ms service=21ms status=200 bytes=4582 protocol=https
2017-05-22T01:12:10.912768+00:00 heroku[router]: at=info method=GET path="/api/rebuttals" host=great-big-example-application.herokuapp.com request_id=7af4c403-c9df-4d5d-b3d8-cf1ab9085a3f fwd="122.224.221.130" dyno=web.1 connect=1ms service=170ms status=200 bytes=54858 protocol=https
2017-05-22T01:12:11.131365+00:00 heroku[router]: at=info method=GET path="/api/claim-rebuttals" host=great-big-example-application.herokuapp.com request_id=4f54e626-ec3d-4629-8e48-fb5011a0f99a fwd="122.224.221.130" dyno=web.1 connect=1ms service=67ms status=200 bytes=5064 protocol=https
2017-05-22T01:12:20.193874+00:00 heroku[router]: at=info method=GET path="/api/entries?page=0&size=20&sort=id,asc" host=great-big-example-application.herokuapp.com request_id=3e340b15-51c7-4a83-ab7c-6acd9dd8fa39 fwd="122.224.221.130" dyno=web.1 connect=1ms service=14ms status=200 bytes=876 protocol=https
2017-05-22T01:12:21.694743+00:00 heroku[router]: at=info method=GET path="/48508633a176bddc5129.9.chunk.js" host=great-big-example-application.herokuapp.com request_id=d5a9bb88-a53f-4930-84bd-e69661cee483 fwd="122.224.221.130" dyno=web.1 connect=1ms service=4ms status=200 bytes=3147 protocol=https
2017-05-22T01:12:22.171799+00:00 heroku[router]: at=info method=GET path="/api/account" host=great-big-example-application.herokuapp.com request_id=65af9975-4ae7-4aac-8a96-6d99ebe0e07d fwd="122.224.221.130" dyno=web.1 connect=1ms service=13ms status=200 bytes=669 protocol=https
2017-05-22T01:12:22.175183+00:00 heroku[router]: at=info method=GET path="/ca854e6d0785ba4b9d715049c0bdbcb3.png" host=great-big-example-application.herokuapp.com request_id=0be76f72-694e-4cdf-a28e-0ca425ca327a fwd="122.224.221.130" dyno=web.1 connect=1ms service=5ms status=200 bytes=9982 protocol=https
2017-05-22T01:12:22.518734+00:00 heroku[router]: at=info method=GET path="/websocket/tracker/info?access_token=eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ1c2VyIiwiYXV0aCI6IlJPTEVfQURNSU4sUk9MRV9VU0VSIiwiZXhwIjoxNDk1NTAxNzkyfQ.u2oBjskzXfKb4v2oBTw7avo1-ksOb1uoTV0u3N3l4hOlpLLJ4Tl7sy9YNsWqnyOlQV8Kek-STlf66EEUY3CiSg&t=1495415498264" host=great-big-example-application.herokuapp.com request_id=366e1344-72f1-4939-a1a9-29284a5af148 fwd="122.224.221.130" dyno=web.1 connect=1ms service=9ms status=200 bytes=576 protocol=https
2017-05-22T01:12:22.951246+00:00 heroku[router]: at=info method=GET path="/websocket/chat/info?access_token=eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ1c2VyIiwiYXV0aCI6IlJPTEVfQURNSU4sUk9MRV9VU0VSIiwiZXhwIjoxNDk1NTAxNzkyfQ.u2oBjskzXfKb4v2oBTw7avo1-ksOb1uoTV0u3N3l4hOlpLLJ4Tl7sy9YNsWqnyOlQV8Kek-STlf66EEUY3CiSg&t=1495415497943" host=great-big-example-application.herokuapp.com request_id=0bed91ea-d574-47f0-a015-da1c5bad2c22 fwd="122.224.221.130" dyno=web.1 connect=1ms service=6ms status=200 bytes=574 protocol=https
2017-05-22T01:12:25.096678+00:00 heroku[router]: at=info method=GET path="/48508633a176bddc5129.10.chunk.js" host=great-big-example-application.herokuapp.com request_id=292863e7-d7bd-45d2-bd0a-5373829dfa27 fwd="122.224.221.130" dyno=web.1 connect=2ms service=4ms status=200 bytes=2168 protocol=https
2017-05-22T01:12:33.239462+00:00 heroku[router]: at=info method=GET path="/48508633a176bddc5129.7.chunk.js" host=great-big-example-application.herokuapp.com request_id=43ece38c-9bba-4691-a208-ee8680e068fd fwd="122.224.221.130" dyno=web.1 connect=2ms service=11ms status=200 bytes=3437 protocol=https
2017-05-22T01:12:33.716039+00:00 heroku[router]: at=info method=GET path="/api/account" host=great-big-example-application.herokuapp.com request_id=bc946b14-1c77-4ece-b9dd-c3e7bc14b501 fwd="122.224.221.130" dyno=web.1 connect=1ms service=36ms status=200 bytes=669 protocol=https
2017-05-22T01:12:33.686677+00:00 heroku[router]: at=info method=GET path="/api/contacts" host=great-big-example-application.herokuapp.com request_id=d3a70820-5d62-4d10-8e16-1767f35f6fd1 fwd="122.224.221.130" dyno=web.1 connect=1ms service=25ms status=200 bytes=540 protocol=https
2017-05-22T01:12:35.768554+00:00 heroku[router]: at=info method=GET path="/websocket/tracker/info?access_token=eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ1c2VyIiwiYXV0aCI6IlJPTEVfQURNSU4sUk9MRV9VU0VSIiwiZXhwIjoxNDk1NTAxNzkyfQ.u2oBjskzXfKb4v2oBTw7avo1-ksOb1uoTV0u3N3l4hOlpLLJ4Tl7sy9YNsWqnyOlQV8Kek-STlf66EEUY3CiSg&t=1495415509811" host=great-big-example-application.herokuapp.com request_id=78644fdf-7629-44ff-8334-cd7111ba5824 fwd="122.224.221.130" dyno=web.1 connect=1ms service=8ms status=200 bytes=575 protocol=https
2017-05-22T01:12:37.989652+00:00 heroku[router]: at=info method=GET path="/48508633a176bddc5129.6.chunk.js" host=great-big-example-application.herokuapp.com request_id=9f6d6bd0-8464-4df6-8017-df84af21df70 fwd="122.224.221.130" dyno=web.1 connect=1ms service=5ms status=200 bytes=2588 protocol=https
2017-05-22T01:12:43.644631+00:00 heroku[web.1]: Process running mem=512M(100.1%)
2017-05-22T01:12:43.644749+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment