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 316604 Details for
Bug 462115
elisa fails to 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.
backend log
elisa_tVMR6X.txt (text/plain), 3.67 KB, created by
Jason Farrell
on 2008-09-12 18:51:54 UTC
(
hide
)
Description:
backend log
Filename:
MIME Type:
Creator:
Jason Farrell
Created:
2008-09-12 18:51:54 UTC
Size:
3.67 KB
patch
obsolete
><class 'elisa.core.plugin_registry.ComponentNotFound'> >Python 2.5.1: /usr/bin/python >Fri Sep 12 14:46:11 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 0x1d72090>) > 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 0x1d72090> >self._create_frontend = <bound method InterfaceController._create_fronte...troller.InterfaceController object at 0x1d72090>> >frontend_path = 'frontend1' > > /usr/lib/python2.5/site-packages/elisa/core/interface_controller.py in initialize(self=<elisa.core.interface_controller.InterfaceController object at 0x1d72090>) > 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 0x1d72090> >self._create_backend = <bound method InterfaceController._create_backen...troller.InterfaceController object at 0x1d72090>> >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 0x1d72090>, 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 0x1570f90> >plugin_registry.create_component = <bound method PluginRegistry.create_component of...gin_registry.PluginRegistry object at 0x1570f90>> >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 0x1570f90>, 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 462115
:
316603
| 316604