新月の開発

e7c60496 :Anonymous 2010-12-29 22:05
Exception happened during processing of request from ('127.0.0.1', 60902)
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 560, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 322, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.6/SocketServer.py", line 617, in __init__
self.handle()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
self.handle_one_request()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request
method()
File "/usr/lib/python2.6/SimpleHTTPServer.py", line 43, in do_GET
f = self.send_head()
File "/opt/whitecap/saku/shingetsu/LightCGIHTTPServer.py", line 115, in send_head
return CGIHTTPServer.CGIHTTPRequestHandler.send_head(self)
File "/usr/lib/python2.6/CGIHTTPServer.py", line 68, in send_head
return self.run_cgi()
File "/opt/whitecap/saku/shingetsu/LightCGIHTTPServer.py", line 234, in run_cgi
cgiobj.start()
File "/opt/whitecap/saku/shingetsu/basecgi.py", line 101, in start
self.run()
File "/opt/whitecap/saku/shingetsu/client_cgi.py", line 117, in run
self.do_init()
File "/opt/whitecap/saku/shingetsu/client_cgi.py", line 149, in do_init
nodelist.init()
File "/opt/whitecap/saku/shingetsu/node.py", line 397, in init
n = random.choice(self)
File "/usr/lib/python2.6/random.py", line 261, in choice
return seq[int(self.random() * len(seq))] # raises IndexError if seq is empty
IndexError: list index out of range
Powered by shinGETsu.