Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 305856 Details for
Bug 446051
Elisa doesn't start
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Elisa error info
elisa__sXRq7.txt (text/plain), 3.70 KB, created by
Jonathan Roberts
on 2008-05-18 15:56:45 UTC
(
hide
)
Description:
Elisa error info
Filename:
MIME Type:
Creator:
Jonathan Roberts
Created:
2008-05-18 15:56:45 UTC
Size:
3.70 KB
patch
obsolete
><class 'elisa.core.plugin_registry.ComponentNotFound'> >Python 2.5.1: /usr/bin/python >Sun May 18 17:00:19 2008 > >A problem occurred in a Python script. Here is the sequence of >function calls leading up to the error, in the order they occurred. > > /usr/lib/python2.5/site-packages/elisa/core/interface_controller.py in initialize(self=<elisa.core.interface_controller.InterfaceController object at 0x7f6a9e97b350>) > 85 for frontend_path in frontend_paths: > 86 try: > 87 self._create_frontend(frontend_path) > 88 except Exception, e: > 89 self.warning("An error occured causing frontend '%s' creation " \ >self = <elisa.core.interface_controller.InterfaceController object at 0x7f6a9e97b350> >self._create_frontend = <bound method InterfaceController._create_fronte...er.InterfaceController object at 0x7f6a9e97b350>> >frontend_path = 'frontend1' > > /usr/lib/python2.5/site-packages/elisa/core/interface_controller.py in initialize(self=<elisa.core.interface_controller.InterfaceController object at 0x7f6a9e97b350>) > 70 for backend_path in backend_paths: > 71 try: > 72 self._create_backend(backend_path) > 73 except Exception, e: > 74 self.warning("An error occured causing backend '%s' creation " \ >self = <elisa.core.interface_controller.InterfaceController object at 0x7f6a9e97b350> >self._create_backend = <bound method InterfaceController._create_backen...er.InterfaceController object at 0x7f6a9e97b350>> >backend_path = 'backend1' > > /usr/lib/python2.5/site-packages/elisa/core/interface_controller.py in _create_backend(self=<elisa.core.interface_controller.InterfaceController object at 0x7f6a9e97b350>, backend_name='backend1') > 125 default=[]) > 126 try: > 127 root_controller = plugin_registry.create_component(controller_path) > 128 except: > 129 self.warning("Cannot create controller %r for backend %r", >root_controller undefined >plugin_registry = <elisa.core.plugin_registry.PluginRegistry object at 0x2807650> >plugin_registry.create_component = <bound method PluginRegistry.create_component of...gin_registry.PluginRegistry object at 0x2807650>> >controller_path = 'poblenou:elisa_controller' > > /usr/lib/python2.5/site-packages/elisa/core/plugin_registry.py in create_component(self=<elisa.core.plugin_registry.PluginRegistry object at 0x2807650>, component_path='poblenou:elisa_controller') > 454 except PluginNotFound, error: > 455 self.warning(error) > 456 raise ComponentNotFound(component_path) > 457 > 458 ComponentClass, plugin, component_path_tuple = infos >global ComponentNotFound = <class 'elisa.core.plugin_registry.ComponentNotFound'> >component_path = 'poblenou:elisa_controller' ><class 'elisa.core.plugin_registry.ComponentNotFound'>: Component 'poblenou:elisa_controller' not found > >The above is a description of an error in a Python program. Here is >the original traceback: > >Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/elisa/core/interface_controller.py", line 87, in initialize > self._create_frontend(frontend_path) > File "/usr/lib/python2.5/site-packages/elisa/core/interface_controller.py", line 72, in initialize > self._create_backend(backend_path) > File "/usr/lib/python2.5/site-packages/elisa/core/interface_controller.py", line 127, in _create_backend > root_controller = plugin_registry.create_component(controller_path) > File "/usr/lib/python2.5/site-packages/elisa/core/plugin_registry.py", line 456, in create_component > raise ComponentNotFound(component_path) >ComponentNotFound: Component 'poblenou:elisa_controller' not found >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 446051
:
305782
| 305856 |
308658
|
310645