Skip to content

Instantly share code, notes, and snippets.

@SimonGenin
Last active December 10, 2017 16:58
Show Gist options
  • Save SimonGenin/4afe95dc0b4ce3e85f59968cfd21df8f to your computer and use it in GitHub Desktop.
Save SimonGenin/4afe95dc0b4ce3e85f59968cfd21df8f to your computer and use it in GitHub Desktop.
ACCESS REQUIRED
op1@workshop1.com
2017-12-10 17:56:54.929 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing PUT request for [/api/op/movements/end/62]
2017-12-10 17:56:54.931 DEBUG 15864 --- [nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/movements/end/62
2017-12-10 17:56:54.932 DEBUG 15864 --- [nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public void mainApplication.controllers.OperatorAPI.MovementAPIOperator.end(int) throws mainApplication.exceptions.UnauthorizedException,mainApplication.exceptions.IncorrectStateException,mainApplication.exceptions.NonExistantAccountException,mainApplication.exceptions.NonExistantTicketException,mainApplication.exceptions.NonExistantVehiculeException,mainApplication.exceptions.DispatchIsNull,mainApplication.exceptions.OperatorIsNull,mainApplication.exceptions.IncorrectOperator]
2017-12-10 17:56:55.874 DEBUG 15864 --- [nio-8080-exec-6] .m.m.a.ExceptionHandlerExceptionResolver : Resolving exception from handler [public void mainApplication.controllers.OperatorAPI.MovementAPIOperator.end(int) throws mainApplication.exceptions.UnauthorizedException,mainApplication.exceptions.IncorrectStateException,mainApplication.exceptions.NonExistantAccountException,mainApplication.exceptions.NonExistantTicketException,mainApplication.exceptions.NonExistantVehiculeException,mainApplication.exceptions.DispatchIsNull,mainApplication.exceptions.OperatorIsNull,mainApplication.exceptions.IncorrectOperator]: mainApplication.exceptions.IncorrectStateException: All the operations of the dispatch must be done
2017-12-10 17:56:55.876 DEBUG 15864 --- [nio-8080-exec-6] .w.s.m.a.ResponseStatusExceptionResolver : Resolving exception from handler [public void mainApplication.controllers.OperatorAPI.MovementAPIOperator.end(int) throws mainApplication.exceptions.UnauthorizedException,mainApplication.exceptions.IncorrectStateException,mainApplication.exceptions.NonExistantAccountException,mainApplication.exceptions.NonExistantTicketException,mainApplication.exceptions.NonExistantVehiculeException,mainApplication.exceptions.DispatchIsNull,mainApplication.exceptions.OperatorIsNull,mainApplication.exceptions.IncorrectOperator]: mainApplication.exceptions.IncorrectStateException: All the operations of the dispatch must be done
2017-12-10 17:56:55.878 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:56:55.878 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:56:55.880 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing PUT request for [/error]
2017-12-10 17:56:55.880 DEBUG 15864 --- [nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /error
2017-12-10 17:56:55.880 DEBUG 15864 --- [nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)]
2017-12-10 17:56:55.883 DEBUG 15864 --- [nio-8080-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Written [{timestamp=Sun Dec 10 17:56:55 CET 2017, status=417, error=Expectation Failed, exception=mainApplication.exceptions.IncorrectStateException, message=A bike should be locked before reporting an issue, path=/api/op/movements/end/62}] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:56:55.883 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:56:55.883 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:56:56.310 DEBUG 15864 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/fullAreas]
2017-12-10 17:56:56.310 DEBUG 15864 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/workshop]
2017-12-10 17:56:56.310 DEBUG 15864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/emptyAreas]
2017-12-10 17:56:56.311 DEBUG 15864 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/fullAreas
2017-12-10 17:56:56.311 DEBUG 15864 --- [nio-8080-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/workshop
2017-12-10 17:56:56.311 DEBUG 15864 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/emptyAreas
2017-12-10 17:56:56.311 DEBUG 15864 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaFull()]
2017-12-10 17:56:56.311 DEBUG 15864 --- [nio-8080-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.Entrepots> mainApplication.controllers.OperatorAPI.EntrepotAPIController.getWorkshop()]
2017-12-10 17:56:56.311 DEBUG 15864 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaEmpty()]
2017-12-10 17:56:56.311 DEBUG 15864 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/fullAreas] is: -1
2017-12-10 17:56:56.311 DEBUG 15864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/emptyAreas] is: -1
2017-12-10 17:56:56.311 DEBUG 15864 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/workshop] is: -1
2017-12-10 17:56:56.702 DEBUG 15864 --- [nio-8080-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.Entrepots@188ffaaf, mainApplication.Entities.Entrepots@7d31491e, mainApplication.Entities.Entrepots@6f0b94cf, mainApplication.Entities.Entrepots@7e0c10ac, mainApplication.Entities.Entrepots@1931c740, mainApplication.Entities.Entrepots@6ebf04c1, mainApplication.Entities.Entrepots@5d215835, mainApplication.Entities.Entrepots@43b6ba4d, mainApplication.Entities.Entrepots@542a6ebc, mainApplication.Entities.Entrepots@42a5f1f4, mainApplication.Entities.Entrepots@1592e965, mainApplication.Entities.Entrepots@63804d48]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:56:56.702 DEBUG 15864 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:56:56.702 DEBUG 15864 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:56:56.921 DEBUG 15864 --- [nio-8080-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Written [[]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:56:56.921 DEBUG 15864 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:56:56.921 DEBUG 15864 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:56:56.925 DEBUG 15864 --- [nio-8080-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.DispatchArea@392b6433, mainApplication.Entities.DispatchArea@10fc3232, mainApplication.Entities.DispatchArea@72a22804, mainApplication.Entities.DispatchArea@579228cb]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:56:56.926 DEBUG 15864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:56:56.926 DEBUG 15864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:00.441 DEBUG 15864 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/fullAreas]
2017-12-10 17:57:00.443 DEBUG 15864 --- [nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/fullAreas
2017-12-10 17:57:00.443 DEBUG 15864 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/emptyAreas]
2017-12-10 17:57:00.443 DEBUG 15864 --- [nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaFull()]
2017-12-10 17:57:00.443 DEBUG 15864 --- [nio-8080-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/emptyAreas
2017-12-10 17:57:00.444 DEBUG 15864 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/workshop]
2017-12-10 17:57:00.445 DEBUG 15864 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/fullAreas] is: -1
2017-12-10 17:57:00.445 DEBUG 15864 --- [nio-8080-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaEmpty()]
2017-12-10 17:57:00.445 DEBUG 15864 --- [nio-8080-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/workshop
2017-12-10 17:57:00.445 DEBUG 15864 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/emptyAreas] is: -1
2017-12-10 17:57:00.445 DEBUG 15864 --- [nio-8080-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.Entrepots> mainApplication.controllers.OperatorAPI.EntrepotAPIController.getWorkshop()]
2017-12-10 17:57:00.445 DEBUG 15864 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/workshop] is: -1
2017-12-10 17:57:01.024 DEBUG 15864 --- [nio-8080-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.Entrepots@259c5741, mainApplication.Entities.Entrepots@2f2c634e, mainApplication.Entities.Entrepots@64316ce4, mainApplication.Entities.Entrepots@1ee43600, mainApplication.Entities.Entrepots@59855cc2, mainApplication.Entities.Entrepots@15ff62af, mainApplication.Entities.Entrepots@7a466ab8, mainApplication.Entities.Entrepots@45ad07c6, mainApplication.Entities.Entrepots@363d30fd, mainApplication.Entities.Entrepots@58b9c68f, mainApplication.Entities.Entrepots@11e3748a, mainApplication.Entities.Entrepots@3cddd247]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:01.025 DEBUG 15864 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:01.025 DEBUG 15864 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:01.278 DEBUG 15864 --- [nio-8080-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Written [[]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:01.278 DEBUG 15864 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:01.278 DEBUG 15864 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:01.360 DEBUG 15864 --- [nio-8080-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.DispatchArea@4c9f8bd2, mainApplication.Entities.DispatchArea@8a871c, mainApplication.Entities.DispatchArea@3e8a4324, mainApplication.Entities.DispatchArea@76ba2a78]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:01.361 DEBUG 15864 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:01.361 DEBUG 15864 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:16.328 DEBUG 15864 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/emptyAreas]
2017-12-10 17:57:16.328 DEBUG 15864 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/workshop]
2017-12-10 17:57:16.328 DEBUG 15864 --- [nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/emptyAreas
2017-12-10 17:57:16.329 DEBUG 15864 --- [io-8080-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/workshop
2017-12-10 17:57:16.329 DEBUG 15864 --- [nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaEmpty()]
2017-12-10 17:57:16.329 DEBUG 15864 --- [io-8080-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.Entrepots> mainApplication.controllers.OperatorAPI.EntrepotAPIController.getWorkshop()]
2017-12-10 17:57:16.329 DEBUG 15864 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/fullAreas]
2017-12-10 17:57:16.329 DEBUG 15864 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/emptyAreas] is: -1
2017-12-10 17:57:16.329 DEBUG 15864 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/workshop] is: -1
2017-12-10 17:57:16.330 DEBUG 15864 --- [nio-8080-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/fullAreas
2017-12-10 17:57:16.331 DEBUG 15864 --- [nio-8080-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaFull()]
2017-12-10 17:57:16.331 DEBUG 15864 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/fullAreas] is: -1
2017-12-10 17:57:16.809 DEBUG 15864 --- [io-8080-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.Entrepots@5614e747, mainApplication.Entities.Entrepots@6699371c, mainApplication.Entities.Entrepots@45674eb2, mainApplication.Entities.Entrepots@33eaced5, mainApplication.Entities.Entrepots@42353930, mainApplication.Entities.Entrepots@6dbbd7bd, mainApplication.Entities.Entrepots@12561666, mainApplication.Entities.Entrepots@77affe9f, mainApplication.Entities.Entrepots@1c38a5e3, mainApplication.Entities.Entrepots@2f8d8fe6, mainApplication.Entities.Entrepots@d4a4957, mainApplication.Entities.Entrepots@5991567]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:16.809 DEBUG 15864 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:16.809 DEBUG 15864 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:17.144 DEBUG 15864 --- [nio-8080-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Written [[]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:17.145 DEBUG 15864 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:17.145 DEBUG 15864 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:17.235 DEBUG 15864 --- [nio-8080-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.DispatchArea@326e0679, mainApplication.Entities.DispatchArea@318e221, mainApplication.Entities.DispatchArea@7c231200, mainApplication.Entities.DispatchArea@44cdbccf]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:17.235 DEBUG 15864 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:17.235 DEBUG 15864 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:33.332 DEBUG 15864 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/fullAreas]
2017-12-10 17:57:33.332 DEBUG 15864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/workshop]
2017-12-10 17:57:33.332 DEBUG 15864 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/emptyAreas]
2017-12-10 17:57:33.332 DEBUG 15864 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/fullAreas
2017-12-10 17:57:33.332 DEBUG 15864 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/workshop
2017-12-10 17:57:33.334 DEBUG 15864 --- [nio-8080-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/emptyAreas
2017-12-10 17:57:33.335 DEBUG 15864 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.Entrepots> mainApplication.controllers.OperatorAPI.EntrepotAPIController.getWorkshop()]
2017-12-10 17:57:33.335 DEBUG 15864 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaFull()]
2017-12-10 17:57:33.335 DEBUG 15864 --- [nio-8080-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaEmpty()]
2017-12-10 17:57:33.335 DEBUG 15864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/workshop] is: -1
2017-12-10 17:57:33.335 DEBUG 15864 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/emptyAreas] is: -1
2017-12-10 17:57:33.335 DEBUG 15864 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/fullAreas] is: -1
2017-12-10 17:57:34.863 DEBUG 15864 --- [nio-8080-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.Entrepots@2e8759b1, mainApplication.Entities.Entrepots@7eb7efae, mainApplication.Entities.Entrepots@540a0f5c, mainApplication.Entities.Entrepots@c54a607, mainApplication.Entities.Entrepots@188a3ced, mainApplication.Entities.Entrepots@59817acd, mainApplication.Entities.Entrepots@5df5ee4e, mainApplication.Entities.Entrepots@74381f69, mainApplication.Entities.Entrepots@3d9c3857, mainApplication.Entities.Entrepots@6f997a3b, mainApplication.Entities.Entrepots@1dec6e18, mainApplication.Entities.Entrepots@291be99b]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:34.863 DEBUG 15864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:34.863 DEBUG 15864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:34.880 DEBUG 15864 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/workshop]
2017-12-10 17:57:34.880 DEBUG 15864 --- [nio-8080-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/workshop
2017-12-10 17:57:34.880 DEBUG 15864 --- [nio-8080-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.Entrepots> mainApplication.controllers.OperatorAPI.EntrepotAPIController.getWorkshop()]
2017-12-10 17:57:34.880 DEBUG 15864 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/workshop] is: -1
2017-12-10 17:57:35.130 DEBUG 15864 --- [nio-8080-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.DispatchArea@4ab71d1d, mainApplication.Entities.DispatchArea@3c67f538, mainApplication.Entities.DispatchArea@10fa35e1, mainApplication.Entities.DispatchArea@263c418]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:35.130 DEBUG 15864 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:35.131 DEBUG 15864 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:35.166 DEBUG 15864 --- [nio-8080-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.Entrepots@2df35ff5, mainApplication.Entities.Entrepots@bd2a2dd, mainApplication.Entities.Entrepots@625da578, mainApplication.Entities.Entrepots@6a16b75b, mainApplication.Entities.Entrepots@5d2d411b, mainApplication.Entities.Entrepots@4377c429, mainApplication.Entities.Entrepots@4c0ecf5a, mainApplication.Entities.Entrepots@137d15ef, mainApplication.Entities.Entrepots@246fab02, mainApplication.Entities.Entrepots@5944752a, mainApplication.Entities.Entrepots@638a1547, mainApplication.Entities.Entrepots@18a3b6b4]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:35.166 DEBUG 15864 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:35.166 DEBUG 15864 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:35.167 DEBUG 15864 --- [nio-8080-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Written [[]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:35.168 DEBUG 15864 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:35.168 DEBUG 15864 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:35.185 DEBUG 15864 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/emptyAreas]
2017-12-10 17:57:35.186 DEBUG 15864 --- [nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/emptyAreas
2017-12-10 17:57:35.187 DEBUG 15864 --- [nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaEmpty()]
2017-12-10 17:57:35.187 DEBUG 15864 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/emptyAreas] is: -1
2017-12-10 17:57:35.188 DEBUG 15864 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/fullAreas]
2017-12-10 17:57:35.188 DEBUG 15864 --- [nio-8080-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/fullAreas
2017-12-10 17:57:35.188 DEBUG 15864 --- [nio-8080-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaFull()]
2017-12-10 17:57:35.188 DEBUG 15864 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/fullAreas] is: -1
2017-12-10 17:57:35.891 DEBUG 15864 --- [nio-8080-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Written [[]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:35.891 DEBUG 15864 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:35.892 DEBUG 15864 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:35.892 DEBUG 15864 --- [nio-8080-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.DispatchArea@5a8dc726, mainApplication.Entities.DispatchArea@78a59422, mainApplication.Entities.DispatchArea@1402dc9c, mainApplication.Entities.DispatchArea@1d9406d7]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:35.892 DEBUG 15864 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:35.892 DEBUG 15864 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:40.285 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/workshop]
2017-12-10 17:57:40.285 DEBUG 15864 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/emptyAreas]
2017-12-10 17:57:40.285 DEBUG 15864 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/api/op/dispatch/fullAreas]
2017-12-10 17:57:40.286 DEBUG 15864 --- [nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/workshop
2017-12-10 17:57:40.286 DEBUG 15864 --- [io-8080-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/fullAreas
2017-12-10 17:57:40.286 DEBUG 15864 --- [nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.Entrepots> mainApplication.controllers.OperatorAPI.EntrepotAPIController.getWorkshop()]
2017-12-10 17:57:40.286 DEBUG 15864 --- [io-8080-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaFull()]
2017-12-10 17:57:40.286 DEBUG 15864 --- [nio-8080-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/op/dispatch/emptyAreas
2017-12-10 17:57:40.290 DEBUG 15864 --- [nio-8080-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.List<mainApplication.Entities.DispatchArea> mainApplication.controllers.OperatorAPI.MovementAPIOperator.listDispatchAreaEmpty()]
2017-12-10 17:57:40.291 DEBUG 15864 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/emptyAreas] is: -1
2017-12-10 17:57:40.288 DEBUG 15864 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/dispatch/fullAreas] is: -1
2017-12-10 17:57:40.290 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/api/op/workshop] is: -1
2017-12-10 17:57:40.639 DEBUG 15864 --- [nio-8080-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.Entrepots@2eb22831, mainApplication.Entities.Entrepots@47797459, mainApplication.Entities.Entrepots@759ef187, mainApplication.Entities.Entrepots@45bfedc8, mainApplication.Entities.Entrepots@7a73a6ee, mainApplication.Entities.Entrepots@76a4de45, mainApplication.Entities.Entrepots@74b41bdf, mainApplication.Entities.Entrepots@4e5f792c, mainApplication.Entities.Entrepots@297cf2df, mainApplication.Entities.Entrepots@79fa4743, mainApplication.Entities.Entrepots@2dc4c140, mainApplication.Entities.Entrepots@18674bcd]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:40.639 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:40.639 DEBUG 15864 --- [nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:40.904 DEBUG 15864 --- [io-8080-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Written [[]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:40.904 DEBUG 15864 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:40.905 DEBUG 15864 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-12-10 17:57:40.945 DEBUG 15864 --- [nio-8080-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Written [[mainApplication.Entities.DispatchArea@54f35a8, mainApplication.Entities.DispatchArea@ad42017, mainApplication.Entities.DispatchArea@52fface0, mainApplication.Entities.DispatchArea@68245328]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c575029]
2017-12-10 17:57:40.946 DEBUG 15864 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-12-10 17:57:40.947 DEBUG 15864 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Successfully completed request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment