Hi Sebastien,
OK, I finally upgrade to Ubuntu 14.04 and apache 2.4! however, I still
have some issue. again I see the render window pop up in the background,
in the browser I have the ParaView web logo and spinning wheel, now
after a few seconds a dialog: Session did not start before timeout
expired. Check session logs.
I cranked up the log verbosity in apache. attached everything. Any idea
what the problem is? how to get more info? paraview has an error, how
does that get reported?
Thanks
Burlen
On 11/24/2014 12:48 PM, Sebastien Jourdain wrote:
Apache 2.2 will probably be an issue as WS forwarding was not properly
supported with url rewrite.
You may need to build Apache yourself on that distribution. The one
that have all the fix and is supposed to work is 2.4.7+.
We have some additional documentation about that part here:
http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/apache_front_end
<http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#%21/guide/apache_front_end>
Seb
On Mon, Nov 24, 2014 at 12:47 PM, Burlen Loring <[email protected]
<mailto:[email protected]>> wrote:
Hi Sebastien,
this is for a public deployment but I am testing in the browser
while it locally logged into the system. This server is running
ubuntu 11.04, apache 2.2.22. I hope that this isn't a roadblock.I
can't easily upgrade.
your instructions for 14.04 went off OK but in 2 spots I had to
find a work around:
1) proxy_wstunnel had to be installed manually, this went without
a hitch and it loaded up without error
2) in the apache config I had to comment #Require all granted as
that wasn't valid in 2.2
the session id was in the proxy.txt file and had the port number
9100 which I see elsewhere in the logs, so that looks OK.
I'm attaching the launcher config.
the apache config is pasted below.
131
################################################################################333
132 <VirtualHost *:80>
133 ServerName paraview.lbl.gov <http://paraview.lbl.gov>
134 ServerAdmin [email protected] <mailto:[email protected]>
135 DocumentRoot /var/www/ParaView/www
136 ErrorLog "/var/www/ParaView/logs/error.log"
137 CustomLog "/var/www/ParaView/logs/access.log" common
138
139 <Directory "/var/www/ParaView/www">
140 Options Indexes FollowSymLinks
141 Order allow,deny
142 Allow from all
143 AllowOverride None
144 #for ver >= 2.4
145 #Require all granted
146 </Directory>
147
148 # Handle launcher forwarding
149 ProxyPass /paraview http://localhost:8080/paraview
150
151 # Handle WebSocket forwarding
152 RewriteEngine On
153 RewriteMap session-to-port txt:/var/www/ParaView/proxy.txt
154 RewriteCond %{QUERY_STRING} ^sessionId=(.*)$ [NC]
155 RewriteRule ^/proxy.*$ ws://${session-to-port:%1}/ws [P]
156 </VirtualHost>
On 11/24/2014 10:02 AM, Sebastien Jourdain wrote:
Hi Burlen,
Just to make sure, you are performing the install on an Ubuntu
14.04 ?
Are you trying to try it locally first using "localhost", or are
you targeting a real deploy with a real host name?
Can you share your config file for the launcher + apache?
(You can do it privately depending on your target deploy / security)
Moreover, can you validate that the session id
c3079f24-73f9-11e4-a023-002590202132 was properly mapped inside
the text file that is shared between Apache and the Python launcher?
Thanks,
Seb
On Mon, Nov 24, 2014 at 10:29 AM, burlen <[email protected]
<mailto:[email protected]>> wrote:
Hi All,
Making an attempt to install ParaView web. I need some
assistance in trouble shooting. I am attaching a set of logs
from a single attempt. I'm following theinstructions for
Ubuntu 14.04
<http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#%21/guide/ubuntu_14_04>.
I see the x11 render window open, but the web page shows nothing.
from the error log
[Mon Nov 24 08:48:53 2014] [error] [client 131.243.240.15]
File does not exist: /var/www/ParaView/www/ws:
from the access log
131.243.240.15 - - [24/Nov/2014:08:48:53 -0800] "GET
/ws://localhost:9100/ws?sessionId=c3079f24-73f9-11e4-a023-002590202132
HTTP/1.1" 404 513
131.243.240.15 - - [24/Nov/2014:08:48:53 -0800] "GET
/proxy?sessionId=c3079f24-73f9-11e4-a023-002590202132
HTTP/1.1" 404 457
Seems that the problem potentially relates to web sockets.
How can I get further info about what's failing? Can anyone
give some hint on troubleshooting this issue?
Burlen
_______________________________________________
Powered by www.kitware.com <http://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
_______________________________________________
Powered bywww.kitware.com <http://www.kitware.com>
Visit other Kitware open-source projects
athttp://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
131.243.240.15 - - [25/Nov/2014:15:50:11 -0800] "POST /paraview/ HTTP/1.1" 200 321
2014-11-25 15:50:14-0800 [-] Log opened.
2014-11-25 15:50:14-0800 [-] Site starting on 9100
2014-11-25 15:50:14-0800 [-] Starting factory <twisted.web.server.Site instance
at 0x7fb8b400bef0>
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:50:14-0800 [-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2014-11-25 15:55:14-0800 [twisted.web.server.Site] (TCP Port 9100 Closed)
2014-11-25 15:55:14-0800 [twisted.web.server.Site] Stopping factory
<twisted.web.server.Site instance at 0x7fb8b400bef0>
2014-11-25 15:55:14-0800 [-] Main loop terminated.
[Tue Nov 25 15:50:11.009351 2014] [rewrite:trace1] [pid 24740] mod_rewrite.c(468): [client 131.243.240.15:44183] 131.243.240.15 - - [paraview.lbl.gov/sid#7fd7adba1d40][rid#7fd7adb300a0/initial] pass through /paraview/, referer: http://paraview.lbl.gov/apps/Visualizer/
[Tue Nov 25 15:50:11.009495 2014] [proxy:debug] [pid 24740] mod_proxy.c(1104): [client 131.243.240.15:44183] AH01143: Running scheme http handler (attempt 0), referer: http://paraview.lbl.gov/apps/Visualizer/
[Tue Nov 25 15:50:11.009509 2014] [proxy:debug] [pid 24740] proxy_util.c(2020): AH00942: HTTP: has acquired connection for (localhost)
[Tue Nov 25 15:50:11.009516 2014] [proxy:debug] [pid 24740] proxy_util.c(2072): [client 131.243.240.15:44183] AH00944: connecting http://localhost:8080/paraview/ to localhost:8080, referer: http://paraview.lbl.gov/apps/Visualizer/
[Tue Nov 25 15:50:11.009613 2014] [proxy:debug] [pid 24740] proxy_util.c(2206): [client 131.243.240.15:44183] AH00947: connected /paraview/ to localhost:8080, referer: http://paraview.lbl.gov/apps/Visualizer/
[Tue Nov 25 15:50:11.009680 2014] [proxy:debug] [pid 24740] proxy_util.c(2483): (111)Connection refused: AH00957: HTTP: attempt to connect to [::1]:8080 (localhost) failed
[Tue Nov 25 15:50:11.009751 2014] [proxy:debug] [pid 24740] proxy_util.c(2610): AH00962: HTTP: connection complete to [::1]:8080 (localhost)
[Tue Nov 25 15:50:11.235423 2014] [proxy:debug] [pid 24773] proxy_util.c(1694): AH00925: initializing worker http://localhost:8080/paraview shared
[Tue Nov 25 15:50:11.235489 2014] [proxy:debug] [pid 24773] proxy_util.c(1734): AH00927: initializing worker http://localhost:8080/paraview local
[Tue Nov 25 15:50:11.235516 2014] [proxy:debug] [pid 24773] proxy_util.c(1785): AH00931: initialized single connection worker in child 24773 for (localhost)
[Tue Nov 25 15:50:36.033147 2014] [proxy:debug] [pid 24740] proxy_util.c(2035): AH00943: http: has released connection for (localhost)
2014-11-25 15:49:33,277:INFO:twisted:Site starting on 8080
2014-11-25 15:49:33,277:INFO:twisted:Starting factory <twisted.web.server.Site instance at 0x7fa8d1756680>
2014-11-25 15:50:36,032:INFO:twisted:"127.0.0.1" - - [25/Nov/2014:23:50:35 +0000] "POST /paraview/ HTTP/1.1" 503 78 "http://paraview.lbl.gov/apps/Visualizer/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0"
cb0e3f70-74fd-11e4-a023-002590202132 localhost:9100
_______________________________________________
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