新月の開発

b9b90da2 :Anonymous 2013-09-28 11:28
こんなエラーが。なんじゃらほい?
2013-09-28 11:26:21<>----------------------------------------
2013-09-28 11:26:21<>Exception happened during processing of request from ('127.0.0.1', 57429)
2013-09-28 11:26:21<>Traceback (most recent call last):
2013-09-28 11:26:21<> File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread
2013-09-28 11:26:22<> self.finish_request(request, client_address)
2013-09-28 11:26:22<> File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
2013-09-28 11:26:22<> self.RequestHandlerClass(request, client_address, self)
2013-09-28 11:26:22<> File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
2013-09-28 11:26:22<> self.handle()
2013-09-28 11:26:22<> File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
2013-09-28 11:26:22<> self.handle_one_request()
2013-09-28 11:26:22<> File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
2013-09-28 11:26:22<> method()
2013-09-28 11:26:22<> File "/usr/lib/python2.7/SimpleHTTPServer.py", line 44, in do_GET
2013-09-28 11:26:22<> f = self.send_head()
2013-09-28 11:26:22<> File "/usr/local/lib/python2.7/dist-packages/shingetsu/LightCGIHTTPServer.py", line 111, in send_head
2013-09-28 11:26:22<> return CGIHTTPServer.CGIHTTPRequestHandler.send_head(self)
2013-09-28 11:26:22<> File "/usr/lib/python2.7/CGIHTTPServer.py", line 69, in send_head
2013-09-28 11:26:22<> return self.run_cgi()
2013-09-28 11:26:22<> File "/usr/local/lib/python2.7/dist-packages/shingetsu/LightCGIHTTPServer.py", line 236, in run_cgi
2013-09-28 11:26:22<> cgiobj.start()
2013-09-28 11:26:22<> File "/usr/local/lib/python2.7/dist-packages/shingetsu/basecgi.py", line 101, in start
2013-09-28 11:26:22<> self.run()
2013-09-28 11:26:22<> File "/usr/local/lib/python2.7/dist-packages/shingetsu/client_cgi.py", line 124, in run
2013-09-28 11:26:22<> self.do_sync()
2013-09-28 11:26:22<> File "/usr/local/lib/python2.7/dist-packages/shingetsu/client_cgi.py", line 191, in do_sync
2013-09-28 11:26:22<> cachelist.getall(timelimit=self.timelimit)
2013-09-28 11:26:22<> File "/usr/local/lib/python2.7/dist-packages/shingetsu/cache.py", line 887, in getall
2013-09-28 11:26:22<> load_ok = rec.load()
2013-09-28 11:26:22<> File "/usr/local/lib/python2.7/dist-packages/shingetsu/cache.py", line 201, in load
2013-09-28 11:26:22<> return self._load(self.path)
2013-09-28 11:26:22<> File "/usr/local/lib/python2.7/dist-packages/shingetsu/cache.py", line 191, in _load
2013-09-28 11:26:22<> parse_ok = self.parse(f.readline())
2013-09-28 11:26:22<>MemoryError
2013-09-28 11:26:22<>----------------------------------------
Powered by shinGETsu.