Ralf, hard to diagnose from the backtrace, it looks like you were
overriding Zend_Search_Lucene with Interpersonal_Search_Lucene, whats
going on in the constructor there?
Till, are you using Zend_Applicaiton? What does the Zend_View
boostrapping look like if not?
-ralph
till wrote:
On Thu, Aug 13, 2009 at 4:29 PM, Ralf Eggert<[email protected]> wrote:
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(45):
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...
I started getting "no view script directory set; unable to determine
location for view script". Anyone know if there are upgrade guides
between versions in the manual (I looked =)), or do I have to download
each release between 1.7.8 and 1.9.1 to track down why this broke?
Till