<div dir="ltr">The web socket forwarding should be handle by Apache at that point and it seems to be done by Jetty?<div>In your jetty configuration, the session URL might not be valid when using Apache as a front-end.</div>
<div><br></div><div>Moreover, which Apache setup did you used? 2.4+ like for the EC2 Amazon documentation or the old one with the Python module?</div><div><br></div><div>Seb </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Jan 20, 2014 at 9:24 AM, Arya Mazaheri <span dir="ltr"><<a href="mailto:aryanet@gmail.com" target="_blank">aryanet@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div><div>Hi there,<br></div>I've installed ParaviewWeb from source and configured apache to work with jetty. I think I've done every configuration according to the tutorials. But everytime I try to open DataProber application I face with the following error in Jetty console output:<br>


<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Jan 20, 2014 7:50:18 PM com.kitware.paraviewweb.websocket.WebSocketForwarder onOpen<br>INFO: null<br>


java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused<br>    at org.eclipse.jetty.websocket.WebSocketClient$WebSocketFuture.get(WebSocketClient.java:569)<br>    at org.eclipse.jetty.websocket.WebSocketClient$WebSocketFuture.get(WebSocketClient.java:372)<br>


    at com.kitware.paraviewweb.websocket.WebSocketForwarder.onOpen(WebSocketForwarder.java:54)<br>    at org.eclipse.jetty.websocket.WebSocketConnectionRFC6455.onWebSocketOpen(WebSocketConnectionRFC6455.java:425)<br>    at org.eclipse.jetty.websocket.WebSocketServletConnectionRFC6455.handshake(WebSocketServletConnectionRFC6455.java:60)<br>


    at org.eclipse.jetty.websocket.WebSocketFactory.upgrade(WebSocketFactory.java:309)<br>    at org.eclipse.jetty.websocket.WebSocketFactory.acceptWebSocket(WebSocketFactory.java:382)<br>    at org.eclipse.jetty.websocket.WebSocketHandler.handle(WebSocketHandler.java:43)<br>


    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)<br>    at org.eclipse.jetty.server.Server.handle(Server.java:365)<br>    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)<br>


    at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)<br>    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)<br>


    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)<br>    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)<br>    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)<br>


    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)<br>    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)<br>    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)<br>


    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)<br>    at java.lang.Thread.run(Thread.java:701)<br>Caused by: java.net.ConnectException: Connection refused<br>    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)<br>


    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:597)<br>    at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:628)<br>    at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)<br>


    ... 3 more<br></blockquote><br></div>In the firebug, I see the following error:<br>Connection lost - retrying (1) ..<br><br></div>Any ideas?<br></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>