Skip to content

Spring Cloud ServicesのService Registry + Ribbonでアプリケーション名に_を入れるとNullPo発生 #5

Description

@making
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.152 DEBUG 24 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.152 DEBUG 24 --- [nio-8080-exec-3] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.155 DEBUG 24 --- [nio-8080-exec-3] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.155 DEBUG 24 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.155 DEBUG 24 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [java.lang.String com.metflix.PingApplication.ping()]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.155 DEBUG 24 --- [nio-8080-exec-3] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'pingApplication'���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.156 DEBUG 24 --- [nio-8080-exec-3] o.s.web.client.RestTemplate : Created GET request for "http://pong_ss"���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.155 DEBUG 24 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/] is: -1���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.156 DEBUG 24 --- [nio-8080-exec-3] o.s.web.client.RestTemplate : Setting request Accept header to [text/plain, application/json, application/*+json, */*]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.158 DEBUG 24 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Could not complete request��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.157 DEBUG 24 --- [nio-8080-exec-3] .m.m.a.ExceptionHandlerExceptionResolver : Resolving exception from handler [java.lang.String com.metflix.PingApplication.ping()]: java.lang.NullPointerException���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.157 DEBUG 24 --- [nio-8080-exec-3] .w.s.m.a.ResponseStatusExceptionResolver : Resolving exception from handler [java.lang.String com.metflix.PingApplication.ping()]: java.lang.NullPointerException���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.157 DEBUG 24 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolving exception from handler [java.lang.String com.metflix.PingApplication.ping()]: java.lang.NullPointerException���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.util.concurrent.ConcurrentHashMap.containsKey(ConcurrentHashMap.java:964) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT java.lang.NullPointerException: null��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.context.named.NamedContextFactory.getInstance(NamedContextFactory.java:115) ~[spring-cloud-context-1.1.1.RELEASE.jar!/:1.1.1.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.context.named.NamedContextFactory.getContext(NamedContextFactory.java:76) ~[spring-cloud-context-1.1.1.RELEASE.jar!/:1.1.1.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.ribbon.SpringClientFactory.getInstance(SpringClientFactory.java:103) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.ribbon.SpringClientFactory.getLoadBalancer(SpringClientFactory.java:55) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.ribbon.RibbonLoadBalancerClient.getLoadBalancer(RibbonLoadBalancerClient.java:138) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.ribbon.RibbonLoadBalancerClient.execute(RibbonLoadBalancerClient.java:76) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor.intercept(LoadBalancerInterceptor.java:46) ~[spring-cloud-commons-1.1.1.RELEASE.jar!/:1.1.1.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.metrics.MetricsClientHttpRequestInterceptor.intercept(MetricsClientHttpRequestInterceptor.java:65) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:85) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:85) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.InterceptingClientHttpRequest.executeInternal(InterceptingClientHttpRequest.java:69) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate$$FastClassBySpringCGLIB$$aa4e9ed0.invoke(<generated>) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:596) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:557) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:264) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.metrics.RestTemplateUrlTemplateCapturingAspect.captureUrlTemplate(RestTemplateUrlTemplateCapturingAspect.java:33) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:609) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:620) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:655) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate$$EnhancerBySpringCGLIB$$28eb6ac3.getForObject(<generated>) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [RTR] OUT ping-ss.apps.cnp.hitachi-solutions.com - [09/09/2016:05:50:36.146 +0000] "GET / HTTP/1.1" 500 0 318 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 10.0.1.68:25133 x_forwarded_for:"126.112.254.162" x_forwarded_proto:"http" vcap_request_id:aae8f4b2-fb41-441e-5d50-4e4fb8370ff7 response_time:0.020047729 app_id:cfe4c636-7f2d-43a2-b4f2-cf55083e3f62 ���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at com.metflix.PingApplication.ping(PingApplication.java:30) ~[app/:na]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:895) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:967) [spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:832) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:743) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:961) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:858) [spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) [tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:670) [tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520) [tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) [tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) [tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528) [tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1099) [tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476) [tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.159 ERROR 24 --- [nio-8080-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT java.lang.NullPointerException: null��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.lang.Thread.run(Thread.java:745) [na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.158 DEBUG 24 --- [nio-8080-exec-3] o.s.b.c.web.OrderedRequestContextFilter : Cleared thread-bound request context: org.apache.catalina.connector.RequestFacade@3bc1d074���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.ribbon.SpringClientFactory.getLoadBalancer(SpringClientFactory.java:55) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.ribbon.RibbonLoadBalancerClient.getLoadBalancer(RibbonLoadBalancerClient.java:138) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.util.concurrent.ConcurrentHashMap.containsKey(ConcurrentHashMap.java:964) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.context.named.NamedContextFactory.getContext(NamedContextFactory.java:76) ~[spring-cloud-context-1.1.1.RELEASE.jar!/:1.1.1.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.context.named.NamedContextFactory.getInstance(NamedContextFactory.java:115) ~[spring-cloud-context-1.1.1.RELEASE.jar!/:1.1.1.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.ribbon.SpringClientFactory.getInstance(SpringClientFactory.java:103) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.ribbon.RibbonLoadBalancerClient.execute(RibbonLoadBalancerClient.java:76) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.InterceptingClientHttpRequest.executeInternal(InterceptingClientHttpRequest.java:69) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor.intercept(LoadBalancerInterceptor.java:46) ~[spring-cloud-commons-1.1.1.RELEASE.jar!/:1.1.1.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:85) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.metrics.MetricsClientHttpRequestInterceptor.intercept(MetricsClientHttpRequestInterceptor.java:65) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:85) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:596) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:557) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:264) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate$$FastClassBySpringCGLIB$$aa4e9ed0.invoke(<generated>) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.cloud.netflix.metrics.RestTemplateUrlTemplateCapturingAspect.captureUrlTemplate(RestTemplateUrlTemplateCapturingAspect.java:33) ~[spring-cloud-netflix-core-1.1.5.RELEASE.jar!/:1.1.5.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:609) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:620) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:655) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.client.RestTemplate$$EnhancerBySpringCGLIB$$28eb6ac3.getForObject(<generated>) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at com.metflix.PingApplication.ping(PingApplication.java:30) ~[app/:na]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:895) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:967) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:832) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:743) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:961) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:858) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) ~[tomcat-embed-websocket-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:843) ~[spring-webmvc-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:115) ~[spring-boot-actuator-1.3.7.RELEASE.jar!/:1.3.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration$ApplicationContextHeaderFilter.doFilterInternal(EndpointWebMvcAutoConfiguration.java:281) ~[spring-boot-actuator-1.3.7.RELEASE.jar!/:1.3.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:207) ~[spring-security-web-4.0.4.RELEASE.jar!/:4.0.4.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176) ~[spring-security-web-4.0.4.RELEASE.jar!/:4.0.4.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:87) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) [tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528) [tomcat-embed-core-8.0.36.jar!/:8.0.36]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) ~[tomcat-embed-core-8.0.36.jar!/:8.0.36]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_71-]��
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.163 DEBUG 24 --- [nio-8080-exec-3] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'basicErrorController'���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.163 DEBUG 24 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/error] is: -1���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.160 DEBUG 24 --- [nio-8080-exec-3] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /error���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.162 DEBUG 24 --- [nio-8080-exec-3] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/error]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.162 DEBUG 24 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /error���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.163 DEBUG 24 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)]���
Fri Sep 09 2016 14:50:36 GMT+0900 (JST) [APP] OUT 2016-09-09 05:50:36.163 DEBUG 24 --- [nio-8080-exec-3] o.s.w.s.v.ContentNegotiatingViewResolver : Requested media types are [text/html, text/html;q=0.8] based on Accept header types and producible media types [text/html])���

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions