[rt-users] Almost there... Some progress... maybe...
Ben Weston
ben at computerhelpme.com
Tue Aug 29 14:47:49 EDT 2006
Ben -
> If this is a cut/paste, looks like there's still a tyop [sic] in
> your httpd.conf -- you're specifying /opt/rt3/ everywhere except the
> <Directory> container where the handlers are defined. That <directory>
> container is for /opt/rt34/share/html, rather than /opt/rt3/share/html.
>
> Or was this a cosmetic error introduced while emailing
No, that was a typo in my config I thought I'd fixed this morning, but
apparently hadn't....
Originally, when I went with /opt/rt3 instead of rt34, it would just
bomb out with a 500 error... This time I'm getting:
*error:* RT couldn't store your session.
This may mean that that the directory '/opt/rt3/var/session_data' isn't
writable or a database table is missing or corrupt.
*context:*
*...*
*86:* };
*87:* undef $cookies{$cookiename};
*88:* }
*89:* else {
*90:* die loc("RT couldn't store your session.") . "\n"
*91:* . loc(
*92:* "This may mean that that the directory '[_1]' isn't writable or
a database table is missing or corrupt.",
*93:* $RT::MasonSessionDir
*94:* )
*...*
*code stack:* /opt/rt3/share/html/Elements/SetupSessionCookie:90
/opt/rt3/share/html/autohandler:73
Raw Error:
RT couldn't store your session.
This may mean that that the directory '/opt/rt3/var/session_data' isn't writable or a database table is missing or corrupt.
Trace begun at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Exceptions.pm line 129
HTML::Mason::Exceptions::rethrow_exception('RT couldn\'t store your session.^JThis may mean that that the directory \'/opt/rt3/var/session_data\' isn\'t writable or a database table is missing or corrupt.^J^J') called at /opt/rt3/share/html/Elements/SetupSessionCookie line 90
HTML::Mason::Commands::__ANON__ at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0xbbb4058)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 1256
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 1250
HTML::Mason::Request::comp(undef, undef) called at /opt/rt3/share/html/autohandler line 73
HTML::Mason::Commands::__ANON__ at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0xbba7188)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 1251
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 1250
HTML::Mason::Request::comp(undef, undef, undef) called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 460
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 460
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 412
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0xbb25344)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 168
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0xbb25344)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 826
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0xad0c3ac)', 'Apache2::RequestRec=SCALAR(0xafa5d30)') called at /opt/rt3/bin/webmux.pl line 123
eval {...} at /opt/rt3/bin/webmux.pl line 123
RT::Mason::handler('Apache2::RequestRec=SCALAR(0xafa5d30)') called at /usr/lib/perl5/site_perl/5.8.8/Apache/Session/MySQL.pm line 0
eval {...} at /usr/lib/perl5/site_perl/5.8.8/Apache/Session/MySQL.pm line 0
--
/opt/rt3/var/session_data is RWX for owner and group, none for Other
Database issue perhaps???
More information about the rt-users
mailing list