Forum OpenACS Q&A: Error while upgrading to 4.6
I am trying to upgrade my version from 4.5-beta to 4.6 release using /acs-admin/apm/packages-install. Currently my system is Linux Suse 8.0, aolserver3.3_ad13_0acs1-beta, OpenACS4.5-beta, and PostgreSQL 7.2.1. It is firing the following error:
Installing packages...
Installed Site-Wide Administration, version 4.5.
Acs-admin instantiated as acs-admin.
HTTP/1.0 200 OK Server: AOLserver/3.3.1+ad13 Content-Type: text/html; charset=iso-8859-1 MIME-Version: 1.0 Date: Sun, 26 Jan 2003 20:26:39 GMT Content-Length: 2641 Connection: close
Request Error
error deleting "/web/greetingchecks/apm-workspace/install/acs-admin/tcl/apm-admin-procs-postgresql.xql": permission denied
while executing
"file delete -force $install_path/$package_key"
("foreach" body line 33)
invoked from within
"foreach pkg_info $pkg_install_list {
set spec_file [pkg_info_spec $pkg_info]
if { [catch {
array set version [apm_read_package_info_file $spe..."
("uplevel" body line 34)
invoked from within
"uplevel {
ad_page_contract {
Installs the packages.
@author Bryan Quinn (mailto:bquinn@arsdigita.com)
@creation-date Mon Oct 9 00:22:31..."
(procedure "code::tcl::/web/greetingchecks/packages/acs-admin/www/apm/pa..." line 2)
invoked from within
"code::tcl::$__adp_stub"
invoked from within
"if { [file exists $__adp_stub.tcl] } {
# ensure that data source preparation procedure exists and is up-to-date
adp_init tcl $__adp_stub
..."
("uplevel" body line 3)
invoked from within
"uplevel {
if { [file exists $__adp_stub.tcl] } {
# ensure that data source preparation procedure exists and is up-to-date
adp_init t..."
(procedure "adp_prepare" line 3)
invoked from within
"adp_prepare "
(procedure "template::adp_parse" line 30)
invoked from within
"template::adp_parse [file root [ad_conn file]] {}"
(procedure "adp_parse_ad_conn_file" line 7)
invoked from within
"$handler"
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
$handler
} ad_script_abort val {
# do nothing
}"
invoked from within
"rp_serve_concrete_file [ad_conn file]"
(procedure "rp_serve_abstract_file" line 60)
invoked from within
"rp_serve_abstract_file "$root/$path""
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
rp_serve_abstract_file "$root/$path"
set tcl_url2file([ad_conn url]) [ad_conn file]
set tcl_url2path_info([ad_conn url]) [ad_conn path_inf...
What's going on? Anybody?
Thanks