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.You are not allowed to attach a file to this page.