Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-17230

Fatal error on first pageview after clusterize

    XMLWordPrintable

Details

    Description

      In the testsystem we have sometime the problem that the first pageview after running clusterize returns a fatal error:

      Fatal error: eZ Publish did not finish its request
      
      The execution of eZ Publish was abruptly ended. Contact website owner with current url and what you did, and owner will be able to debug the issue further.
      

      (this text seems to origin from index.php)

      Hitting F5 (refresh) on the same page then succeeds without an error. I suspected the problem is related to generation of cache so i played a bit around with removing it in order to try to easier reproduce it.

      Steps to reproduce

      So, here is how to reproduce it more easily.
      Setup:

      install ezp plain package
      clusterize it with ezdfs or ezdb
      take backup of var dir:
       # cp -a var var.01
      

      Then use the following procedure to reproduce the problem:

      Remove cache from tables:
        mysql> delete from ezdbfile where scope != 'content';
      alternative:
        mysql> delete from ezdfsfile where scope != 'content';
      prepare var dir:
        # rm -Rf var; cp -a var.01 var
        (or just make an empty var ) :
        # rm -Rf var; mkdir var; chmod a+rwx var
      
      Access http://mysite.com/plain_site
      (accessing http://mysite.com/plain_site_admin seems to work fine though )
      

      Attachments

        Activity

          People

            bd bd
            vl vl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: