[rt-users] rt-crontool EROR

Mauricio Leite Ferreira da Silva mauricio.leite at planalto.gov.br
Tue Feb 3 07:09:48 EST 2015


Does anybody Know what can be happening?

I am using rt-crontool Action:

rt-crontool --search RT::Search::FromSQL --search-arg "(Status='stalled' AND Queue=3 AND Priority!=75)" --action MyAction::RT::Action::Verify

I am having a critical ERROR:

[Tue Feb  3 11:56:42 2015] [critical]: ERROR when loading MyAction::RT::Action::Verify. () at rt-crontool line 307. (/opt/rt3/bin/../lib/RT.pm:382)


The rt-crontool line 307 is at rt-crontool load module:


# {{{ load_module

=head2 load_module

Loads a perl module, dying nicely if it can't find it.

=cut

sub load_module {
    my $modname = shift;
    eval "require $modname";
    if ($@) {
        die loc( "Failed to load module [_1]. ([_2])", $modname, $@ );  ##### LINE 307
    }

}

# }}}

THANKS



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20150203/296df4eb/attachment.htm>


More information about the rt-users mailing list