Attachment 'pdfbug.txt'

Download

   1 2010-04-07 19:25:27,668 WARNING MoinMoin.theme:1578 Calling add_msg() after send_title(): no message can be added.
   2 2010-04-07 19:25:27,669 INFO MoinMoin.theme:1579 Call stack for add_msg():
   3   File "/usr/lib/python2.6/threading.py", line 497, in __bootstrap
   4     self.__bootstrap_inner()
   5 
   6   File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
   7     self.run()
   8 
   9   File "/usr/lib/python2.6/threading.py", line 477, in run
  10     self.__target(*self.__args, **self.__kwargs)
  11 
  12   File "/usr/lib/python2.6/SocketServer.py", line 558, in process_request_thread
  13     self.finish_request(request, client_address)
  14 
  15   File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
  16     self.RequestHandlerClass(request, client_address, self)
  17 
  18   File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
  19     self.handle()
  20 
  21   File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
  22     self.handle_one_request()
  23 
  24   File "/tmp/moin-1.9/MoinMoin/support/werkzeug/serving.py", line 181, in handle_one_request
  25     return self.run_wsgi()
  26 
  27   File "/tmp/moin-1.9/MoinMoin/support/werkzeug/serving.py", line 151, in run_wsgi
  28     execute(app)
  29 
  30   File "/tmp/moin-1.9/MoinMoin/support/werkzeug/serving.py", line 138, in execute
  31     application_iter = app(environ, start_response)
  32 
  33   File "/tmp/moin-1.9/MoinMoin/support/werkzeug/utils.py", line 248, in __call__
  34     return self.app(environ, start_response)
  35 
  36   File "/tmp/moin-1.9/MoinMoin/wsgiapp.py", line 282, in __call__
  37     response = run(context)
  38 
  39   File "/tmp/moin-1.9/MoinMoin/wsgiapp.py", line 88, in run
  40     response = dispatch(request, context, action_name)
  41 
  42   File "/tmp/moin-1.9/MoinMoin/wsgiapp.py", line 136, in dispatch
  43     response = handle_action(context, pagename, action_name)
  44 
  45   File "/tmp/moin-1.9/MoinMoin/wsgiapp.py", line 195, in handle_action
  46     handler(context.page.page_name, context)
  47 
  48   File "/tmp/moin-1.9/MoinMoin/action/CreatePdfDocument.py", line 1910, in execute
  49     CreatePdfDocument(pagename, request).render()
  50 
  51   File "/tmp/moin-1.9/MoinMoin/action/CreatePdfDocument.py", line 1460, in render
  52     ActionBase.render(self)
  53 
  54   File "/tmp/moin-1.9/MoinMoin/action/__init__.py", line 211, in render
  55     self.do_action_finish(success)
  56 
  57   File "/tmp/moin-1.9/MoinMoin/action/CreatePdfDocument.py", line 1492, in do_action_finish
  58     ActionBase.do_action_finish(self, False)
  59 
  60   File "/tmp/moin-1.9/MoinMoin/action/__init__.py", line 228, in do_action_finish
  61     self.render_msg(self.make_form(), "dialog") # display the form again
  62 
  63   File "/tmp/moin-1.9/MoinMoin/action/__init__.py", line 164, in render_msg
  64     self.request.theme.add_msg(msg, msgtype)
  65 
  66   File "/tmp/moin-1.9/MoinMoin/theme/__init__.py", line 1579, in add_msg
  67     logging.info('\n'.join(['Call stack for add_msg():'] + traceback.format_stack()))
  68 
  69 2010-04-07 19:25:27,673 WARNING MoinMoin.theme:1578 Calling add_msg() after send_title(): no message can be added.
  70 2010-04-07 19:25:27,674 INFO MoinMoin.theme:1579 Call stack for add_msg():
  71   File "/usr/lib/python2.6/threading.py", line 497, in __bootstrap
  72     self.__bootstrap_inner()
  73 
  74   File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
  75     self.run()
  76 
  77   File "/usr/lib/python2.6/threading.py", line 477, in run
  78     self.__target(*self.__args, **self.__kwargs)
  79 
  80   File "/usr/lib/python2.6/SocketServer.py", line 558, in process_request_thread
  81     self.finish_request(request, client_address)
  82 
  83   File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
  84     self.RequestHandlerClass(request, client_address, self)
  85 
  86   File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
  87     self.handle()
  88 
  89   File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
  90     self.handle_one_request()
  91 
  92   File "/tmp/moin-1.9/MoinMoin/support/werkzeug/serving.py", line 181, in handle_one_request
  93     return self.run_wsgi()
  94 
  95   File "/tmp/moin-1.9/MoinMoin/support/werkzeug/serving.py", line 151, in run_wsgi
  96     execute(app)
  97 
  98   File "/tmp/moin-1.9/MoinMoin/support/werkzeug/serving.py", line 138, in execute
  99     application_iter = app(environ, start_response)
 100 
 101   File "/tmp/moin-1.9/MoinMoin/support/werkzeug/utils.py", line 248, in __call__
 102     return self.app(environ, start_response)
 103 
 104   File "/tmp/moin-1.9/MoinMoin/wsgiapp.py", line 282, in __call__
 105     response = run(context)
 106 
 107   File "/tmp/moin-1.9/MoinMoin/wsgiapp.py", line 88, in run
 108     response = dispatch(request, context, action_name)
 109 
 110   File "/tmp/moin-1.9/MoinMoin/wsgiapp.py", line 136, in dispatch
 111     response = handle_action(context, pagename, action_name)
 112 
 113   File "/tmp/moin-1.9/MoinMoin/wsgiapp.py", line 195, in handle_action
 114     handler(context.page.page_name, context)
 115 
 116   File "/tmp/moin-1.9/MoinMoin/action/CreatePdfDocument.py", line 1910, in execute
 117     CreatePdfDocument(pagename, request).render()
 118 
 119   File "/tmp/moin-1.9/MoinMoin/action/CreatePdfDocument.py", line 1460, in render
 120     ActionBase.render(self)
 121 
 122   File "/tmp/moin-1.9/MoinMoin/action/__init__.py", line 211, in render
 123     self.do_action_finish(success)
 124 
 125   File "/tmp/moin-1.9/MoinMoin/action/CreatePdfDocument.py", line 1492, in do_action_finish
 126     ActionBase.do_action_finish(self, False)
 127 
 128   File "/tmp/moin-1.9/MoinMoin/action/__init__.py", line 228, in do_action_finish
 129     self.render_msg(self.make_form(), "dialog") # display the form again
 130 
 131   File "/tmp/moin-1.9/MoinMoin/action/__init__.py", line 165, in render_msg
 132     do_show(self.pagename, self.request)
 133 
 134   File "/tmp/moin-1.9/MoinMoin/action/__init__.py", line 261, in do_show
 135     content_only=content_only,
 136 
 137   File "/tmp/moin-1.9/MoinMoin/Page.py", line 1117, in send_page
 138     }), "info")
 139 
 140   File "/tmp/moin-1.9/MoinMoin/theme/__init__.py", line 1579, in add_msg
 141     logging.info('\n'.join(['Call stack for add_msg():'] + traceback.format_stack()))

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] (2008-06-25 06:31:28, 12.9 KB) [[attachment:AttributeError_form.html]]
  • [get | view] (2007-09-23 21:24:21, 74.0 KB) [[attachment:CreatePdfDocument2_1_5+p1.py]]
  • [get | view] (2007-09-24 19:04:02, 73.9 KB) [[attachment:CreatePdfDocument2_1_5+p2.py]]
  • [get | view] (2008-06-25 01:39:15, 77.3 KB) [[attachment:CreatePdfDocument2_3_0+p1.py]]
  • [get | view] (2008-06-25 06:52:21, 77.5 KB) [[attachment:CreatePdfDocument2_3_0+p2.py]]
  • [get | view] (2008-06-26 16:18:43, 81.0 KB) [[attachment:CreatePdfDocument2_3_0+p3.py]]
  • [get | view] (2008-11-10 06:53:43, 84.3 KB) [[attachment:CreatePdfDocument2_3_4+p1.py]]
  • [get | view] (2008-11-10 20:22:57, 84.7 KB) [[attachment:CreatePdfDocument2_3_4+p2.py]]
  • [get | view] (2009-01-12 19:30:53, 84.3 KB) [[attachment:CreatePdfDocument2_3_5+p1.py]]
  • [get | view] (2010-09-17 13:22:57, 86.4 KB) [[attachment:CreatePdfDocument2_4_1+p1.py]]
  • [get | view] (2010-05-16 05:14:41, 8311.5 KB) [[attachment:HTMLDOC_1.8.27.msi]]
  • [get | view] (2006-05-25 08:59:55, 100.6 KB) [[attachment:PdfAction--book.pdf]]
  • [get | view] (2006-05-25 10:37:23, 13.2 KB) [[attachment:PdfAction--page.pdf]]
  • [get | view] (2006-09-12 09:11:10, 8.3 KB) [[attachment:RedirectOutputRequest.html]]
  • [get | view] (2007-09-20 15:15:05, 10.9 KB) [[attachment:WikiAdministration_DebugInfo.zip]]
  • [get | view] (2007-09-24 06:25:51, 3.6 KB) [[attachment:WikiAdministration_DebugInfo_20070924.zip]]
  • [get | view] (2008-06-24 09:56:40, 16.0 KB) [[attachment:_AttributeError20080624.html]]
  • [get | view] (2006-09-11 18:56:44, 6.0 KB) [[attachment:bool.html]]
  • [get | view] (2007-06-28 20:42:45, 13.8 KB) [[attachment:coded_w_wing_large.png]]
  • [get | view] (2007-06-28 20:48:21, 8.6 KB) [[attachment:coded_w_wing_medium.png]]
  • [get | view] (2007-06-28 20:44:02, 6.8 KB) [[attachment:coded_w_wing_small.png]]
  • [get | view] (2008-06-26 17:18:39, 16.2 KB) [[attachment:debug260208.html]]
  • [get | view] (2007-09-20 15:14:47, 211.6 KB) [[attachment:htmldoc_WikiAdministration_ClassicTheme.zip]]
  • [get | view] (2008-12-21 10:40:28, 31.5 KB) [[attachment:listings.png]]
  • [get | view] (2010-09-16 12:23:08, 5.4 KB) [[attachment:moin.log.failed.gz]]
  • [get | view] (2010-09-16 12:23:22, 9.6 KB) [[attachment:moin.log.ok.gz]]
  • [get | view] (2014-08-18 02:10:25, 2.6 KB) [[attachment:patch_htmldoc_escaping.patch]]
  • [get | view] (2010-04-07 17:29:57, 5.7 KB) [[attachment:pdfbug.txt]]
  • [get | view] (2006-10-09 21:59:00, 0.7 KB) [[attachment:skip-one-region.diff]]
  • [get | view] (2008-12-21 10:33:05, 11.6 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

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