Hello there,
For some reason I've started to get a "random" error when accessing the Network Explorer map on my NAV installation. Can someone please tell me what might be wrong? Here is the error output in my browser:
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/nav/web/pyproxy/proxy.py", line 61, in handler user=user, session=req.session.id) File "/usr/lib/python2.4/site-packages/nav/web/pyproxy/proxy.py", line 124, in doRequest request.request(method, path, query, headers) File "httplib.py", line 804, in request self._send_request(method, url, body, headers) File "httplib.py", line 827, in _send_request self.endheaders() File "httplib.py", line 798, in endheaders self._send_output() File "httplib.py", line 679, in _send_output self.send(msg) File "httplib.py", line 646, in send self.connect() File "httplib.py", line 630, in connect raise socket.error, msg error: (111, 'Connection refused')
Any ideas? Thanks.
------------------------------------------------------ Vidar Stokkenes Networking Consulant Dep. for networking og telecommunications HN IKT - Tromsø
Tlf: 76 16 61 87 / 77 66 99 55 Cell: 95 87 99 42 e-mail: vidar.stokkenes@hn-ikt.nomailto:vidar.stokkenes@hn-ikt.no [cid:image001.png@01C8C22E.0DC9C3F0]
On Fri, 30 May 2008 08:20:43 +0200 Stokkenes Vidar Vidar.Stokkenes@hn-ikt.no wrote:
Hello there,
Hi Vidar.
For some reason I've started to get a "random" error when accessing the Network Explorer map on my NAV installation. Can someone please tell me what might be wrong?
By "random", do you mean "intermittent"?
Here is the error output in my browser:
[snip]
error: (111, 'Connection refused')
Any ideas? Thanks.
I assume you're running the Debian package, based on the file paths in the traceback. Is your Tomcat server up and running and listening to port 8180? Can you access it on that port from localhost, using lynx or similar tools?
You could also check the logs in /var/log/tomcat5.5/ .