Forum OpenACS Q&A: Response to Search the SDM at OpenACS with htDig

Collapse
Posted by amit singh on
How to patch the aolserver. I have the rpm install of aolserver on RH 7.0. Things are working but with errors. Like
[07/Sep/2001:19:00:11]
    Error: called "ns_log" with too many arguments
    called "ns_log" with too many arguments
        while executing
    "ns_log debug newsearch "1" "[set newsearch]""
        invoked from within chunk: 1 of adp: ns_adp_parse

[07/Sep/2001:19:00:11]
    Error: can't read "description": no such variable
    can't read "description": no such variable
        while executing
    "set description"
        invoked from within
    "ns_adp_puts -nonewline  [set description] "
        invoked from within chunk: 3 of adp: ns_adp_parse

[07/Sep/2001:19:00:11]
    Error: can't read "othersearchlink": no such variable
    can't read "othersearchlink": no such variable
        while executing
    "set othersearchlink"
        invoked from within
    "ns_adp_puts -nonewline  [set othersearchlink] "
        invoked from within chunk: 4 of adp: ns_adp_parse

[07/Sep/2001:19:00:11]
    Error: can't read "additional_body": no such variable
    can't read "additional_body": no such variable
        while executing
    "set additional_body"
        invoked from within
    "ns_adp_puts -nonewline  [set additional_body] "
        invoked from within chunk: 5 of adp: ns_adp_parse
    Notice: dbdrv: opening database 'postgres:localhost::acs'

[07/Sep/2001:19:00:18]
    Error: called "ns_log" with too many arguments
    called "ns_log" with too many arguments
        while executing
    "ns_log debug newsearch "" "[set newsearch]""
        invoked from within chunk: 1 of adp: ns_adp_parse

[07/Sep/2001:19:00:18]
    Error: can't read "description": no such variable
    can't read "description": no such variable
        while executing
    "set description"
        invoked from within
    "ns_adp_puts -nonewline  [set description] "
        invoked from within chunk: 3 of adp: ns_adp_parse

[07/Sep/2001:19:00:18]
    Error: can't read "othersearchlink": no such variable
    can't read "othersearchlink": no such variable
        while executing
    "set othersearchlink"
        invoked from within
    "ns_adp_puts -nonewline  [set othersearchlink] "
        invoked from within chunk: 4 of adp: ns_adp_parse

[07/Sep/2001:19:00:18]
    Error: can't read "additional_body": no such variable
    can't read "additional_body": no such variable
        while executing
    "set additional_body"
        invoked from within
    "ns_adp_puts -nonewline  [set additional_body] "
        invoked from within chunk: 5 of adp: ns_adp_parse
    202.88.151.25 - - [07/Sep/2001:19:00:18 +0530] "GET /search/site-wide-dig.tcl?restrict=&exclude=&simple_or_advanced=&collection_list=htdig.tag.tag&words=page&method=and&search_algorithm=exact%3A1+prefix%3A0.2 HTTP/1.0" 200 8125 "http://xxxxx:8000/search/site-wide-dig.tcl" "Mozilla/4.75 [en] (X11; U; Linux 2.2.16-22 i686)"
    
Hope someone can help me sort out the problems