Skip to content

Instantly share code, notes, and snippets.

@salaboy
Created February 29, 2024 10:01
Show Gist options
  • Save salaboy/d26ea0f74ce2a1d9a810e1fc24135961 to your computer and use it in GitHub Desktop.
Save salaboy/d26ea0f74ce2a1d9a810e1fc24135961 to your computer and use it in GitHub Desktop.
024-02-29T09:57:15.383Z INFO 1 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
2024-02-29T09:57:16.095Z INFO 1 --- [nio-8080-exec-8] com.salaboy.echo.EchoController : Echo CloudEvent: CloudEvent{id='8e9785e9-39d8-42e8-928b-c0bff8ff89a0', source=vote, type='com.dapr.event.sent', datacontenttype='text/plain', time=2024-02-29T09:57:15Z, data=BytesCloudEventData{value=[123, 34, 116, 121, 112, 101, 34, 58, 34, 118, 111, 116, 101, 34, 44, 34, 118, 111, 116, 101, 114, 73, 100, 34, 58, 34, 100, 50, 53, 97, 51, 48, 98, 56, 45, 98, 34, 44, 34, 111, 112, 116, 105, 111, 110, 34, 58, 34, 98, 34, 125]}, extensions={traceid=, tracestate=, traceparent=, pubsubname=pubsub-rabbitmq, topic=newVote}}
2024-02-29T09:57:16.101Z INFO 1 --- [nio-8080-exec-9] com.salaboy.echo.EchoController : Echo CloudEvent: CloudEvent{id='8c5a07d0-80b6-4eeb-bf0a-8c1bf34c7408', source=vote, type='com.dapr.event.sent', datacontenttype='text/plain', time=2024-02-29T09:57:15Z, data=BytesCloudEventData{value=[123, 34, 116, 121, 112, 101, 34, 58, 34, 118, 111, 116, 101, 34, 44, 34, 118, 111, 116, 101, 114, 73, 100, 34, 58, 34, 100, 50, 53, 97, 51, 48, 98, 56, 45, 98, 34, 44, 34, 111, 112, 116, 105, 111, 110, 34, 58, 34, 97, 34, 125]}, extensions={traceid=, tracestate=, traceparent=, pubsubname=pubsub-rabbitmq, topic=newVote}}
2024-02-29T09:57:16.161Z INFO 1 --- [io-8080-exec-10] com.salaboy.echo.EchoController : Echo CloudEvent: CloudEvent{id='d9c2f12f-1afc-4acb-a910-2db5f531508b', source=vote, type='com.dapr.event.sent', datacontenttype='text/plain', time=2024-02-29T09:57:16Z, data=BytesCloudEventData{value=[123, 34, 116, 121, 112, 101, 34, 58, 34, 118, 111, 116, 101, 34, 44, 34, 118, 111, 116, 101, 114, 73, 100, 34, 58, 34, 100, 50, 53, 97, 51, 48, 98, 56, 45, 98, 34, 44, 34, 111, 112, 116, 105, 111, 110, 34, 58, 34, 98, 34, 125]}, extensions={traceid=, tracestate=, traceparent=, pubsubname=pubsub-rabbitmq, topic=newVote}}
2024-02-29T09:57:16.202Z ERROR 1 --- [io-8080-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Circular view path [events]: would dispatch back to the current handler URL [/events] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)] with root cause
jakarta.servlet.ServletException: Circular view path [events]: would dispatch back to the current handler URL [/events] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)
at org.springframework.web.servlet.view.InternalResourceView.prepareForRendering(InternalResourceView.java:210) ~[spring-webmvc-6.1.4.jar:6.1.4]
at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:148) ~[spring-webmvc-6.1.4.jar:6.1.4]
at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:314) ~[spring-webmvc-6.1.4.jar:6.1.4]
at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431) ~[spring-webmvc-6.1.4.jar:6.1.4]
at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167) ~[spring-webmvc-6.1.4.jar:6.1.4]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106) ~[spring-webmvc-6.1.4.jar:6.1.4]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.4.jar:6.1.4]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.4.jar:6.1.4]
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.4.jar:6.1.4]
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.19.jar:6.0]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.4.jar:6.1.4]
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.19.jar:6.0]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205) ~[tomcat-embed-core-10.1.19.jar:10.1.19]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.19.jar:10.1.19]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.19.jar:10.1.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.19.jar:10.1.19]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.19.jar:10.1.19]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.4.jar:6.1.4]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.4.jar:6.1.4]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.19.jar:10.1.19]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.19.jar:10.1.19]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.4.jar:6.1.4]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.4.jar:6.1.4]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.19.jar:10.1.19]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.19.jar:10.1.19]
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109) ~[spring-web-6.1.4.jar:6.1.4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment