Trying to download CellProfiler returns an HTTP 500; trying to download CPA returns a Python cgi_tb page:
IOError Python 2.3.4: /usr/bin/python
Wed Aug 6 15:52:26 2008
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/web/www/htdocs/cellprofiler/cgi-bin/downloadCPA.cgi
58
59 form = cgi.FieldStorage()
60 save_info(form)
61 if form.has_key(“desturl”):
62 desturl = form"desturl"]
save_info = , form = FieldStorage(None, None, [FieldStorage(‘name’, N…zip’), FieldStorage(‘submit’, None, ‘Download’)])
/web/www/htdocs/cellprofiler/cgi-bin/downloadCPA.cgi in save_info(form=FieldStorage(None, None, [FieldStorage(‘name’, N…zip’), FieldStorage(‘submit’, None, ‘Download’)]))
53 except:
54 host = "Unknown"
55 fout = open (LOG_FILE, ‘a’)
56 fout.write(“Download by %s, %s at %s, remote address %s version %s\n”%(name or “Unknown”, institution or “Unknown”, time.ctime(time.time()), host, desturl))
57 fout.close()
fout undefined, builtin open = <type ‘file’>, global LOG_FILE = ‘/imaging/analysis/CPA_LogFiles/log.txt’
IOError: [Errno 5] Input/output error: '/imaging/analysis/CPA_LogFiles/log.txt’
args = (5, ‘Input/output error’)
errno = 5
filename = '/imaging/analysis/CPA_LogFiles/log.txt’
strerror = ‘Input/output error’