Closed
Bug 519161
Opened 15 years ago
Closed 15 years ago
Cron job on mradm02 for downloadstats is failing
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fox2mike, Unassigned)
Details
Has the following error :
Traceback (most recent call last):
File "/data/generic/www/downloadstats.mozilla.com/bin/updatejson.py", line 57, in ?
f = urllib.urlopen(pair[0])
File "/usr/lib64/python2.4/urllib.py", line 82, in urlopen
return opener.open(url)
File "/usr/lib64/python2.4/urllib.py", line 190, in open
return getattr(self, name)(url)
File "/usr/lib64/python2.4/urllib.py", line 313, in open_http
h.endheaders()
File "/usr/lib64/python2.4/httplib.py", line 804, in endheaders
self._send_output()
File "/usr/lib64/python2.4/httplib.py", line 685, in _send_output
self.send(msg)
File "/usr/lib64/python2.4/httplib.py", line 652, in send
self.connect()
File "/usr/lib64/python2.4/httplib.py", line 636, in connect
raise socket.error, msg
IOError: [Errno socket error] (111, 'Connection refused')
Line 57 (or right above) has two URLs that hit cm-metricsapp02 and when I hit those from the command line, they seem to work just fine (from mradm02).
The cron job runs every minute and is spewing quite a lot of emails, would be nice if we figure out what the issue is.
Reporter | ||
Comment 1•15 years ago
|
||
Eeek, wrong CC. Sorry!
Comment 2•15 years ago
|
||
Hmm... I'll check this out when I wake up.
Wanna solve this the hard way or the easy way?
Comment 3•15 years ago
|
||
... oh also why is this running python 2.4? It should run 2.5 or 2.6.
Comment 4•15 years ago
|
||
This looks like a firewall or connectivity issue. Probably not a code issue.
Assignee: nobody → server-ops
Component: downloadstats.mozilla.com → Server Operations
Product: Websites → mozilla.org
QA Contact: downloadstats-mozilla-com → mrz
Version: unspecified → other
Comment 5•15 years ago
|
||
It appears to be fixed now anyways.
/usr/bin/python2.6 /data/generic/www/downloadstats.mozilla.com/bin/updatejson.py
[root@mradm02 ~]#
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•