[rt-users] LDAP Overlay - HiRes exception

Stan rt at vtwireless.com
Fri Jun 3 11:36:13 EDT 2005


I have RT 3.4.2
I extracted the LDAP overlay to my local dir.

I have updated my Time::HiRes to no avail.  Any ideas?

When I hit http://rt/ I get this error:

*error:*  Can't use string ("1117803276") as an ARRAY ref while "strict 
refs" in use at /home/rt/local-perl/lib/5.8.6/i686-linux/Time/HiRes.pm 
line 43.
*context:* 
*...*  	
*39:*  	sub tv_interval {
*40:*  	# probably could have been done in C
*41:*  	my ($a, $b) = @_;
*42:*  	$b = [gettimeofday()] unless defined($b);
*43:*  	(${$b}[0] - ${$a}[0]) + ((${$b}[1] - ${$a}[1]) / 1_000_000);
*44:*  	}
*45:*  	
*46:*  	# Autoload methods go after =cut, and are processed by the 
autosplit program.
*47:*  	
*...*  	

*code stack:*  /home/rt/local-perl/lib/5.8.6/i686-linux/Time/HiRes.pm:43
/home/rt/rt/share/html/Elements/Footer:71
/home/rt/rt/share/html/Elements/Login:116
/home/rt/rt/local/html/autohandler:250


Can't use string ("1117803276") as an ARRAY ref while "strict refs" in use at /home/rt/local-perl/lib/5.8.6/i686-linux/Time/HiRes.pm line 43.


Trace begun at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Exceptions.pm line 131
HTML::Mason::Exceptions::rethrow_exception('Can\'t use string ("1117803276") as an ARRAY ref while "strict refs" in use at /home/rt/local-perl/lib/5.8.6/i686-linux/Time/HiRes.pm line 43.^J') called at /home/rt/local-perl/lib/5.8.6/i686-linux/Time/HiRes.pm line 43
Time::HiRes::tv_interval(1117803276) called at /home/rt/rt/share/html/Elements/Footer line 71
HTML::Mason::Commands::__ANON__('Menu', 0) called at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Component.pm line 136
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x9badd20)', 'Menu', 0) called at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Request.pm line 1074
eval {...} at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Request.pm line 1068
HTML::Mason::Request::comp(undef, undef, 'Menu', 0) called at /home/rt/rt/share/html/Elements/Login line 116
HTML::Mason::Commands::__ANON__ at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Component.pm line 136
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x9b7924c)') called at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Request.pm line 1074
eval {...} at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Request.pm line 1068
HTML::Mason::Request::comp(undef, undef) called at /home/rt/rt/local/html/autohandler line 250
HTML::Mason::Commands::__ANON__ at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Component.pm line 136
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x9af6494)') called at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Request.pm line 1069
eval {...} at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Request.pm line 1068
HTML::Mason::Request::comp(undef, undef, undef) called at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Request.pm line 338
eval {...} at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Request.pm line 338
eval {...} at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/Request.pm line 297
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0x9b014dc)') called at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/ApacheHandler.pm line 134
eval {...} at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/ApacheHandler.pm line 134
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x9b014dc)') called at /home/rt/local-perl/lib/site_perl/5.8.6/HTML/Mason/ApacheHandler.pm line 827
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x9883328)', 'Apache=SCALAR(0x9882c40)') called at /home/rt/rt/bin/webmux.pl line 124
eval {...} at /home/rt/rt/bin/webmux.pl line 124
RT::Mason::handler('Apache=SCALAR(0x9882c40)') called at /dev/null line 0
eval {...} at /dev/null line 0





More information about the rt-users mailing list