Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. INFO: Heartbeat for: "ws://localhost:60354/flow-connect/8829"
  2. Sep 06, 2019 9:35:02 AM com.vaadin.designer2.services.browser.BrowserServiceImpl lambda$null$43
  3. SEVERE: Can't send message to remote.
  4. java.lang.IllegalStateException: Blocking message pending 10000 for BLOCKING
  5. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.lockMsg(WebSocketRemoteEndpoint.java:130)
  6. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendString(WebSocketRemoteEndpoint.java:385)
  7. at org.eclipse.jetty.websocket.jsr356.JsrBasicRemote.sendText(JsrBasicRemote.java:108)
  8. at com.vaadin.designer2.services.browser.BrowserServiceImpl.lambda$null$43(BrowserServiceImpl.java:629)
  9. at com.vaadin.designer2.services.browser.BrowserServiceImpl.lambda$setPaperSize$33(BrowserServiceImpl.java:543)
  10. at java.util.ArrayList.forEach(ArrayList.java:1257)
  11. at com.vaadin.designer2.services.browser.BrowserServiceImpl.setPaperSize(BrowserServiceImpl.java:543)
  12. at com.vaadin.designer2.server.ViewPortBrowserConnector.initializePaperSize(ViewPortBrowserConnector.java:94)
  13. at java.util.ArrayList.forEach(ArrayList.java:1257)
  14. at com.vaadin.designer2.services.browser.BrowserServiceImpl.initializePaperSize(BrowserServiceImpl.java:281)
  15. at com.vaadin.designer2.services.browser.BrowserServiceImpl.lambda$getTask$0(BrowserServiceImpl.java:128)
  16. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  17. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  18. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  19. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  20. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement