Forum OpenACS Q&A: Response to OpenACS 4.x on Windows 98
Posted by
Polawat Ouilapan
on 08/18/02 06:10 AM
I have tried the native PostgreSQL which I downloaded from here, but I turned out to be less stable than the one on Cygwin. It didn't even make it through creating all the data models.
I was using Postgres 7.1.2 on Cygwin and have now upgraded it to 7.2.1. I used the binary installation of AOLServer downloaded from here, and using some of the missing drivers from the AOLServer4-UH distribution.
Now, I got passed data model creation. Got the 'NEXT' button. I went ahead and Install OACS packages. The packages got installed up until 'acs-content-repository', and stoped in the middle of installing this package. I installed again from scratch (dropdb, createdb, createlang) a few more time, and it stopped at the same place
Here's the postgreslog (AOLServer log showed no errors):
I was using Postgres 7.1.2 on Cygwin and have now upgraded it to 7.2.1. I used the binary installation of AOLServer downloaded from here, and using some of the missing drivers from the AOLServer4-UH distribution.
Now, I got passed data model creation. Got the 'NEXT' button. I went ahead and Install OACS packages. The packages got installed up until 'acs-content-repository', and stoped in the middle of installing this package. I installed again from scratch (dropdb, createdb, createlang) a few more time, and it stopped at the same place
Here's the postgreslog (AOLServer log showed no errors):
. . . NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'acs_sc_impls_pk' for table 'acs_sc_impls' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / UNIQUE will create implicit index 'acs_sc_impl_alias_un' for table 'acs_sc_impl_aliases' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: identifier "apm_package_version__add_interface" will be truncated to "apm_package_version__add_interf" NOTICE: identifier "ad_template_sample_users_sequence" will be truncated to "ad_template_sample_users_sequence" NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'ad_template_sample_users_pkey' for table 'ad_template_sample_users' NOTICE: identifier "apm_package_version__add_interface" will be truncated to "apm_package_version__add_interf" NOTICE: identifier "apm_package_version__add_interface" will be truncated to "apm_package_version__add_interf" NOTICE: identifier "apm_package_version__add_dependency" will be truncated to "apm_package_version__add_depend" NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pages_package_id_pk' for table 'pages' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: identifier "apm_package_version__add_dependency" will be truncated to "apm_package_version__add_depend" NOTICE: Adding missing FROM-clause entry for table "acs_object_id_seq" NOTICE: identifier "acs_object__initialize_attributes" will be truncated to "acs_object__initialize_attribut" NOTICE: identifier "apm_package_version__add_interface" will be truncated to "apm_package_version__add_interf" NOTICE: identifier "apm_package_version__add_dependency" will be truncated to "apm_package_version__add_depend" NOTICE: identifier "apm_package_version__add_dependency" will be truncated to "apm_package_version__add_depend" NOTICE: identifier "apm_package_version__add_interface" will be truncated to "apm_package_version__add_interf" NOTICE: identifier "apm_package_version__add_dependency" will be truncated to "apm_package_version__add_depend" NOTICE: identifier "apm_package_version__add_dependency" will be truncated to "apm_package_version__add_depend" NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_mime_types_pk' for table 'cr_mime_types' NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_content_mime_map_pk' for table 'cr_content_mime_type_map' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_locale_abbrev_pk' for table 'cr_locales' NOTICE: CREATE TABLE / UNIQUE will create implicit index 'cr_locale_name_unq' for table 'cr_locales' NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_type_children_pk' for table 'cr_type_children' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_type_relations_pk' for table 'cr_type_relations' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_items_pk' for table 'cr_items' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: ALTER TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_child_rels_rel_pk' for table 'cr_child_rels' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_item_rels_pk' for table 'cr_item_rels' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_revisions_pk' for table 'cr_revisions' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_revision_attributes_pk' for table 'cr_revision_attributes' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_content_text_pkey' for table 'cr_content_text' NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'cr_release_periods_pk' for table 'cr_release_periods' NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) DEBUG: pq_recvbuf: recv() failed: No errorI was using CVS checkout of OpenACS 4, because I am installing dotLRN. I will attemp another install using the released OpenACS 4.5.0.