Advertisement
Qatya

Untitled

Sep 10th, 2021
842
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 1.67 KB | None | 0 0
  1. 2021-09-11 03:08:38.274 ERROR 7 --- [nio-8080-exec-8] r.r.g.w.s.JwtAuthenticationEntryPoint    : Responding with unauthorized error. Message - Full authentication is required to access this resource
  2. Hibernate: select usersentit0_.id as id1_45_0_, usersentit0_.email as email2_45_0_, usersentit0_.enabled as enabled3_45_0_, usersentit0_.name as name4_45_0_, usersentit0_.password as password5_45_0_, roles1_.users_id as users_id1_46_1_, roleentity2_.id as role_id2_46_1_, roleentity2_.id as id1_43_2_, roleentity2_.description as descript2_43_2_, roleentity2_.name as name3_43_2_ from users usersentit0_ left outer join users_role roles1_ on usersentit0_.id=roles1_.users_id left outer join role roleentity2_ on roles1_.role_id=roleentity2_.id where usersentit0_.id=?
  3. 2021-09-11 03:08:42.656  WARN 7 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unrecognized field "creationId" (class ru.raccoonsoft.geo.web.dto.request.FacilityCreateRequest), not marked as ignorable; nested exception is com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "creationId" (class ru.raccoonsoft.geo.web.dto.request.FacilityCreateRequest), not marked as ignorable (3 known properties: "name", "responsibleUserId", "cypher"])
  4.  at [Source: (PushbackInputStream); line: 1, column: 62] (through reference chain: ru.raccoonsoft.geo.web.dto.request.FacilityCreateRequest["creationId"])]
  5. 2021-09-11 03:08:43.273 ERROR 7 --- [nio-8080-exec-2] r.r.g.w.s.JwtAuthenticationEntryPoint    : Responding with unauthorized error. Message - Full authentication is required to access this resource
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement