Dremio is starting fine and when I try to run the queries after adding the database, the query is executing forever and I am sessing the following errors in the log:
2019-09-16 23:37:59,595 [qtp453884081-90] ERROR c.d.dac.server.socket.SocketServlet - Failure in web socket handling.
org.eclipse.jetty.websocket.api.BadPayloadException: java.util.zip.DataFormatException: invalid distance too far back
at org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension.incomingFrame(PerMessageDeflateExtension.java:89) ~[websocket-common-9.4.15.v20190215.jar:9.4.15.v20190215]
at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:201) ~[websocket-common-9.4.15.v20190215.jar:9.4.15.v20190215]
at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:221) ~[websocket-common-9.4.15.v20190215.jar:9.4.15.v20190215]
at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:246) ~[websocket-common-9.4.15.v20190215.jar:9.4.15.v20190215]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:577) ~[websocket-common-9.4.15.v20190215.jar:9.4.15.v20190215]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:434) ~[websocket-common-9.4.15.v20190215.jar:9.4.15.v20190215]
Would you be able to send us the full server.log? Also a HAR file would help
To generate the HAR file for Chrome
Open Google Chrome and go to the page where the issue is occurring.
From the Chrome menu bar select View > Developer > Developer Tools.
From the panel opened, select the Network tab.
Look for a round record button ( ) in the upper left corner of the tab, and make sure it is red. If it is grey, click it once to start recording.
Check the box Preserve log.
Click the Clear button ( ) to clear out any existing logs from the Network tab.
Reproduce the issue that you were experiencing before, while the network requests are being recorded.
Once you have reproduced the issue, right-click anywhere on the grid of network requests, select Save as HAR with Content , and save the file to your computer.
Upload your HAR file to your ticket or attach it to your email so that our Support team can analyze it.
Hi Balaji,
I attached the server.log and server.out files to this email. I think the issue is more on the server side as it happens as soon as the Dremio application is UP.