Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 12 years ago

#678 closed defect (invalid)

Error "Can't create a converter from 'native' to 'UTF-8'" when running tracd

Reported by: m.dellaquila@… Owned by: Jonas Borgström
Priority: high Milestone:
Component: web frontend/tracd Version: 0.7.1
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal 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 (0)

Change History (6)

comment:1 by Jonas Borgström, 20 years ago

What does your subversion repository path look like?

comment:2 by m.dellaquila@…, 20 years ago

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 by Daniel Lundin <daniel@…>, 20 years ago

Milestone: 0.8

comment:4 by Jonas Borgström, 20 years ago

So you placed the trac environment directory inside the subversion repository directory? That's probably not a good idea…

comment:5 by Jonas Borgström, 20 years ago

Resolution: invalid
Status: newclosed

comment:6 by Christian Boos, 12 years ago

Milestone: 0.8

(clearing report:35)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.