Modify ↓
Ticket #678 (closed defect: invalid)
Opened 8 years ago
Last modified 8 years ago
Error "Can't create a converter from 'native' to 'UTF-8'" when running tracd
| Reported by: | m.dellaquila@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8 |
| Component: | web frontend/tracd | Version: | 0.7.1 |
| Severity: | blocker | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I'm trying to run trac as a standalone daemon (tracd) because it's much faster than the cgi version, but I'm getting the following error message whenever I try to do something that needs access to the repository (Timeline, Browse, ..):
Oops...
Trac detected an internal error:
("Can't create a converter from 'native' to 'UTF-8'", 2)
Traceback (most recent call last):
File "/usr/local/bin/tracd", line 232, in do_trac_req
self.do_real_trac_req()
File "/usr/local/bin/tracd", line 254, in do_real_trac_req
trac.core.dispatch_request(self.path_info, args, self, self.env, db)
File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 378, in dispatch_request
module = module_factory(args, env, database, req)
File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 154, in module_factory
pool, rep, fs_ptr = open_svn_repos(repos_dir)
File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 397, in open_svn_repos
rep = repos.svn_repos_open(repos_dir, pool)
SubversionException: ("Can't create a converter from 'native' to 'UTF-8'", 2)
Attachments
Change History
comment:1 Changed 8 years ago by jonas
comment:2 Changed 8 years ago by m.dellaquila@…
this is the command I use to launch tracd:
/usr/local/bin/python /usr/local/bin/tracd -p 10200 /var/svn/provasvn/trac
where /var/svn/provasvn is the repository path
comment:3 Changed 8 years ago by Daniel Lundin <daniel@…>
- Milestone set to 0.8
comment:4 Changed 8 years ago by jonas
So you placed the trac environment directory inside the subversion repository directory? That's probably not a good idea…
comment:5 Changed 8 years ago by jonas
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



What does your subversion repository path look like?