Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. 2017-02-20 23:50:16.204 WARN 3888 --- [nio-8081-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Failed to read HTTP message: org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: Can not deserialize instance of de.thkoeln.archilab.quizeditor.entities.Quiz out of START_ARRAY token
  2. at [Source: java.io.PushbackInputStream@eb18d7; line: 1, column: 1]; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of de.thkoeln.archilab.quizeditor.entities.Quiz out of START_ARRAY token
  3. at [Source: java.io.PushbackInputStream@eb18d7; line: 1, column: 1]
  4. 2017-02-20 23:50:16.204 WARN 3888 --- [nio-8081-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved exception caused by Handler execution: org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: Can not deserialize instance of de.thkoeln.archilab.quizeditor.entities.Quiz out of START_ARRAY token
  5. at [Source: java.io.PushbackInputStream@eb18d7; line: 1, column: 1]; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of de.thkoeln.archilab.quizeditor.entities.Quiz out of START_ARRAY token
  6. at [Source: java.io.PushbackInputStream@eb18d7; line: 1, column: 1]
  7. 2017-02-20 23:50:16.207 ERROR 3888 --- [nio-8081-exec-5] 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement