Apache 2 Error

I erractically encoutered this error on my browser (IE6), when normally I
used the ticket search.

System error

error: could not find component for initial path
’/error/HTTP_INTERNAL_SERVER_ERROR.html.var/index.html’

context: …
222: }
223: }
224:
225: unless ($self->{request_comp} = $request_comp) {
226: top_level_not_found_error “could not find component for initial path
’$self->{top_path}’\n”;
227: }
228:
229: } elsif ( ! UNIVERSAL::isa( $request_comp, ‘HTML::Mason::Component’
) ) {
230: param_error “comp ($request_comp) must be a component path or a
component object”;

code stack: /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:226
g /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:166
g /usr/lib/perl5/site_perl/5.8.0/Class/Container.pm:265
g /usr/lib/perl5/site_perl/5.8.0/Class/Container.pm:343
g /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Interp.pm:213
g /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Interp.pm:207
g /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/CGIHandler.pm:89
g /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/CGIHandler.pm:72
g /usr/local/rt/bin/mason_handler.fcgi:53
g
raw error

What does this mean?

I’m using RT3.0.5, Apache 2, FastCGI, Postgres 7.3.2, RH9.

—rommie