Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5927 closed defect (invalid)

Cannot find VERSION File/Dir

Reported by: Mb Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Tim Hatch)

I get:

Oops…

Trac detected an internal error:

[Errno 2] No such file or directory: ':/*/trac/dev/VERSION'

Traceback (most recent call last):
  File "/usr/share/trac/cgi-bin/trac.cgi", line 20, in ?
    cgi_frontend.run()
  File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 124, in run
    env = get_environment(req, os.environ, threaded=False)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 336, in get_environment
    return _open_environment(env_path, threaded)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 44, in _open_environment
    return open_environment(env_path)
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 374, in open_environment
    env = Environment(env_path)
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 81, in __init__
    self.verify()
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 129, in verify
    fd = open(os.path.join(self.path, 'VERSION'), 'r')
IOError: [Errno 2] No such file or directory: ':/*/trac/dev/VERSION'

What todo ? Thanks alot.

Attachments (0)

Change History (3)

comment:1 by anonymous, 17 years ago

Summary: Cannot fine VERSION File/DirCannot find VERSION File/Dir

comment:2 by anonymous, 17 years ago

Version: 0.9.3

Version Change

comment:3 by Tim Hatch, 17 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

First, 0.9.3 is really ancient and you should upgrade to a recent 0.10 release which can be found on TracDownload. It looks like your core issue is from an asterisk that is getting into the path somehow. Since this is likely an installation issue, please follow up on the MailingList and/or IrcChannel so we can give you more direct help.

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.