[Openmcl-devel] Problem with class-prototype

Tobias C. Rittweiler tcr at freebits.de
Mon Jan 4 02:11:55 PST 2010


Gary Byers <gb at clozure.com> writes:

> Lastly: a bug report to the mailing list is much better than no bug report
> at all, but entering the bug in Trac is even better.  (We did a server
> upgrade a month or so ago and there have been problems with parts of Trac
> that mail forgotten Trac passwords.  Matt seems to have fixed those problems,
> so anyone who's been discouraged from filing bugs in Trac because of this
> should feel free to fire away.)

I just got the following trying to attach a file to a ticket to be
created:

Oops…
Trac detected an internal error:

OSError: [Errno 13] Permission denied: '/usr/local/clozure/trac/ccl/attachments/ticket/642'

There was an internal error in Trac. It is recommended that you inform your local Trac administrator and give him all the information he needs to reproduce the issue.

To that end, you could ==== How to Reproduce ==== While doing a POST operation on `/attachment/ticket/642`, Trac issued an internal error. ''(please provide additional details here)'' Request parameters: {{{ {'__FORM_TOKEN': u'110dc6e8cce827e7122f9537', 'action': u'new', 'attachment': FieldStorage('attachment', 'warn+pp-bug.txt', 'CL-USER> (lisp-implementation-version)\n"Version 1.4-RC1-r13031 (LinuxX8632)"\nCL-USER> (setq *print-pretty* t)\nT\n\nCL-USER> (format t "~@<COMPILE-FILE failed while performing ~A on ~A.~@:>"\n "#<COMPILE-OP (:FORCE T) #x150A26AE>" \n "#<IRONCLAD-SOURCE-FILE \\"ripemd-160\\" #x14D18B46>")\nCOMPILE-FILE failed while performing #<COMPILE-OP (:FORCE T) #x150A26AE> on\n#<IRONCLAD-SOURCE-FILE "ripemd-160" #x14D18B46>.\nNIL\nCL-USER> (warn "~@<COMPILE-FILE failed while performing ~A on ~A.~@:>"\n "#<COMPILE-OP (:FORCE T) #x150A26AE>"\n "#<IRONCLAD-SOURCE-FILE \\"ripemd-160\\" #x14D18B46>")\n; Warning: COMPILE-FILE failed while performing\n; #<COMPILE-OP (:FORCE T) #x150A26AE> on\n; #<IRONCLAD-SOURCE-FILE "ripemd-160" #x14D18B46>.\n; While executing: SWANK::EVAL-REGION, in process repl-thread(11).\nNIL\n'), 'description': u'example log', 'id': u'642', 'path': u'642', 'realm': u'ticket'} }}} ==== System Information ==== || '''Trac''' || `0.11.5` || || '''Python''' || `2.5.2 (r252:60911, Jul 22 2009, 15:50:42) ` [[br]] `[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)]` || || '''setuptools''' || `0.6c11` || || '''SQLite''' || `3.4.2` || || '''pysqlite''' || `2.3.2` || || '''Genshi''' || `0.5.1` || || '''mod_python''' || `3.3.1` || || '''Subversion''' || `1.5.1 (r32289)` || ==== Python Traceback ==== {{{ Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 444, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 205, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/attachment.py", line 398, in process_request self._do_save(req, attachment) File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/attachment.py", line 612, in _do_save attachment.insert(filename, upload.file, size) File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/attachment.py", line 219, in insert os.makedirs(self.path) File "/usr/lib/python2.5/os.py", line 171, in makedirs mkdir(name, mode) OSError: [Errno 13] Permission denied: '/usr/local/clozure/trac/ccl/attachments/ticket/642' }}} a ticket.

The action that triggered the error was:

POST: /attachment/ticket/642




More information about the Openmcl-devel mailing list