This was resolved after updating our httpd configuration per inveniocfg --create-apache-conf.
Thanks, Devin On Mar 13, 2012, at 11:43 AM, Devin Bougie wrote: > Hi, All. We receive the following error after upgrading from 0.99.5 to 1.0.0 > on 32-bit SL5. Any help would be greatly appreciated, and please let me know > if there is any more information I can provide. > > Many thanks, > Devin > > https://edms.classe.cornell.edu/ > > ----- > MOD_PYTHON ERROR > > ProcessId: 26939 > Interpreter: 'main_interpreter' > > ServerName: 'edms.classe.cornell.edu' > DocumentRoot: '/opt/cds-invenio/var/www' > > URI: '/' > Location: '/' > Directory: None > Filename: '/opt/cds-invenio/var/www/' > PathInfo: '' > > Phase: 'PythonHandler' > Handler: 'invenio.webinterface_layout' > > Traceback (most recent call last): > > File "/usr/lib/python2.4/site-packages/mod_python/importer.py", line 1537, > in HandlerDispatch > default=default_handler, arg=req, silent=hlist.silent) > > File "/usr/lib/python2.4/site-packages/mod_python/importer.py", line 1206, > in _process_target > object = apache.resolve_object(module, object_str, arg, silent=silent) > > File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 696, in > resolve_object > raise AttributeError, s > > AttributeError: module > '/usr/lib/python2.4/site-packages/invenio/webinterface_layout.pyc' contains > no 'handler' > ------ > > [root@lnx19 ~]# /opt/invenio/bin/inveniocfg --detect-system-details>>> Going > to detect system details... > * Hostname: lnx19.lns.cornell.edu > * Invenio version: 1.0.0 > * Python version: 2.4.3 (#1, May 5 2011, 18:44:48) [GCC 4.1.2 20080704 (Red > Hat 4.1.2-50)] > * Apache version: Apache/2.2.3 (Scientific Linux) (Release 63.sl5.1) > [/usr/sbin/httpd]; > Apache/2.2.3 (Scientific Linux) (Release 63.sl5.1) > [/usr/sbin/httpd.event]; > Apache/2.2.3 (Scientific Linux) (Release 63.sl5.1) > [/usr/sbin/httpd.worker] > * MySQLdb version: 1.2.2 > * MySQL version: > - version: 4.1.22-log > - character_set_client: utf8 > - character_set_connection: utf8 > - character_set_database: utf8 > - character_set_results: utf8 > - character_set_server: latin1 > - character_set_system: utf8 > - collation_connection: utf8_general_ci > - collation_database: utf8_general_ci > - collation_server: latin1_swedish_ci >>>> System details detected successfully. > > ------

