Closed mirshoddev99 closed 7 months ago
You didn't do anything of what I requested and didn't exactly say what you want of me. I can guess. But I don't even know the OS you're using.
You didn't do anything of what I requested and didn't exactly say what you want of me. I can guess. But I don't even know the OS you're using.
I am encountering this error when I make a POST request with a valid request body, but my controller is refusing to respond to my request. My OS is windows and I'm using the latest version of SpringBoot which Spring-Security(Filter chain) has been updated
Poet the debug infos zip.
On Tue, 28 Nov 2023, 07:32 mirshod, @.***> wrote:
You didn't do anything of what I requested and didn't exactly say what you want of me. I can guess. But I don't even know the OS you're using.
I am encountering this error when I make a POST request with a valid request body, but my controller is refusing to respond to my request. My OS is windows and I'm using the latest version of SpringBoot which Spring-Security(Filter chain) has been updated
— Reply to this email directly, view it on GitHub https://github.com/theotherp/nzbhydra2/issues/903#issuecomment-1829199362, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNUA6I6WD4BCMTRAEO3T5TYGWARBAVCNFSM6AAAAAA74MMMZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRZGE4TSMZWGI . You are receiving this because you commented.Message ID: @.***>
And the request you make and the response.
Closed due to lack of feedback.
**Set your log file level to debug, repeat the steps that cause the problem and post the debug infos ZIP which can be retrieved in the 2023-11-27T22:19:07.021+05:00 INFO 12604 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-11-27T22:19:07.021+05:00 INFO 12604 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-11-27T22:19:07.025+05:00 INFO 12604 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms 2023-11-27T22:19:07.079+05:00 WARN 12604 --- [nio-8080-exec-1] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/api/v3/all-students' (previous null). Performing CorsConfiguration lookup. This is logged once only at WARN level, and every time at TRACE. 2023-11-27T22:19:07.130+05:00 WARN 12604 --- [nio-8080-exec-1] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/api/v3/all-students' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE. 2023-11-27T22:19:07.234+05:00 WARN 12604 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public org.springframework.http.ResponseEntity<java.util.List> com.example.StudentsAPI.Controller.StudentController.getStudents(com.example.StudentsAPI.Model.Student)]
2023-11-27T22:19:42.532+05:00 WARN 12604 --- [nio-8080-exec-3] o.a.c.util.SessionIdGeneratorBase : Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [140] milliseconds.