Bug 530728
Summary: | abrt won't send bug report: 'Logger' is not registered | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tony White <twhite> |
Component: | abrt | Assignee: | Jiri Moskovcak <jmoskovc> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | amcnabb, beland, bugzilla.redhat-lists, dfediuck, dvlasenk, iprikryl, jmoskovc, kklic, mnowak, npajkovs, zcerza |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-02-11 17:00:16 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 473302 |
Description
Tony White
2009-10-24 15:32:58 UTC
Try to run gui from terminal, you should be able to see some debug messages. The BZ settings are located in Edit -> Plugins. Jirka abrt-gui Warning >>RunAnalyzerActions(): CPluginManager::GetPluginType():Plugin: 'Logger' is not registered.<< Update >>Action performed by 'Logger' was not successful: OK. It worked that way here's the output from the terminal : CPluginManager::GetPluginType():Plugin: 'Logger' is not registered.<< Our job for UUID a632bfbd is done. Warning >>RunAnalyzerActions(): CPluginManager::GetPluginType():Plugin: 'Logger' is not registered.<< Update >>Action performed by 'Logger' was not successful: CPluginManager::GetPluginType():Plugin: 'Logger' is not registered.<< Update >>Checking for duplicates...<< Update >>Logging into bugzilla...<< Update >>Creating new bug...<< Update >>New bug id: 531027<< Update >>Logging out...<< Warning >>Report(): CPluginManager::GetPluginType():Plugin: 'Logger' is not registered.<< Update >>Reporting via 'Logger' was not successful: CPluginManager::GetPluginType():Plugin: 'Logger' is not registered.<< /usr/share/abrt/CC_gui_functions.py:86: GtkWarning: Unable to show 'https://bugzilla.redhat.com/show_bug.cgi?id=531027': Operation not supported ret = dialog.run() I get a dialogue box saying : Report Done. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=531027 Logger: CPluginManager::GetPluginType():Plugin: 'Logger' is not registered. and the report goes through. *** Bug 530645 has been marked as a duplicate of this bug. *** There is nothing to fix there. abrt is split into many .rpms, and if you install main abrt with default config file but do not install some plugins which are enabled there, you'll get this result. For simple desktop use, just install abrt-desktop. It pulls in all required plugins. |