Forum OpenACS Q&A: Re: OpenACS on Windows

Collapse
9: Re: OpenACS on Windows (response to 1)
Posted by Winny Zhang on
Hi Jamie:
I installed some packages I wanted. But I got errors as below. Some packages are tested OK when I mounting them. Could you please take look at the errors? The errors most are couldn't download the package. I tried to manually download, it asked to save or cancel. Do you think that will cause problems? Thanks

Error: nslog: rename(c:/openacs/nsd4/servers/openacs-5.1.5/modules/nslog/access.log, c:/openacs/nsd4/servers/openacs-5.1.5/modules/nslog/access.log.2006-01-30-00:00) failed: 'Invalid argument'

Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request

Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Notice: apm_load_any_changed_libraries: Reloading *-procs.tcl files in this interpreter...
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request
Warning: last_page is 1932
Error: lang::message::lookup: Key 'new-portal.Hide_in_main_navigation' does not exist in en_US
Error: lang::message::lookup: Key 'new-portal.Hide_in_main_navigation' does not exist in en_US
Error: lang::message::lookup: Key 'new-portal.Hide_in_main_navigation' does not exist in en_US
Notice: dbdrv: opening database 'postgres:127.0.0.1::oacs'
Notice: Opening oacs on 127.0.0.1, port
Notice: Ns_PgOpenDb(postgres): Opened connection to 127.0.0.1::oacs.
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request
Notice: acs-mail-lite: about to load qmail queue
[30/Jan/2006:14:59:22][3248.15044][-sched:12-] Notice: queue dir = /new/*, no messages
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request
Warning: last_page is 1932
Error: lang::message::lookup: Key 'new-portal.Hide_in_main_navigation' does not exist in en_US
Error: lang::message::lookup: Key 'new-portal.Hide_in_main_navigation' does not exist in en_US
Error: lang::message::lookup: Key 'new-portal.Hide_in_main_navigation' does not exist in en_US
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.js" does not exists trying to serve as a normal request
Error: rp_sources_filter: file "c:/OpenACS/openacs-5.1.5/www/resources/acs-templating/mktree.css" does not exists trying to serve as a normal request

Error: Error downloading package postcard from https://openacs.org/repository/5-1/postcard-1.0.apm. Installing package failed.

Error: Error loading APM file form url https://openacs.org/repository/5-1/simple-survey-0.2d.apm: couldn't execute "gunzip": no such file or directory
couldn't execute "gunzip": no such file or directory

Collapse
Posted by Jamie Rasmussen on
Your log rename is failing because ':' is not a legal filename character. In your AOLserver config file, change to something like:
ns_section "ns/server/$server/module/nslog"
ns_param rollfmt %Y-%m-%d-%H_%M

The last real OpenACS install I did was before the mktree code was added. Do those files exist in your /packages/acs-templating/www/resources/ directory?

Do you have gunzip installed? Where? It is available as part of Cygwin. If you're having trouble installing from a .apm file, you can try checking out the package you need from CVS.