Attachment 'traceback.txt'
Download 1 Traceback (most recent call last):
2 File "C:/w/Python25/Lib/site-packages\MoinMoin\request\__init__.py", line 1307, in run
3 handler(self.page.page_name, self)
4 File "C:/w/Python25/Lib/site-packages\MoinMoin\action\__init__.py", line 253, in do_show
5 content_only=content_only,
6 File "C:/w/Python25/Lib/site-packages\MoinMoin\Page.py", line 1018, in send_page
7 eventlog.EventLog(request).add(request, 'VIEWPAGE', {'pagename': self.page_name})
8 File "C:/w/Python25/Lib/site-packages\MoinMoin\logfile\eventlog.py", line 49, in add
9 self._add(u"%d\t%s\t%s\n" % (mtime_usecs, eventtype, values))
10 File "C:/w/Python25/Lib/site-packages\MoinMoin\logfile\__init__.py", line 460, in _add
11 self._output.write(line)
12 File "C:/w/Python25/Lib/site-packages\MoinMoin\logfile\__init__.py", line 162, in __getattr__
13 self._output = codecs.open(self.__filename, 'a', config.charset)
14 File "C:\w\Python25\Lib\codecs.py", line 817, in open
15 file = __builtin__.open(filename, mode, buffering)
16 IOError: [Errno 24] Too many open files: 'C:\\w\\a\\data\\event-log'
17
18 Additionally cgitb raised this exception:
19 Traceback (most recent call last):
20 File "C:/w/Python25/Lib/site-packages\MoinMoin\failure.py", line 171, in handle
21 handler.handle()
22 File "C:/w/Python25/Lib/site-packages\MoinMoin\support\cgitb.py", line 576, in handle
23 doc = view.format(formatter, self.context)
24 File "C:/w/Python25/Lib/site-packages\MoinMoin\support\cgitb.py", line 354, in format
25 return formatter.section(self.formatContent(), {'class': 'cgitb'})
26 File "C:/w/Python25/Lib/site-packages\MoinMoin\failure.py", line 44, in formatContent
27 self.formatDebugInfo(),
28 File "C:/w/Python25/Lib/site-packages\MoinMoin\failure.py", line 100, in formatDebugInfo
29 self.formatTraceback(),
30 File "C:/w/Python25/Lib/site-packages\MoinMoin\failure.py", line 113, in formatTraceback
31 return self.formatAllTracebacks(self.formatOneTraceback)
32 File "C:/w/Python25/Lib/site-packages\MoinMoin\failure.py", line 125, in formatAllTracebacks
33 tracebacks.append(formatFuction((ttype, tvalue, tb)))
34 File "C:/w/Python25/Lib/site-packages\MoinMoin\support\cgitb.py", line 434, in formatOneTraceback
35 self.formatter.orderedList(self.tracebackFrames(info),
36 File "C:/w/Python25/Lib/site-packages\MoinMoin\support\cgitb.py", line 445, in tracebackFrames
37 frames.append(frame.format(self.formatter))
38 File "C:/w/Python25/Lib/site-packages\MoinMoin\support\cgitb.py", line 201, in format
39 vars, highlight = self.scan()
40 File "C:/w/Python25/Lib/site-packages\MoinMoin\support\cgitb.py", line 290, in scan
41 vars = self.scanVariables(reader)
42 File "C:/w/Python25/Lib/site-packages\MoinMoin\support\cgitb.py", line 305, in scanVariables
43 value = getattr(parent, token, __UNDEF__)
44 File "C:/w/Python25/Lib/site-packages\MoinMoin\logfile\__init__.py", line 162, in __getattr__
45 self._output = codecs.open(self.__filename, 'a', config.charset)
46 File "C:\w\Python25\Lib\codecs.py", line 817, in open
47 file = __builtin__.open(filename, mode, buffering)
48 IOError: [Errno 24] Too many open files: 'C:\\w\\a\\data\\event-log'
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.