Forum OpenACS Q&A: Error during restart

Collapse
Posted by H. shefaat on
Hi, I got this error message. I donte use cms module. I dont know what this error message means.
Thanks for help
Oct/2002:16:29:46
    Error: Error sourcing /web/openacs-4/packages/cms/tcl/item-
procs.tcl:
can't read "item_id": no such variable
    while executing
"return $item_id"
    (file "/web/openacs-4/packages/cms/tcl/item-procs.tcl" line 57)
    invoked from within
"source $__file "
    Notice: Querying '
	select package_id from apm_packages where package_key 
= 'cms';'

02/Oct/2002:16:29:46
    Error: Error sourcing /web/openacs-4/packages/cms/tcl/publish-
procs.tcl:
expected integer but got ""
    while executing
"ns_schedule_proc -thread $interval publish::track_publish_status"
    (procedure "publish::schedule_status_sweep" line 10)
    invoked from within
"publish::schedule_status_sweep"
    (file "/web/openacs-4/packages/cms/tcl/publish-procs.tcl" line 
448)
    invoked from within
"source $__file "
    Notice: Querying '
	select count(*) from pg_class
        where relname = lower('apm_packages') and
	    relname !~ '^pg_' and relkind = 'r';'

Collapse
Posted by H. shefaat on
I checked it again. The cms package is not mounted!! Why it is looking for item_id ????
Collapse
Posted by Jeff Davis on
If you are not using cms then it won't hurt anything.

You can report it as a bug at
https://openacs.org/sdm/open-bafs.tcl?module_id=52&package_id=9

I think the first one was fixed 3 weeks ago and the other looks like
there must be something kerfucko with your installation since unless
you changed the StatusSweepInterval parameter it should have
worked.