#560: Distribution error rendering plugin admin panel
---------------------+-----------------
Reporter: olemis | Owner:
Type: defect | Status: new
Priority: major | Version: 0.5.3
Resolution: |
---------------------+-----------------
HTTP protocol violation (no status line) detected while accessing plugin
admin panel . The following traceback is recorded in log entry
{{{#!py
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 558, in
process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
self.handle()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
self.handle_one_request()
File "/path/to/bloodhound/trac/trac/web/wsgi.py", line 191, in
handle_one_request
gateway.run(self.server.application)
File "/path/to/bloodhound/trac/trac/web/wsgi.py", line 91, in run
response = application(self.environ, self._start_response)
File "/path/to/bloodhound/trac/trac/web/standalone.py", line 91, in
__call__
return self.application(environ, start_response)
File "/path/to/bloodhound/trac/trac/web/main.py", line 465, in
dispatch_request
return _dispatch_request(req, env, env_error)
File "/path/to/bloodhound/trac/trac/web/main.py", line 504, in
_dispatch_request
send_internal_error(env, req, sys.exc_info())
File "/path/to/bloodhound/trac/trac/web/main.py", line 566, in
send_internal_error
plugins = [p for p in get_plugin_info(env)
File "/path/to/bloodhound/trac/trac/loader.py", line 141, in
get_plugin_info
module = sys.modules[component.__module__]
KeyError: 'bhsearch.search_resources.changeset_search'
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/560>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker