Forum OpenACS Development: Current chanel 5.10 ?

Collapse
Posted by Vlad V on
Hello all,

I've got error when update or install software:

Couldn't get the package list. Please try again later. Status: 404
while executing
"error "Couldn't get the package list. Please try again later. Status: [dict get $dict status]""
(procedure "apm_get_package_repository" line 20)
invoked from within
"apm_get_package_repository -repository_url $fetch_url -array repository"
("uplevel" body line 55)
invoked from within
...

My current links for install and upgrade are the following:
- http://localhost:8000/acs-admin/install/install?channel=5-10&head_channel=5-9+HEAD&repository_url=http%3a%2f%2fopenacs.org%2frepository%2f&current_channel=5-10
- http://localhost:8000/acs-admin/install/install?channel=5-10&head_channel=5-9+HEAD&repository_url=http%3a%2f%2fopenacs.org%2frepository%2f&current_channel=5-10&upgrade_p=1

Perhaps the problem is that the link to the non-existent channel version 5.10.

Somebody has already received such a mistake?

Collapse
2: Re: Current chanel 5.10 ? (response to 1)
Posted by Gustaf Neumann on
The problem showed only up, when one is running the HEAD version from CVS. The main problem was that openacs.org was running without a restart since june (about 50 days). The channels of the central apm respository are generated from CVS tags in a scheduled procedure. The code executed in the scheduled procedure is loaded only at startup time, so it did not notice, that the HEAD branch has moved to 5-10.

I've restarted the server, the problem should be solved by now.

Collapse
3: Re: Current chanel 5.10 ? (response to 2)
Posted by Vlad V on
The problem solved. Thanks.