[Paraview] Help me

Ilya Sukhachev lifeandfree at gmail.com
Mon Sep 29 23:36:10 EDT 2014


Good day!

Yes, of course
Attached.
Also put the configuration file Apache.

Ilya

2014-09-29 20:54 GMT+06:00 Scott Wittenburg <scott.wittenburg at kitware.com>:

> 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, Илья Сухачев <lifeandfree at gmail.com>
> 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 Илья Сухачев <lifeandfree at gmail.com>:
>>
>>> 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 <
>>> sebastien.jourdain at kitware.com>:
>>>
>>>> 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, Илья Сухачев <lifeandfree at gmail.com>
>>>> 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 <
>>>>> sebastien.jourdain at kitware.com>:
>>>>>
>>>>>> 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, Илья Сухачев <lifeandfree at gmail.com>
>>>>>> 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 <
>>>>>>> sebastien.jourdain at kitware.com>:
>>>>>>>
>>>>>>>> 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 <
>>>>>>>> sebastien.jourdain at kitware.com> 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, Илья Сухачев <
>>>>>>>>> lifeandfree at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140930/13bcad7a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: launcher.json
Type: application/json
Size: 1410 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140930/13bcad7a/attachment-0001.json>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 001-pvw.conf
Type: application/octet-stream
Size: 774 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140930/13bcad7a/attachment-0001.obj>


More information about the ParaView mailing list