On Fri, Oct 3, 2014 at 12:03 AM, Ilya Sukhachev <[email protected]> wrote:
> Good day! > Thank. > > 2014-10-02 21:10 GMT+06:00 Scott Wittenburg <[email protected]> > : > > > On Thu, Oct 2, 2014 at 2:48 AM, Ilya Sukhachev <[email protected]> > wrote: >> >> Why update the browser page when it loses the session? Starts a new >> process in nature. Is there any way to fix this? >> >> I'm not sure what you are asking here. What do you mean by "update the > browser page"? > > *Go to page http://localhost/apps/Visualizer/ > <http://localhost/apps/Visualizer/>. We perform a series of actions. Press > F5. All flies. Session is lost.* > > Pressing F5 causes your page to reload, which triggers the event handlers I mentioned yesterday. If you don't want to close session when reloading page, you have to change the "stop" functionality set up in the index.html > When you disable the client (browser), the session remains on the server to >> hang. How to deal with it? >> >> See the index.html for your particular application. The body tag has > event handlers attached that will call the stop method when you close the > tab or hit the back button. In that stop method, you can do what you like, > like calling the rpc method "application.exit". > > *Good. Thank you. And please tell me where the class for the method to > "application.exit"? And at what point is the creation of a compound?* > > See "wamp.py". In the source tree, it's VTK/Web/Python/vtk/web/wamp.py. > When you connect multiple clients, very often produces the message: >> "Session did not start before timeout expired. Check session logs." >> Add a log file with errors, unless of course it will help. What could the >> reason for this? >> >> I looked briefly at your log files, and I'm not sure what could be going > on. Can all your clients reach the host where the pvpython processes are > running? > > > > *Go to page http://SERVER_IP/apps/Visualizer > <http://SERVER_IP/apps/Visualizer>. Displays your inscription ParaViewWeb. > Spinning wheel. And then the following message appears: "Session did not > start before timeout expired. Check session logs." And when such a couple > of users are connected. Helps to restart. But 3-5 sessions and the > application starts to behave inadequately.* > > > Again, I'm not sure what could be going on here. Usually, 3-5 session shouldn't be a problem. If you start running more than that, you might consider distributing the load a bit, see the Launching Examples guide for information about using multiple machines to host pvpython processes. http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/launching_examples > Ilya > > 2014-10-02 21:10 GMT+06:00 Scott Wittenburg <[email protected]> > : > >> >> >> On Thu, Oct 2, 2014 at 2:48 AM, Ilya Sukhachev <[email protected]> >> wrote: >> >>> Good day. >>> >>> Sorry. Not the file sent. >>> Attach desired. >>> Everything worked. >>> But there are a couple of questions. >>> >>> Glad you got something working. >> >> >>> Why update the browser page when it loses the session? Starts a new >>> process in nature. Is there any way to fix this? >>> >>> I'm not sure what you are asking here. What do you mean by "update the >> browser page"? >> >> >>> When you disable the client (browser), the session remains on the server to >>> hang. How to deal with it? >>> >>> See the index.html for your particular application. The body tag has >> event handlers attached that will call the stop method when you close the >> tab or hit the back button. In that stop method, you can do what you like, >> like calling the rpc method "application.exit". >> >> >>> When you connect multiple clients, very often produces the message: >>> "Session did not start before timeout expired. Check session logs." >>> Add a log file with errors, unless of course it will help. What could the >>> reason for this? >>> >>> I looked briefly at your log files, and I'm not sure what could be going >> on. Can all your clients reach the host where the pvpython processes are >> running? >> >> Cheers, >> Scott >> >> >> >>> Sincerely, Ilya >>> >>> 2014-10-01 20:09 GMT+06:00 Scott Wittenburg < >>> [email protected]>: >>> >>>> The launcher config file you sent to the list was missing a >>>> "visualizer" entry, but those instructions have one. Other than that, are >>>> things working properly now? When we do find problems with the >>>> instructions, we try to fix them, but I'm not sure yet if this is one of >>>> those cases. >>>> >>>> Cheers, >>>> Scott >>>> >>>> On Wed, Oct 1, 2014 at 6:06 AM, Ilya Sukhachev <[email protected]> >>>> wrote: >>>> >>>>> Good day. >>>>> >>>>> For the settings I used your instruction online >>>>> http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/ubuntu_14_04 >>>>> . >>>>> Did everything there. Would you say it does not work? >>>>> >>>>> Ilya >>>>> >>>>> 2014-09-30 20:43 GMT+06:00 Scott Wittenburg < >>>>> [email protected]>: >>>>> >>>>>> Your client side request to the launcher is asking for the >>>>>> "visualizer" application, while the launcher (according to your launcher >>>>>> config) doesn't know about a command line to start that application. Try >>>>>> changing the "pipeline" key under the "apps" section to "visualizer". >>>>>> >>>>>> Cheers, >>>>>> Scott >>>>>> >>>>>> >>>>>> On Mon, Sep 29, 2014 at 9:36 PM, Ilya Sukhachev < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Good day! >>>>>>> >>>>>>> Yes, of course >>>>>>> Attached. >>>>>>> Also put the configuration file Apache. >>>>>>> >>>>>>> Ilya >>>>>>> >>>>>>> 2014-09-29 20:54 GMT+06:00 Scott Wittenburg < >>>>>>> [email protected]>: >>>>>>> >>>>>>>> Can you share your launcher configuration file? It appears you may >>>>>>>> have no "visualizer" application command line configured. >>>>>>>> >>>>>>>> Cheers, >>>>>>>> Scott >>>>>>>> >>>>>>>> >>>>>>>> On Mon, Sep 29, 2014 at 1:43 AM, Илья Сухачев < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> >>>>>>>>> And there is another question. >>>>>>>>> Deployed software. I go to http://localhost/apps/Visualizer /. As >>>>>>>>> a result, I see only the inscription ParaViewWeb and flailing >>>>>>>>> wheel. And he gave me a list of errors in the console: >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1439, in dataReceived >>>>>>>>> finishCallback(data[contentLength:]) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1668, in _finishRequestBody >>>>>>>>> self.allContentReceived() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1731, in allContentReceived >>>>>>>>> req.requestReceived(command, path, version) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 827, in requestReceived >>>>>>>>> self.process() >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 189, in process >>>>>>>>> self.render(resrc) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 238, in render >>>>>>>>> body = resrc.render(self) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/resource.py", >>>>>>>>> line 250, in render >>>>>>>>> return m(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 399, in render_POST >>>>>>>>> session = self.session_manager.createSession(payload) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 182, in createSession >>>>>>>>> options['cmd'] = >>>>>>>>> replaceList(self.config['apps'][options['application']]['cmd'], >>>>>>>>> [options, >>>>>>>>> self.config['properties']]) >>>>>>>>> exceptions.KeyError: u'visualizer' >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 321, in processingFailed >>>>>>>>> % webutil.formatFailure(reason)) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/util.py", >>>>>>>>> line 425, in formatFailure >>>>>>>>> flattenString(None, >>>>>>>>> FailureElement(myFailure)).addBoth(result.append) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 420, in flattenString >>>>>>>>> d = flatten(request, root, io.write) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 402, in flatten >>>>>>>>> _writeFlattenedData(state, write, result) >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 359, in _writeFlattenedData >>>>>>>>> element = state.next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 326, in _flattenTree >>>>>>>>> raise FlattenerError(e, roots, extract_tb(exc_info()[2])) >>>>>>>>> twisted.web.error.FlattenerError: Exception while flattening: >>>>>>>>> <twisted.web.util.FailureElement object at 0x31534d0> >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 317, in _flattenTree >>>>>>>>> element = stack[-1].next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 286, in _flattenElement >>>>>>>>> result = root.render(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_element.py", >>>>>>>>> line 184, in render >>>>>>>>> return loader.load() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 465, in load >>>>>>>>> self._loadedTemplate = self._loadDoc() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 446, in _loadDoc >>>>>>>>> f = self._path.open('r') >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/python/filepath.py", >>>>>>>>> line 828, in open >>>>>>>>> return open(self.path, mode + 'b') >>>>>>>>> IOError: [Errno 2] No such file or directory: >>>>>>>>> '/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/failure.xhtml' >>>>>>>>> >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1439, in dataReceived >>>>>>>>> finishCallback(data[contentLength:]) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1668, in _finishRequestBody >>>>>>>>> self.allContentReceived() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1731, in allContentReceived >>>>>>>>> req.requestReceived(command, path, version) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 827, in requestReceived >>>>>>>>> self.process() >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 189, in process >>>>>>>>> self.render(resrc) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 238, in render >>>>>>>>> body = resrc.render(self) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/resource.py", >>>>>>>>> line 250, in render >>>>>>>>> return m(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 399, in render_POST >>>>>>>>> session = self.session_manager.createSession(payload) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 182, in createSession >>>>>>>>> options['cmd'] = >>>>>>>>> replaceList(self.config['apps'][options['application']]['cmd'], >>>>>>>>> [options, >>>>>>>>> self.config['properties']]) >>>>>>>>> exceptions.KeyError: u'visualizer' >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 321, in processingFailed >>>>>>>>> % webutil.formatFailure(reason)) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/util.py", >>>>>>>>> line 425, in formatFailure >>>>>>>>> flattenString(None, >>>>>>>>> FailureElement(myFailure)).addBoth(result.append) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 420, in flattenString >>>>>>>>> d = flatten(request, root, io.write) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 402, in flatten >>>>>>>>> _writeFlattenedData(state, write, result) >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 359, in _writeFlattenedData >>>>>>>>> element = state.next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 326, in _flattenTree >>>>>>>>> raise FlattenerError(e, roots, extract_tb(exc_info()[2])) >>>>>>>>> twisted.web.error.FlattenerError: Exception while flattening: >>>>>>>>> <twisted.web.util.FailureElement object at 0x313ac10> >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 317, in _flattenTree >>>>>>>>> element = stack[-1].next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 286, in _flattenElement >>>>>>>>> result = root.render(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_element.py", >>>>>>>>> line 184, in render >>>>>>>>> return loader.load() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 465, in load >>>>>>>>> self._loadedTemplate = self._loadDoc() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 446, in _loadDoc >>>>>>>>> f = self._path.open('r') >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/python/filepath.py", >>>>>>>>> line 828, in open >>>>>>>>> return open(self.path, mode + 'b') >>>>>>>>> IOError: [Errno 2] No such file or directory: >>>>>>>>> '/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/failure.xhtml' >>>>>>>>> >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1439, in dataReceived >>>>>>>>> finishCallback(data[contentLength:]) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1668, in _finishRequestBody >>>>>>>>> self.allContentReceived() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1731, in allContentReceived >>>>>>>>> req.requestReceived(command, path, version) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 827, in requestReceived >>>>>>>>> self.process() >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 189, in process >>>>>>>>> self.render(resrc) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 238, in render >>>>>>>>> body = resrc.render(self) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/resource.py", >>>>>>>>> line 250, in render >>>>>>>>> return m(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 399, in render_POST >>>>>>>>> session = self.session_manager.createSession(payload) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 182, in createSession >>>>>>>>> options['cmd'] = >>>>>>>>> replaceList(self.config['apps'][options['application']]['cmd'], >>>>>>>>> [options, >>>>>>>>> self.config['properties']]) >>>>>>>>> exceptions.KeyError: u'visualizer' >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 321, in processingFailed >>>>>>>>> % webutil.formatFailure(reason)) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/util.py", >>>>>>>>> line 425, in formatFailure >>>>>>>>> flattenString(None, >>>>>>>>> FailureElement(myFailure)).addBoth(result.append) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 420, in flattenString >>>>>>>>> d = flatten(request, root, io.write) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 402, in flatten >>>>>>>>> _writeFlattenedData(state, write, result) >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 359, in _writeFlattenedData >>>>>>>>> element = state.next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 326, in _flattenTree >>>>>>>>> raise FlattenerError(e, roots, extract_tb(exc_info()[2])) >>>>>>>>> twisted.web.error.FlattenerError: Exception while flattening: >>>>>>>>> <twisted.web.util.FailureElement object at 0x313acd0> >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 317, in _flattenTree >>>>>>>>> element = stack[-1].next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 286, in _flattenElement >>>>>>>>> result = root.render(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_element.py", >>>>>>>>> line 184, in render >>>>>>>>> return loader.load() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 465, in load >>>>>>>>> self._loadedTemplate = self._loadDoc() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 446, in _loadDoc >>>>>>>>> f = self._path.open('r') >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/python/filepath.py", >>>>>>>>> line 828, in open >>>>>>>>> return open(self.path, mode + 'b') >>>>>>>>> IOError: [Errno 2] No such file or directory: >>>>>>>>> '/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/failure.xhtml' >>>>>>>>> >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1439, in dataReceived >>>>>>>>> finishCallback(data[contentLength:]) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1668, in _finishRequestBody >>>>>>>>> self.allContentReceived() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1731, in allContentReceived >>>>>>>>> req.requestReceived(command, path, version) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 827, in requestReceived >>>>>>>>> self.process() >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 189, in process >>>>>>>>> self.render(resrc) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 238, in render >>>>>>>>> body = resrc.render(self) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/resource.py", >>>>>>>>> line 250, in render >>>>>>>>> return m(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 399, in render_POST >>>>>>>>> session = self.session_manager.createSession(payload) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 182, in createSession >>>>>>>>> options['cmd'] = >>>>>>>>> replaceList(self.config['apps'][options['application']]['cmd'], >>>>>>>>> [options, >>>>>>>>> self.config['properties']]) >>>>>>>>> exceptions.KeyError: u'visualizer' >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 321, in processingFailed >>>>>>>>> % webutil.formatFailure(reason)) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/util.py", >>>>>>>>> line 425, in formatFailure >>>>>>>>> flattenString(None, >>>>>>>>> FailureElement(myFailure)).addBoth(result.append) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 420, in flattenString >>>>>>>>> d = flatten(request, root, io.write) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 402, in flatten >>>>>>>>> _writeFlattenedData(state, write, result) >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 359, in _writeFlattenedData >>>>>>>>> element = state.next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 326, in _flattenTree >>>>>>>>> raise FlattenerError(e, roots, extract_tb(exc_info()[2])) >>>>>>>>> twisted.web.error.FlattenerError: Exception while flattening: >>>>>>>>> <twisted.web.util.FailureElement object at 0x314a410> >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 317, in _flattenTree >>>>>>>>> element = stack[-1].next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 286, in _flattenElement >>>>>>>>> result = root.render(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_element.py", >>>>>>>>> line 184, in render >>>>>>>>> return loader.load() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 465, in load >>>>>>>>> self._loadedTemplate = self._loadDoc() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 446, in _loadDoc >>>>>>>>> f = self._path.open('r') >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/python/filepath.py", >>>>>>>>> line 828, in open >>>>>>>>> return open(self.path, mode + 'b') >>>>>>>>> IOError: [Errno 2] No such file or directory: >>>>>>>>> '/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/failure.xhtml' >>>>>>>>> >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1439, in dataReceived >>>>>>>>> finishCallback(data[contentLength:]) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1668, in _finishRequestBody >>>>>>>>> self.allContentReceived() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1731, in allContentReceived >>>>>>>>> req.requestReceived(command, path, version) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 827, in requestReceived >>>>>>>>> self.process() >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 189, in process >>>>>>>>> self.render(resrc) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 238, in render >>>>>>>>> body = resrc.render(self) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/resource.py", >>>>>>>>> line 250, in render >>>>>>>>> return m(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 399, in render_POST >>>>>>>>> session = self.session_manager.createSession(payload) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 182, in createSession >>>>>>>>> options['cmd'] = >>>>>>>>> replaceList(self.config['apps'][options['application']]['cmd'], >>>>>>>>> [options, >>>>>>>>> self.config['properties']]) >>>>>>>>> exceptions.KeyError: u'visualizer' >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 321, in processingFailed >>>>>>>>> % webutil.formatFailure(reason)) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/util.py", >>>>>>>>> line 425, in formatFailure >>>>>>>>> flattenString(None, >>>>>>>>> FailureElement(myFailure)).addBoth(result.append) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 420, in flattenString >>>>>>>>> d = flatten(request, root, io.write) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 402, in flatten >>>>>>>>> _writeFlattenedData(state, write, result) >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 359, in _writeFlattenedData >>>>>>>>> element = state.next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 326, in _flattenTree >>>>>>>>> raise FlattenerError(e, roots, extract_tb(exc_info()[2])) >>>>>>>>> twisted.web.error.FlattenerError: Exception while flattening: >>>>>>>>> <twisted.web.util.FailureElement object at 0x314aed0> >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 317, in _flattenTree >>>>>>>>> element = stack[-1].next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 286, in _flattenElement >>>>>>>>> result = root.render(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_element.py", >>>>>>>>> line 184, in render >>>>>>>>> return loader.load() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 465, in load >>>>>>>>> self._loadedTemplate = self._loadDoc() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 446, in _loadDoc >>>>>>>>> f = self._path.open('r') >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/python/filepath.py", >>>>>>>>> line 828, in open >>>>>>>>> return open(self.path, mode + 'b') >>>>>>>>> IOError: [Errno 2] No such file or directory: >>>>>>>>> '/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/failure.xhtml' >>>>>>>>> >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1439, in dataReceived >>>>>>>>> finishCallback(data[contentLength:]) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1668, in _finishRequestBody >>>>>>>>> self.allContentReceived() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1731, in allContentReceived >>>>>>>>> req.requestReceived(command, path, version) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 827, in requestReceived >>>>>>>>> self.process() >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 189, in process >>>>>>>>> self.render(resrc) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 238, in render >>>>>>>>> body = resrc.render(self) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/resource.py", >>>>>>>>> line 250, in render >>>>>>>>> return m(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 399, in render_POST >>>>>>>>> session = self.session_manager.createSession(payload) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 182, in createSession >>>>>>>>> options['cmd'] = >>>>>>>>> replaceList(self.config['apps'][options['application']]['cmd'], >>>>>>>>> [options, >>>>>>>>> self.config['properties']]) >>>>>>>>> exceptions.KeyError: u'visualizer' >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 321, in processingFailed >>>>>>>>> % webutil.formatFailure(reason)) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/util.py", >>>>>>>>> line 425, in formatFailure >>>>>>>>> flattenString(None, >>>>>>>>> FailureElement(myFailure)).addBoth(result.append) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 420, in flattenString >>>>>>>>> d = flatten(request, root, io.write) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 402, in flatten >>>>>>>>> _writeFlattenedData(state, write, result) >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 359, in _writeFlattenedData >>>>>>>>> element = state.next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 326, in _flattenTree >>>>>>>>> raise FlattenerError(e, roots, extract_tb(exc_info()[2])) >>>>>>>>> twisted.web.error.FlattenerError: Exception while flattening: >>>>>>>>> <twisted.web.util.FailureElement object at 0x314af10> >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 317, in _flattenTree >>>>>>>>> element = stack[-1].next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 286, in _flattenElement >>>>>>>>> result = root.render(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_element.py", >>>>>>>>> line 184, in render >>>>>>>>> return loader.load() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 465, in load >>>>>>>>> self._loadedTemplate = self._loadDoc() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 446, in _loadDoc >>>>>>>>> f = self._path.open('r') >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/python/filepath.py", >>>>>>>>> line 828, in open >>>>>>>>> return open(self.path, mode + 'b') >>>>>>>>> IOError: [Errno 2] No such file or directory: >>>>>>>>> '/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/failure.xhtml' >>>>>>>>> >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1439, in dataReceived >>>>>>>>> finishCallback(data[contentLength:]) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1668, in _finishRequestBody >>>>>>>>> self.allContentReceived() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 1731, in allContentReceived >>>>>>>>> req.requestReceived(command, path, version) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/http.py", >>>>>>>>> line 827, in requestReceived >>>>>>>>> self.process() >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 189, in process >>>>>>>>> self.render(resrc) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 238, in render >>>>>>>>> body = resrc.render(self) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/resource.py", >>>>>>>>> line 250, in render >>>>>>>>> return m(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 399, in render_POST >>>>>>>>> session = self.session_manager.createSession(payload) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-current/lib/paraview-4.2/site-packages/vtk/web/launcher.py", >>>>>>>>> line 182, in createSession >>>>>>>>> options['cmd'] = >>>>>>>>> replaceList(self.config['apps'][options['application']]['cmd'], >>>>>>>>> [options, >>>>>>>>> self.config['properties']]) >>>>>>>>> exceptions.KeyError: u'visualizer' >>>>>>>>> Unhandled Error >>>>>>>>> Traceback (most recent call last): >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/server.py", >>>>>>>>> line 321, in processingFailed >>>>>>>>> % webutil.formatFailure(reason)) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/util.py", >>>>>>>>> line 425, in formatFailure >>>>>>>>> flattenString(None, >>>>>>>>> FailureElement(myFailure)).addBoth(result.append) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 420, in flattenString >>>>>>>>> d = flatten(request, root, io.write) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 402, in flatten >>>>>>>>> _writeFlattenedData(state, write, result) >>>>>>>>> --- <exception caught here> --- >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 359, in _writeFlattenedData >>>>>>>>> element = state.next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 326, in _flattenTree >>>>>>>>> raise FlattenerError(e, roots, extract_tb(exc_info()[2])) >>>>>>>>> twisted.web.error.FlattenerError: Exception while flattening: >>>>>>>>> <twisted.web.util.FailureElement object at 0x315f950> >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 317, in _flattenTree >>>>>>>>> element = stack[-1].next() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_flatten.py", >>>>>>>>> line 286, in _flattenElement >>>>>>>>> result = root.render(request) >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/_element.py", >>>>>>>>> line 184, in render >>>>>>>>> return loader.load() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 465, in load >>>>>>>>> self._loadedTemplate = self._loadDoc() >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/template.py", >>>>>>>>> line 446, in _loadDoc >>>>>>>>> f = self._path.open('r') >>>>>>>>> File >>>>>>>>> "/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/python/filepath.py", >>>>>>>>> line 828, in open >>>>>>>>> return open(self.path, mode + 'b') >>>>>>>>> IOError: [Errno 2] No such file or directory: >>>>>>>>> '/data/pv/pv-20140410/lib/paraview-4.2/site-packages/twisted/web/failure.xhtml' >>>>>>>>> >>>>>>>>> >>>>>>>>> In logs file error.log: >>>>>>>>> [Mon Sep 29 13:34:03.884092 2014] [proxy_http:error] [pid >>>>>>>>> 14562:tid 140533745776384] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38924] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:03.905642 2014] [proxy_http:error] [pid >>>>>>>>> 14562:tid 140533720598272] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38923] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:03.908441 2014] [proxy_http:error] [pid >>>>>>>>> 14563:tid 140533787739904] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38925] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:03.923450 2014] [proxy_http:error] [pid >>>>>>>>> 14563:tid 140533762561792] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38926] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:03.925919 2014] [proxy_http:error] [pid >>>>>>>>> 14563:tid 140533754169088] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38922] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:03.928206 2014] [proxy_http:error] [pid >>>>>>>>> 14563:tid 140533745776384] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38921] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:03.930176 2014] [proxy_http:error] [pid >>>>>>>>> 14563:tid 140533737383680] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38933] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:03.930197 2014] [proxy:error] [pid 14563:tid >>>>>>>>> 140533737383680] [client 127.0.0.1:38933] AH00898: Error reading >>>>>>>>> from remote server returned by /paraview/, referer: >>>>>>>>> http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:20.357181 2014] [proxy_http:error] [pid >>>>>>>>> 14563:tid 140533787739904] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38939] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:20.359293 2014] [proxy_http:error] [pid >>>>>>>>> 14563:tid 140533762561792] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38940] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:20.361335 2014] [proxy_http:error] [pid >>>>>>>>> 14562:tid 140533829703424] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38944] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:20.363796 2014] [proxy_http:error] [pid >>>>>>>>> 14562:tid 140533854881536] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38943] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:20.366176 2014] [proxy_http:error] [pid >>>>>>>>> 14562:tid 140533821310720] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38942] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:20.368434 2014] [proxy_http:error] [pid >>>>>>>>> 14562:tid 140533804525312] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38941] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:20.370937 2014] [proxy_http:error] [pid >>>>>>>>> 14563:tid 140533754169088] (20014)Internal error: [client >>>>>>>>> 127.0.0.1:38951] AH01102: error reading status line from remote >>>>>>>>> server localhost:8080, referer: http://localhost/apps/Visualizer/ >>>>>>>>> [Mon Sep 29 13:34:20.370960 2014] [proxy:error] [pid 14563:tid >>>>>>>>> 140533754169088] [client 127.0.0.1:38951] AH00898: Error reading >>>>>>>>> from remote server returned by /paraview/, referer: >>>>>>>>> http://localhost/apps/Visualizer/ >>>>>>>>> >>>>>>>>> >>>>>>>>> 2014-09-29 10:30 GMT+06:00 Илья Сухачев <[email protected]>: >>>>>>>>> >>>>>>>>>> Good day. >>>>>>>>>> Thank you. >>>>>>>>>> >>>>>>>>>> You may be able to explain. What kind of filter is it? >>>>>>>>>> >>>>>>>>>> Ilya >>>>>>>>>> >>>>>>>>>> 2014-09-26 20:18 GMT+06:00 Sebastien Jourdain < >>>>>>>>>> [email protected]>: >>>>>>>>>> >>>>>>>>>>> ParaView 4.2 has been released, so that would be the latest >>>>>>>>>>> stable version available. >>>>>>>>>>> There is no localization per say but the filter names could be >>>>>>>>>>> customized the way you want. >>>>>>>>>>> >>>>>>>>>>> For continuous live visualization it is possible but that will >>>>>>>>>>> be a custom development. And for that you can contact Kitware for >>>>>>>>>>> either a >>>>>>>>>>> support contract (http://www.kitware.com/products/support.html) >>>>>>>>>>> or an end-product development ( >>>>>>>>>>> http://www.kitware.com/products/consulting.html). >>>>>>>>>>> >>>>>>>>>>> Seb >>>>>>>>>>> >>>>>>>>>>> On Fri, Sep 26, 2014 at 4:57 AM, Илья Сухачев < >>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>> >>>>>>>>>>>> thank you, ok. try to understand. I put the stable version and >>>>>>>>>>>> not the release candidate. >>>>>>>>>>>> >>>>>>>>>>>> But there are a few more questions. >>>>>>>>>>>> Do files are responsible for localization? I need to replace >>>>>>>>>>>> the language in the design parawiewweb. >>>>>>>>>>>> And the second. Is there a possibility of the file from which the >>>>>>>>>>>> object is loaded into the web, continuously read the data? That >>>>>>>>>>>> is to update the image in the browser loading new data, but >>>>>>>>>>>> this is not in the manual and automatic. >>>>>>>>>>>> >>>>>>>>>>>> Sincerely, >>>>>>>>>>>> Sukhachev Ilya! >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> 2014-09-25 19:21 GMT+06:00 Sebastien Jourdain < >>>>>>>>>>>> [email protected]>: >>>>>>>>>>>> >>>>>>>>>>>>> The top bar is not green anymore. Try to replace the directory >>>>>>>>>>>>> /lib, /apps, /ext within the ParaView /www inside the directory >>>>>>>>>>>>> you serve >>>>>>>>>>>>> with Apache. >>>>>>>>>>>>> Moreover, can you enable the development tools on your browser >>>>>>>>>>>>> to see what kind of error you got? >>>>>>>>>>>>> >>>>>>>>>>>>> Did you look also at the different types of logs? Apache, >>>>>>>>>>>>> Launcher (see config to know where you choose to put them). >>>>>>>>>>>>> That could also give you an idea on what went wrong. >>>>>>>>>>>>> >>>>>>>>>>>>> Seb >>>>>>>>>>>>> >>>>>>>>>>>>> On Thu, Sep 25, 2014 at 3:02 AM, Илья Сухачев < >>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> Hi, Sebastien >>>>>>>>>>>>>> >>>>>>>>>>>>>> Thank you. >>>>>>>>>>>>>> I just took advantage of this documentation and to deploy. >>>>>>>>>>>>>> I ran the script /data/pvw/bin/start.sh. >>>>>>>>>>>>>> But when entering the address: >>>>>>>>>>>>>> http://localhost/apps/Visualizer is only displayed only the >>>>>>>>>>>>>> green bar at the top of the window, and nothing more. >>>>>>>>>>>>>> That in this case? >>>>>>>>>>>>>> >>>>>>>>>>>>>> Sincerely, >>>>>>>>>>>>>> Sukhachev Ilya! >>>>>>>>>>>>>> >>>>>>>>>>>>>> 2014-09-24 20:33 GMT+06:00 Sebastien Jourdain < >>>>>>>>>>>>>> [email protected]>: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Moreover, the documentation that get's updated automatically >>>>>>>>>>>>>>> can be found at the following address. (Which might be more >>>>>>>>>>>>>>> accurate.) >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> This is the one you find when you go on paraview.org and go >>>>>>>>>>>>>>> to the documentation section. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Seb >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> On Wed, Sep 24, 2014 at 8:30 AM, Sebastien Jourdain < >>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Hi Sukhachev, >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> The one thing that might not be explicit about the >>>>>>>>>>>>>>>> ubuntu_14_04 guide might be that the script "/data/pvw/bin/ >>>>>>>>>>>>>>>> start.sh" should be launched with a DISPLAY setup. >>>>>>>>>>>>>>>> Otherwise, you will have to be more explicit on what you've >>>>>>>>>>>>>>>> done and what is not working. The log files usually helps to >>>>>>>>>>>>>>>> see what >>>>>>>>>>>>>>>> was skipped from the documentation. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Seb >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> On Tue, Sep 23, 2014 at 11:30 PM, Илья Сухачев < >>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Good day! >>>>>>>>>>>>>>>>> Prompt please. >>>>>>>>>>>>>>>>> I used the instructions for deployment on Linux Ubuntu >>>>>>>>>>>>>>>>> Paraviewweb ( >>>>>>>>>>>>>>>>> http://paraviewweb.kitware.com/#!/guide/ubuntu_14_04) >>>>>>>>>>>>>>>>> Unfolded, but for some reason I can not open in the web >>>>>>>>>>>>>>>>> browser Visualizer (http: // localhost / apps / >>>>>>>>>>>>>>>>> Visualizer /) >>>>>>>>>>>>>>>>> When deployment by using the ( >>>>>>>>>>>>>>>>> http://paraviewweb.kitware.com/#!/guide/quick_start), I >>>>>>>>>>>>>>>>> can run only as 1 Ceci. >>>>>>>>>>>>>>>>> How do I get access to many jobs, and through the web? >>>>>>>>>>>>>>>>> Thank you >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Sincerely, >>>>>>>>>>>>>>>>> Sukhachev Ilya! >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>>>>>> Powered by www.kitware.com >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Visit other Kitware open-source projects at >>>>>>>>>>>>>>>>> http://www.kitware.com/opensource/opensource.html >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Please keep messages on-topic and check the ParaView Wiki >>>>>>>>>>>>>>>>> at: http://paraview.org/Wiki/ParaView >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Follow this link to subscribe/unsubscribe: >>>>>>>>>>>>>>>>> http://public.kitware.com/mailman/listinfo/paraview >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> С уважением, >>>>>>>>>>>>>> Сухачев Илья! >>>>>>>>>>>>>> +7 912 216 72 72 >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> С уважением, >>>>>>>>>>>> Сухачев Илья! >>>>>>>>>>>> +7 912 216 72 72 >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> С уважением, >>>>>>>>>> Сухачев Илья! >>>>>>>>>> +7 912 216 72 72 >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> С уважением, >>>>>>>>> Сухачев Илья! >>>>>>>>> +7 912 216 72 72 >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Powered by www.kitware.com >>>>>>>>> >>>>>>>>> Visit other Kitware open-source projects at >>>>>>>>> http://www.kitware.com/opensource/opensource.html >>>>>>>>> >>>>>>>>> Please keep messages on-topic and check the ParaView Wiki at: >>>>>>>>> http://paraview.org/Wiki/ParaView >>>>>>>>> >>>>>>>>> Follow this link to subscribe/unsubscribe: >>>>>>>>> http://public.kitware.com/mailman/listinfo/paraview >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> С уважением, >>>>>>> Сухачев Илья! >>>>>>> +7 912 216 72 72 >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> С уважением, >>>>> Сухачев Илья! >>>>> +7 912 216 72 72 >>>>> >>>> >>>> >>> >>> >>> -- >>> С уважением, >>> Сухачев Илья! >>> +7 912 216 72 72 >>> >> >> > > > -- > С уважением, > Сухачев Илья! > +7 912 216 72 72 >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
