[rt-users] Component path Error

Doug Eubanks admin at dougware.net
Wed Aug 22 16:14:00 EDT 2007


I've installed RT from scratch, satisfied all dependacies (see below), but some functions always produce the following error.



Component path given to Interp->load must be absolute (was given Ticket/Display.html)

Trace begun at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Interp.pm line 370
HTML::Mason::Interp::load('HTML::Mason::Interp=HASH(0xab53fd4)', 'Ticket/Display.html') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 245
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 230
HTML::Mason::Request::_initialize('HTML::Mason::Request::ApacheHandler=HASH(0xbf62e54)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 210
HTML::Mason::Request::new('HTML::Mason::Request::ApacheHandler', 'error_mode', 'output', 'autoflush', 0, 'error_format', 'html', 'interp', 'HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)', 'container', 'HASH(0xbc275e0)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 97
HTML::Mason::Request::ApacheHandler::new('HTML::Mason::Request::ApacheHandler', 'error_mode', 'output', 'autoflush', 0, 'error_format', 'html', 'interp', 'HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)', 'container', 'HASH(0xbc275e0)') called at /usr/lib/perl5/site_perl/5.8.8/Class/Container.pm line 275
Class::Container::call_method('HTML::Mason::Interp=HASH(0xab53fd4)', 'request', 'new', 'interp', 'HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)', 'container', 'HASH(0xbc275e0)') called at /usr/lib/perl5/site_perl/5.8.8/Class/Container.pm line 353
Class::Container::create_delayed_object('interp', 'HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)', 'container', 'HASH(0xbc275e0)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Interp.pm line 348
HTML::Mason::Interp::make_request('HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 869
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 868
HTML::Mason::ApacheHandler::prepare_request('HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'Apache2::RequestRec=SCALAR(0xbfd03fc)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 823
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'Apache2::RequestRec=SCALAR(0xbfd03fc)') called at /opt/rt3/bin/webmux.pl line 125
eval {...} at /opt/rt3/bin/webmux.pl line 125
RT::Mason::handler('Apache2::RequestRec=SCALAR(0xbfd03fc)') called at -e line 0

eval {...} at -e line 0If I create or edit a ticket, I am guaranteed to produce the error, but I can view the ticket without a problem.  I've searched google, and found several sites that seem to produce this error, but no solutions.  Can someone point me in the right direction?

CentOS 5
perl-5.8.8-10

/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql
$VAR1 = {
          'with-STANDALONE' => 0,
          'with-MASON' => 1,
          'with-MAILGATE' => 1,
          'with-CORE' => 1,
          'with-CLI' => 1,
          'v' => 1,
          'with-DEV' => 0,
          'with-MYSQL' => 1
        };
perl:
        >=5.8.3(5.008008)...found
users:
        rt group (apache)...found
        bin owner (root)...found
        libs owner (root)...found
        libs group (bin)...found
        web owner (apache)...found
        web group (apache)...found
CLI dependencies:
        Term::ReadKey...found
        Getopt::Long >=2.24...found
        HTTP::Request::Common...found
        Term::ReadLine...found
        Text::ParseWords...found
        LWP...found
CORE dependencies:
        Scalar::Util...found
        HTML::Scrubber >=0.08...found
        Class::ReturnValue >=0.40...found
        Text::Quoted >=2.02...found
        File::Spec >=0.8...found
        Calendar::Simple...found
        DBIx::SearchBuilder >=1.48...found
        Date::Format...found
        Text::Autoformat...found
        Mail::Mailer >=1.57...found
        Regexp::Common...found
        Module::Versions::Report >=1.03...found
        MIME::Entity >=5.108...found
        HTML::Entities...found
        Digest::MD5 >=2.27...found
        Cache::Simple::TimedExpiry...found
        DBI >=1.37...found
        Locale::Maketext::Lexicon >=0.32...found
        Digest::base...found
        Locale::Maketext::Fuzzy...found
        Time::HiRes...found
        Net::SMTP...found
        Text::Wrapper...found
        Time::ParseDate...found
        File::Temp...found
        Log::Dispatch >=2.0...found
        Locale::Maketext >=1.06...found
        UNIVERSAL::require...found
        Tree::Simple >=1.04...found
        Text::Template...found
MAILGATE dependencies:
        Pod::Usage...found
        HTML::TreeBuilder...found
        Getopt::Long...found
        HTML::FormatText...found
        LWP::UserAgent...found
MASON dependencies:
        CGI::Cookie >=1.20...found
        Text::WikiFormat >=0.76...found
        XML::RSS >=1.05...found
        Storable >=2.08...found
        HTML::Mason >=1.23...found
        Apache::Session >=1.53...found
        Digest::MD5 >=2.27...found
        GD::Text...found
        GD...found
        Errno...found
        GD::Graph...found
MYSQL dependencies:
        DBD::mysql >=2.1018...found

Everything was found.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20070822/4919eaf9/attachment.htm>


More information about the rt-users mailing list