Edgewall Software

Ticket #7456 (closed defect: wontfix)

Opened 5 weeks ago

Last modified 5 weeks ago

Error when using search

Reported by: hak@… Owned by:
Priority: normal Milestone:
Component: search system Version:
Severity: normal Keywords:
Cc: hak@…

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

Change History

Changed 5 weeks ago by cboos

  • status changed from new to closed
  • resolution set to wontfix

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.

Add/Change #7456 (Error when using search)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.