Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Nov 22, 2017 6:18:10 PM org.jboss.resteasy.core.SynchronousDispatcher unhandledAsynchronousException
  2. ERROR: RESTEASY002020: Unhandled asynchronous exception, sending back 500
  3. org.jboss.resteasy.spi.UnhandledException: java.lang.RuntimeException: asyncError
  4. at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:257)
  5. at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:190)
  6. at org.jboss.resteasy.core.SynchronousDispatcher.asynchronousExceptionDelivery(SynchronousDispatcher.java:505)
  7. at org.jboss.resteasy.core.AbstractAsynchronousResponse.internalResume(AbstractAsynchronousResponse.java:223)
  8. at org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.resume(SynchronousExecutionContext.java:107)
  9. at io.opentracing.contrib.jaxrs2.itest.common.rest.TestHandler$1.run(TestHandler.java:135)
  10. at java.lang.Thread.run(Thread.java:748)
  11. Caused by: java.lang.RuntimeException: asyncError
  12. ... 2 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement