Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Questions about ICE-ParaView integration

Jordan,

Patrick and Sebastien are our colleagues at Kitware. I have CCed them and the dev list.

Jay

On Feb 4, 2015 6:03 PM, "Jordan Deyton" <deytonjh@xxxxxxxx> wrote:
Jay/Alex,

I am currently experiencing a problem running the ParaViewWeb demo. Who is the primary POC for ParaView integration? (Also, feel free to CC this to the ice-dev list if you think that would be best.)

After much trial and error navigating available ports on our main dev server, I have figured out how to run the simple server Sebastian (?) wrote. But at the moment I get a FileNotFoundException on the Java client side.

java.io.FileNotFoundException: http://remotehost:61000/rpc-http/viewport.image.render
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
    at com.kitware.vtk.web.VtkWebClientHttpImpl.makeRequest(VtkWebClientHttpImpl.java:74)
    at com.kitware.vtk.web.VtkWebClientHttpImpl.access$0(VtkWebClientHttpImpl.java:50)
    at com.kitware.vtk.web.VtkWebClientHttpImpl$3.call(VtkWebClientHttpImpl.java:133)
    at com.kitware.vtk.web.VtkWebClientHttpImpl$3.call(VtkWebClientHttpImpl.java:1)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

Jordan

--
Jordan Deyton
Oak Ridge National Laboratory
Telephone: (865) 574-1091
Email: deytonjh@xxxxxxxx


Back to the top