Forum OpenACS Q&A: fail to register too. any ideas anyone?

Collapse
Posted by Marshall Trammell,III on
I have loaded AOLserver3.0  : seems ok, serves adp & tcl & reads pgdb
my datamodel.txt shows no errors --- it took a long time to load
startup log shows 2 or 3 errors
one I think had to do with user groups


Problems are
1) login only works when specifying the index.tcl file

2) when trying to log in as a valid user ( not a new user)
   script fails with the following:
   Error:/tcl/user_group_defs.tcl:function ug_serve_group_pages:first
   element in url list is not [ad_parameter GroupsDirectory ug]

   I also notice that this call logs a notice showing the url
   but mine is "/" ; that is nothing but a slash

3) In addition, startup nsd.tcl looks for a directory that has not 
   been created for redirection.  
   
   any help would be appreciated. I'm a little stumped.

Here are the detailed log files in the order they were created.


[15/Jun/2000:21:30:44][2568.1024][-main-] Notice: nsd.tcl: sourcing: /web/server1/tcl/ad-redirect.tcl

******
The config path below can't be correct can it. I put that notice in myself.

[15/Jun/2000:21:30:44][2568.1024][-main-] Notice: Config Path:ns/server/server1/acs/redirect
[15/Jun/2000:21:30:44][2568.1024][-main-] Notice: All the redirects :
[15/Jun/2000:21:30:44][2568.1024][-main-] Error: nsd.tcl: invalid set id: ""
invalid set id: ""
    while executing
"ns_set size $all_the_redirects"
    invoked from within
"ns_log Notice "/tcl/ad-redirect.tcl has found [ns_set size $all_the_redirects]..."
    invoked from within
"if !$ad_redirects_installed_p {
    # we haven't done this already
    set ad_redirects_installed_p 1

    # we could use ad_parameter_section (define ..."
    (file "/web/server1/tcl/ad-redirect.tcl" line 12)
[15/Jun/2000:21:30:44]

----------------------------------------------------------------
not really concerned about address book now

 
[15/Jun/2000:21:30:44][2568.1024][-main-] Notice: nsd.tcl: sourcing: /web/server1/tcl/address-book-defs.tcl
[15/Jun/2000:21:30:44][2568.1024][-main-] Error: nsd.tcl: can't use non-numeric string as operand of "&&"
can't use non-numeric string as operand of "&&"
    while executing
"if { !$address_book_procs_scheduled_p && [ad_parameter SendBirthdayAlerts addressbook] } {
    set address_book_procs_scheduled_p 1
    
    # schedul ..."
    (file "/web/server1/tcl/address-book-defs.tcl" line 205)

----------------------------------------------------------
I haven't a clue about this error mesage.

[15/Jun/2000:21:30:45][2568.1026][-sched-] Notice: Ns_PgOpenDb(postgres):  Openned connection to localhost::acs.
[15/Jun/2000:21:30:45][2568.1026][-sched-] Notice: Querying 'set datestyle to 'ISO';'
[15/Jun/2000:21:30:45][2568.1026][-sched-] Notice: Querying '
    select '/' || group_type as group_type_url from user_group_types 
    where has_virtual_directory_p='t';'
[15/Jun/2000:21:30:45][2568.1026][-sched-] Notice: nsd.db: sql(localhost::acs):  
    select '/' || group_type as group_type_url from user_group_types 
    where has_virtual_directory_p='t'
[15/Jun/2000:21:30:45][2568.1026][-sched-] Notice: Done running scheduled proc ug_init_serve_group_pages.
[15/Jun/2000:21:30:45][2568.1026][-sched-] Error: nsd.tcl: expected boolean value but got ""
expected boolean value but got ""
    while executing
"if {[ad_parameter EnabledP ccstub]} {
	proc cc_send_to_server_21 {command in_data out_data} {
	    stub_cc_send_to_server_21 $command $in_data $out_da ..."
    (procedure "ccstub_enable_stub" line 2)
    invoked from within
"ccstub_enable_stub"