Attachment 'traceback_protocol_error.txt'

Download

   1 2010-09-03 10:13:56,394 INFO MoinMoin.log:126 using logging configuration read f
   2 rom "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\wikiserverlogging.
   3 conf"
   4 2010-09-03 10:13:57,753 INFO MoinMoin.server.server_standalone:72 ThreadPoolServ
   5 er serving on 127.0.0.1:8080
   6 2010-09-03 10:14:18,914 INFO MoinMoin.config.multiconfig:125 using wiki config:
   7 C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\wikiconfig.pyc
   8 2010-09-03 10:14:20,650 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GE
   9 T / HTTP/1.1" 200 -
  10 2010-09-03 10:14:27,088 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GE
  11 T /FrontPage?action=login HTTP/1.1" 200 -
  12 2010-09-03 10:14:34,559 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "PO
  13 ST /FrontPage HTTP/1.1" 200 -
  14 2010-09-03 10:14:34,857 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GE
  15 T /moin_static188/modern/img/icon-error.png HTTP/1.1" 200 -
  16 2010-09-03 10:14:41,686 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GE
  17 T /FrontPage HTTP/1.1" 200 -
  18 2010-09-03 10:15:26,196 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "PO
  19 ST / HTTP/1.0" 500 -
  20 2010-09-03 10:15:26,384 ERROR MoinMoin.failure:159 An exception occurred, URI wa
  21 s "/".
  22 Traceback (most recent call last):
  23   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\reques
  24 t\request_standalone.py", line 67, in __init__
  25     RequestBase.__init__(self, properties)
  26   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\reques
  27 t\__init__.py", line 185, in __init__
  28     self.args = self.form = self.setup_args()
  29   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\reques
  30 t\__init__.py", line 1073, in setup_args
  31     postargs = self._setup_args_from_cgi_form()
  32   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\reques
  33 t\request_standalone.py", line 76, in _setup_args_from_cgi_form
  34     return RequestBase._setup_args_from_cgi_form(self, form)
  35   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\reques
  36 t\__init__.py", line 1089, in _setup_args_from_cgi_form
  37     for key in form:
  38   File "C:\Python26\lib\cgi.py", line 518, in __iter__
  39     return iter(self.keys())
  40   File "C:\Python26\lib\cgi.py", line 583, in keys
  41     raise TypeError, "not indexable"
  42 TypeError: not indexable
  43 2010-09-03 10:15:26,430 WARNING MoinMoin.log:111 C:\Documents and Settings\wayne
  44 .kelly\Desktop\moin-1.8.8\MoinMoin\support\cgitb.py:483: DeprecationWarning: Bas
  45 eException.message has been deprecated as of Python 2.6
  46 2010-09-03 10:15:26,446 ERROR MoinMoin.failure:179 cgitb raised this exception
  47 Traceback (most recent call last):
  48   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\failur
  49 e.py", line 176, in handle
  50     handler.handle(savedError)
  51   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\suppor
  52 t\cgitb.py", line 588, in handle
  53     self.file.write(doc + '\n')
  54   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\reques
  55 t\request_standalone.py", line 93, in write
  56     raise RemoteClosedConnection()
  57 RemoteClosedConnection
  58 ----------------------------------------
  59 Exception happened during processing of request from ('127.0.0.1', 2248)
  60 Traceback (most recent call last):
  61   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\server
  62 \server_standalone.py", line 217, in serve_forever_thread
  63     self.finish_request(request, client_address)
  64   File "C:\Python26\lib\SocketServer.py", line 320, in finish_request
  65     self.RequestHandlerClass(request, client_address, self)
  66   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\server
  67 \server_standalone.py", line 283, in __init__
  68     client_address, server)
  69   File "C:\Python26\lib\SocketServer.py", line 615, in __init__
  70     self.handle()
  71   File "C:\Python26\lib\BaseHTTPServer.py", line 329, in handle
  72     self.handle_one_request()
  73   File "C:\Python26\lib\BaseHTTPServer.py", line 323, in handle_one_request
  74     method()
  75   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\server
  76 \server_standalone.py", line 308, in do_ALL
  77     self.serve_moin()
  78   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\server
  79 \server_standalone.py", line 338, in serve_moin
  80     req = request_standalone.Request(self, properties=config.properties)
  81   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\reques
  82 t\request_standalone.py", line 70, in __init__
  83     self.fail(err)
  84   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\reques
  85 t\__init__.py", line 1459, in fail
  86     failure.handle(self, err)
  87   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\failur
  88 e.py", line 181, in handle
  89     request.write('<pre>\n')
  90   File "C:\Documents and Settings\wayne.kelly\Desktop\moin-1.8.8\MoinMoin\reques
  91 t\request_standalone.py", line 93, in write
  92     raise RemoteClosedConnection()
  93 RemoteClosedConnection
  94 ----------------------------------------

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2010-09-03 01:14:06, 0.8 KB) [[attachment:error.txt]]
  • [get | view] (2010-08-24 06:40:55, 0.9 KB) [[attachment:errorlog.txt]]
  • [get | view] (2010-09-09 23:21:29, 16.9 KB) [[attachment:event-log.txt]]
  • [get | view] (2010-09-03 00:28:37, 0.8 KB) [[attachment:protocol_error.txt]]
  • [get | view] (2010-08-27 03:33:41, 3.8 KB) [[attachment:traceback.txt]]
  • [get | view] (2010-09-03 00:30:25, 5.0 KB) [[attachment:traceback_protocol_error.txt]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.