Forum OpenACS Q&A: Response to install problems on RH7.0

Collapse
Posted by Rafael Calvo on
Thanks Don,

I did as you said and installed 3.2.5. dbdrop'ed the DB, created it again, loaded the data-models...
I start aolserver with no error messages, but...
when I try to register it doesn't work. In the aolserver log I have the bunch of notices as bellow and go to the same page. Is this a bug in 3.2.5 or my installation?

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: Querying '
        select user_id, token, secure_token,
              last_ip, last_hit from sec_sessions
        where session_id = 1;'

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: dbinit: sql(localhost::ebt): '
        select user_id, token, secure_token,
              last_ip, last_hit from sec_sessions
        where session_id = 1
    '

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: bad token - VMdCo8oIcB8kbdkCpysxVTn/y/LdbMPI - jeMmSI/51ZQ1QwoMZGMdbE6yfqKHuHuD

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: Querying 'select * from referer_log_glob_patterns;'

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: dbinit: sql(localhost::ebt): 'select * from referer_log_glob_patterns'

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: Querying 'update referer_log set click_count = click_count + 1
where local_url = '/pvt/home.tcl'
and foreign_url = 'http://mt:9000/register/index.tcl?return_url=%2fpvt%2fhome%2etcl';
and trunc(entry_date) = trunc(sysdate());'
[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: dbinit: sql(localhost::ebt): 'update referer_log set click_count = click_count + 1
where local_url = '/pvt/home.tcl'
and foreign_url = 'http://mt:9000/register/index.tcl?return_url=%2fpvt%2fhome%2etcl';
and trunc(entry_date) = trunc(sysdate())'

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: Querying 'select * from referer_log_glob_patterns;'

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: dbinit: sql(localhost::ebt): 'select * from referer_log_glob_patterns'

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: Querying 'update referer_log set click_count = click_count + 1
where local_url = '/register/index.tcl'
and foreign_url = 'http://mt:9000/register/index.tcl?return_url=%2fpvt%2fhome%2etcl';
and trunc(entry_date) = trunc(sysdate());'

[02/May/2001:08:36:06][7261.10246][-conn5-] Notice: dbinit: sql(localhost::ebt): 'update referer_log set click_count = click_count + 1
where local_url = '/register/index.tcl'
and foreign_url = 'http://mt:9000/register/index.tcl?return_url=%2fpvt%2fhome%2etcl';
and trunc(entry_date) = trunc(sysdate())'