Got an error

I have a fresh install of the latest version, testdeps say everything is good
to go, mod_perl is compiled in to Apache, mysql is happy. I go to start the
webui and this is what I get.

Mason error

error in file:
/usr/lib/perl5/site_perl/5.6.0/HTML/Mason/Request.pm

     line 131: 
          exec: first argument (index.html) must be an absolute component path or a component object

context:

127:
$self->{error_code} = ‘top_not_found’;
128:
die “could not find component for initial path ‘$path’\n”;
129:
}
130:
} elsif (ref($comp) !~ /Component/) {
131:
die “exec: first argument ($comp) must be an absolute component path or a component object”;
132:
}
133:
134:
# This label is for declined requests.
135:
retry:

code stack:
/usr/lib/perl5/site_perl/5.6.0/HTML/Mason/Request.pm:131

Any help is appreciated!
Darren Grabowski drg@verio.net
Team Lead - Verio Security http://www.verio.net
office: 214.290.8680 fax: 214.800.7771
“Carpe Diem Baby” - J. Hetfield

sounds like you set the mason component root, or maybe your DocumentRoot
wrong in the config file.On Thu, Aug 23, 2001 at 10:40:02PM +0000, Darren Grabowski wrote:

I have a fresh install of the latest version, testdeps say everything is good
to go, mod_perl is compiled in to Apache, mysql is happy. I go to start the
webui and this is what I get.

Mason error

error in file:
/usr/lib/perl5/site_perl/5.6.0/HTML/Mason/Request.pm

     line 131: 
          exec: first argument (index.html) must be an absolute component path or a component object

context:

127:
$self->{error_code} = ‘top_not_found’;
128:
die “could not find component for initial path ‘$path’\n”;
129:
}
130:
} elsif (ref($comp) !~ /Component/) {
131:
die “exec: first argument ($comp) must be an absolute component path or a component object”;
132:
}
133:
134:
# This label is for declined requests.
135:
retry:

code stack:
/usr/lib/perl5/site_perl/5.6.0/HTML/Mason/Request.pm:131

Any help is appreciated!

Darren Grabowski drg@verio.net
Team Lead - Verio Security http://www.verio.net
office: 214.290.8680 fax: 214.800.7771
“Carpe Diem Baby” - J. Hetfield


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

http://www.bestpractical.com/products/rt – Trouble Ticketing. Free.