forked from trustodia/HPC416S
-
Notifications
You must be signed in to change notification settings - Fork 0
/
usearch7.0.1001_i86linux32
67 lines (60 loc) · 4.68 KB
/
usearch7.0.1001_i86linux32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!--: spam
Content-Type: text/html
<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> -->
<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> --> -->
</font> </font> </font> </script> </object> </blockquote> </pre>
</table> </table> </table> </table> </table> </font> </font> </font><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#6622aa">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><type 'exceptions.IOError'></strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial">Python 2.7.6: /usr/bin/python<br>Mon Nov 28 08:20:22 2016</font></td></tr></table>
<p>A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.</p>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td bgcolor="#d8bbff"><big> </big><a href="file:///var/www/web/cgi-bin/upload3.py">/var/www/web/cgi-bin/upload3.py</a> in <strong><module></strong>()</td></tr>
<tr><td><font color="#909090"><tt> <small> 234</small> sys.exit(0)<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt> <small> 235</small> <br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt> <small> 236</small> Name, Path = RunSign(Email, Ver, Platform, Bits, Expires, Use, Number)<br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt>=><small> 237</small> Upload(Name, Path)<br>
</tt></td></tr>
<tr><td><font color="#909090"><tt> <small> 238</small> Log("Done")<br>
</tt></font></td></tr>
<tr><td><small><font color="#909090"><strong>Upload</strong> = <function Upload>, <strong>Name</strong> = 'usearch7.0.1001_i86linux32', <strong>Path</strong> = '/p/tmp/usend_27978/usearch7.0.1001_i86linux32'</font></small></td></tr></table>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td bgcolor="#d8bbff"><big> </big><a href="file:///var/www/web/cgi-bin/upload3.py">/var/www/web/cgi-bin/upload3.py</a> in <strong>Upload</strong>(Name='usearch7.0.1001_i86linux32', Path='/p/tmp/usend_27978/usearch7.0.1001_i86linux32')</td></tr>
<tr><td><font color="#909090"><tt> <small> 87</small> print ""<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt> <small> 88</small> <br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt>=><small> 89</small> File = open(Path, "rb")<br>
</tt></td></tr>
<tr><td><font color="#909090"><tt> <small> 90</small> print File.read()<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt> <small> 91</small> File.close()<br>
</tt></font></td></tr>
<tr><td><small><font color="#909090"><em>global</em> <strong>File</strong> = <open file '/public/web/lic/2016112808021714677', mode 'r'>, <em>builtin</em> <strong>open</strong> = <built-in function open>, <strong>Path</strong> = '/p/tmp/usend_27978/usearch7.0.1001_i86linux32'</font></small></td></tr></table><p><strong><type 'exceptions.IOError'></strong>: [Errno 2] No such file or directory: '/p/tmp/usend_27978/usearch7.0.1001_i86linux32'
<br><tt><small> </small> </tt>args =
(2, 'No such file or directory')
<br><tt><small> </small> </tt>errno =
2
<br><tt><small> </small> </tt>filename =
'/p/tmp/usend_27978/usearch7.0.1001_i86linux32'
<br><tt><small> </small> </tt>message =
''
<br><tt><small> </small> </tt>strerror =
'No such file or directory'
<!-- The above is a description of an error in a Python program, formatted
for a Web browser because the 'cgitb' module was enabled. In case you
are not reading this in a Web browser, here is the original traceback:
Traceback (most recent call last):
File "/var/www/web/cgi-bin/upload3.py", line 237, in <module>
Upload(Name, Path)
File "/var/www/web/cgi-bin/upload3.py", line 89, in Upload
File = open(Path, "rb")
IOError: [Errno 2] No such file or directory: '/p/tmp/usend_27978/usearch7.0.1001_i86linux32'
-->