Modify ↓
Ticket #4577 (closed defect: fixed)
Error loading EBox::Logs::Model::ForcePurge
| Reported by: | nishad@… | Owned by: | jamor@… |
|---|---|---|---|
| Milestone: | 3.0 | Component: | base |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by jacalvo@…) (diff)
Accessing Logs shows this error
Error
Error loading EBox::Logs::Model::ForcePurge: Can't locate EBox/Logs/Model/ConfigureLogDataTable.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /var/lib/zentyal/conf/) at /usr/share/perl5/EBox/Logs/Model/ForcePurge.pm line 34. BEGIN failed--compilation aborted at /usr/share/perl5/EBox/Logs/Model/ForcePurge.pm line 34. Compilation failed in require at (eval 502) line 2. BEGIN failed--compilation aborted at (eval 502) line 2.
Trace
Error loading EBox::Logs::Model::ForcePurge: Can't locate EBox/Logs/Model/ConfigureLogDataTable.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /var/lib/zentyal/conf/) at /usr/share/perl5/EBox/Logs/Model/ForcePurge.pm line 34.
BEGIN failed--compilation aborted at /usr/share/perl5/EBox/Logs/Model/ForcePurge.pm line 34.
Compilation failed in require at (eval 502) line 2.
BEGIN failed--compilation aborted at (eval 502) line 2.
at /usr/share/perl5/EBox/Model/Manager.pm line 264
EBox::Model::Manager::_component('EBox::Model::Manager=HASH(0x7f545c62b050)', 'model', 'EBox::Logs=HASH(0x7f545c5610d0)', 'ForcePurge') called at /usr/share/perl5/EBox/Model/Manager.pm line 244
EBox::Model::Manager::_componentByPath('EBox::Model::Manager=HASH(0x7f545c62b050)', 'model', 'logs/ForcePurge', undef) called at /usr/share/perl5/EBox/Model/Manager.pm line 126
EBox::Model::Manager::model('EBox::Model::Manager=HASH(0x7f545c62b050)', 'logs/ForcePurge', undef) called at /usr/share/perl5/EBox/Model/Manager.pm line 180
EBox::Model::Manager::component('EBox::Model::Manager=HASH(0x7f545c62b050)', 'logs/ForcePurge', undef) called at /usr/share/perl5/EBox/Model/Manager.pm line 287
EBox::Model::Manager::_component('EBox::Model::Manager=HASH(0x7f545c62b050)', 'composite', 'EBox::Logs=HASH(0x7f545c5610d0)', 'ConfigureLog') called at /usr/share/perl5/EBox/Model/Manager.pm line 244
EBox::Model::Manager::_componentByPath('EBox::Model::Manager=HASH(0x7f545c62b050)', 'composite', 'logs/ConfigureLog', undef) called at /usr/share/perl5/EBox/Model/Manager.pm line 168
EBox::Model::Manager::composite('EBox::Model::Manager=HASH(0x7f545c62b050)', 'logs/ConfigureLog', undef) called at /usr/share/perl5/EBox/Model/Manager.pm line 180
EBox::Model::Manager::component('EBox::Model::Manager=HASH(0x7f545c62b050)', 'logs/ConfigureLog', undef) called at /usr/share/perl5/EBox/Model/Manager.pm line 287
EBox::Model::Manager::_component('EBox::Model::Manager=HASH(0x7f545c62b050)', 'composite', 'EBox::Logs=HASH(0x7f545c5610d0)', 'General') called at /usr/share/perl5/EBox/Model/Manager.pm line 244
EBox::Model::Manager::_componentByPath('EBox::Model::Manager=HASH(0x7f545c62b050)', 'composite', '/logs/General', undef) called at /usr/share/perl5/EBox/Model/Manager.pm line 168
EBox::Model::Manager::composite('EBox::Model::Manager=HASH(0x7f545c62b050)', '/logs/General') called at /usr/share/perl5/EBox/CGI/Run.pm line 243
EBox::CGI::Run::lookupModel('EBox::CGI::Logs::Composite::General') called at /usr/share/perl5/EBox/CGI/Run.pm line 267
EBox::CGI::Run::_lookupViewController('EBox::CGI::Logs::Composite::General', 'EBox') called at /usr/share/perl5/EBox/CGI/Run.pm line 113
EBox::CGI::Run::run('EBox::CGI::Run', 'Maintenance/Logs', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 34
ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7f545c6c6190)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x7f545c6c63e8)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x7f545c6c63e8)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x7f545c6c6190)') called at -e line 0
eval {...} called at -e line 0
Attachments
Change History
Changed 12 months ago by anonymous
-
attachment
zentyal.log
added
comment:1 Changed 12 months ago by jacalvo@…
- Status changed from new to closed
- Resolution set to fixed
- Description modified (diff)
- Summary changed from Bug report from Zentyal Server to Error loading EBox::Logs::Model::ForcePurge
This has been fixed in http://git.zentyal.org/zentyal.git/commit/7a9dfa , a new package will be released soon, in the meanwhile you can apply the hotfix in /usr/share/perl5/EBox/Logs/Model/ForcePurge.pm (deleting the "use EBox::Logs::Model::ConfigureLogDataTable?;" line and executing /etc/init.d/zentyal apache restart)
Thanks for reporting!
Note: See
TracTickets for help on using
tickets.
zentyal.log