Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7456 closed defect (wontfix)

Error when using search

Reported by: hak@… Owned by:
Priority: normal Milestone:
Component: search system Version:
Severity: normal Keywords:
Cc: hak@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Python Report

Python Traceback

Traceback (most recent call last):

File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib64/python2.5/site-packages/trac/Search.py", line 181, in process_request

results += list(source.get_search_results(req, terms, filters))

File "build/bdist.linux-x86_64/egg/doxygentrac/doxygentrac.py", line 196, in get_search_results

for doc in os.listdir(self.base_path):

OSError: [Errno 2] No such file or directory: '/var/lib/trac/doxygen'

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 16 years ago

Resolution: wontfix
Status: newclosed

That's an error with the TracHacks:DoxygenPlugin.

But anyway, the error seems pretty obvious, no?

... os.listdir(self.base_path)

No such file or directory: '/var/lib/trac/doxygen' 

The base path (i.e. [doxygen] path in TracIni) is misconfigured.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.