That's really strange thing. This exception can be thrown only from Zend_Search_Lucene_Index_DictionaryLoader::load() method now.
Are you sure that 1.9.1 packages are correctly registered in the include_path? It looks like some earlier ZF version comes before it. With best regards, Alexander Veremyev. > -----Original Message----- > From: Ralf Eggert [mailto:[email protected]] > Sent: Thursday, August 13, 2009 6:29 PM > To: Zend Framework General ML > Subject: [fw-general] Zend_Search_Lucene broken after upgrade to 1.9.0 > > Hi, > > I just upgraded on a server from 1.8.4 to 1.9.0 *) and since then I get > an exception from Zend_Search_Lucene: > > Largest supported segment size (for 32-bit mode) is 2Gb > > #0 /my_project/library/Zend/Search/Lucene.php(415): > Zend_Search_Lucene_Storage_File->readLong() > #1 /my_project/test.career.aero/library/Zend/Search/Lucene.php(542): > Zend_Search_Lucene->_readSegmentsFile() > #2 /my_project/library/Interpersonal/Search/Lucene.php(42): > Zend_Search_Lucene->__construct('/my_project...', false) > #3 > /my_project/test.career.aero/application/controllers/IndexController.php (4 > 5): > Interpersonal_Search_Lucene::open('/my_project...') > #4 /my_project/test.career.aero/library/Zend/Controller/Action.php(513): > IndexController->indexAction() > > Switching back to 1.8.4 and this exception is not thrown any more. The > index is just about 200KB of size so far away from 2GB. > > Has anyone the same problem after upgrading to 1.9.x? > > Thanks and best regards, > > Ralf > > *) I know that 1.9.1 was release today but since no bug in ZSL seems to > be fixed another upgrade will not help...
