Modify ↓
Opened 16 years ago
Closed 16 years ago
#8577 closed defect (wontfix)
SystemError: Unable to open file .../templates/helloworld.cs: [13] Permission denied
| Reported by: | moise | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /helloworld, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.11) Gecko/20080528 Epiphany/2.22
System Information
| Trac | 0.11.1
|
| Python | 2.5.2 (r252:60911, Jan 4 2009, 18:00:02) [GCC 4.3.2]
|
| setuptools | 0.6c8
|
| pyPgSQL | 2.5.1
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Pygments | 0.10
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 206, in dispatch
req.display(template, content_type or 'text/html')
File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 309, in display
data = self.hdf.render(template, form_token)
File "/usr/lib/python2.5/site-packages/trac/web/clearsilver.py", line 311, in render
template.parseFile(filename)
Error: Traceback (innermost last):
File "csparse.c", line 333, in cs_parse_file()
File "neo_files.c", line 86, in ne_load_file_len()
SystemError: Unable to open file /home/uhr-botsoef/Webporject/templates/helloworld.cs: [13] Permission denied
Attachments (0)
Change History (1)
comment:1 by , 16 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
| Summary: | Error: Traceback (innermost last): File "csparse.c", line 333, in cs_parse_file() File "neo_files.c", line 86, in ne_load_file_len() SystemError: Unable to open file /home/uhr-botsoef/Webporject/templates/helloworld.cs: [13] Permission denied → SystemError: Unable to open file .../templates/helloworld.cs: [13] Permission denied |
Note:
See TracTickets
for help on using tickets.



This looks like an InstallationIssue.
The error message seems pretty self-explaining:
Nothing we can do for you, here…