Forum OpenACS Q&A: Response to ACS 3.5 beta released
The ACES 3.5 source code (I don't think it's accurate to call it ACS 3.5) looks appealing, but I can't get the thing to boot. What obvious things am I missing? I've put my aolserver and acs .ini files at http://people.brandeis.edu/~rcgraves/i-must-be-stupid/
I am running AOLserver/3.3.1+ad13, apparently same as you, Oracle 8.1.6 (1 rev down, yes I know about the hole, we're firewalled).
I am obviously talking to the database correctly because APM is bootstrapping and I get things in sec_sessions in the right tablespace.
Do I need some i18n patches not in the standard 3.3.1+ad13? Did I need to do anything special for internationalization when creating the Oracle database?
I tried both following the posted directions and skipping the load-education.sql step since [most of] it seems already installed by modified version of load-data-model.
I get "file not found" on http://samantha.unet.brandeis.edu:8080/register/
As a troubleshooting stup I created a http://samantha.unet.brandeis.edu:8080/foo.html which according to the log is found, but it's returning zero bytes.
129.64.99.158 - - [02/Feb/2002:00:33:40 -0500] "GET /foo.html HTTP/1.0" 200 0 "" "Lynx/2.8.4dev.7 libwww-FM/2.14" 129.64.99.158 - - [02/Feb/2002:00:34:45 -0500] "GET / HTTP/1.0" 302 336 "" "Lynx/2.8.4dev.7 libwww-FM/2.14" 129.64.99.158 - - [02/Feb/2002:00:34:46 -0500] "GET / HTTP/1.0" 302 345 "" "Lynx/2.8.4dev.7 libwww-FM/2.14" 129.64.99.158 - - [02/Feb/2002:00:34:50 -0500] "GET /register/ HTTP/1.0" 404 532 "" "Lynx/2.8.4dev.7 libwww-FM/2.14"
Errors loading the data model:
Warning: Trigger created with compilation errors. Errors for TRIGGER DROP_BBOARD_SUBSCRIPTION_TR: LINE/COL ERROR -------- ----------------------------------------------------------------- 4/3 PL/SQL: SQL Statement ignored 4/24 PLS-00201: identifier 'GC_BBOARD_TOPICS' must be declared 8/5 PL/SQL: SQL Statement ignored 8/17 PLS-00201: identifier 'GC_TOPIC_USER_MAP' must be declared SQL> /packages/education/02-education-api.sql SQL> Function created. ... SQL> /packages/education/20-education-calendar-setup.sql SQL> Warning: Trigger created with compilation errors. Errors for TRIGGER EDU_CAL_CAT_UPON_NEW_CLASS: LINE/COL ERROR -------- ----------------------------------------------------------------- 3/6 PL/SQL: SQL Statement ignored 3/18 PLS-00201: identifier 'CAL_ITEM_TYPES' must be declared 7/6 PL/SQL: SQL Statement ignored 7/18 PLS-00201: identifier 'CAL_ITEM_TYPES' must be declared 11/2 PL/SQL: SQL Statement ignored 11/14 PLS-00201: identifier 'CAL_ITEM_TYPES' must be declared 14/2 PL/SQL: SQL Statement ignored 14/14 PLS-00201: identifier 'CAL_ITEM_TYPES' must be declared 18/2 PL/SQL: SQL Statement ignored 18/14 PLS-00201: identifier 'CAL_ITEM_TYPES' must be declared Warning: Trigger created with compilation errors. [every subsequent calendar and portal function gives an error]