Hi Christian, Looking further, I was getting some errors about incompatibility between mod_wsgi and python. After updating mod_python and mod_wsgi, this is the error I'm left with:
[Fri May 23 17:51:49 2014] [error] /usr/lib/python2.6/site-packages/Djblets-0.8-py2.6.egg/djblets/util/fields.py:11: DeprecationWarning: djblets.util.fields is deprecated. Use djblets.db.fields instead. [Fri May 23 17:51:49 2014] [error] 'djblets.db.fields instead.', DeprecationWarning) It seems related to this posted problem: https://groups.google.com/forum/#!topic/reviewboard/lbhUHuPDgQA I'm using: Django 1.6.5 Python 2.6.6 MySQL Apache config is as follows: <VirtualHost *:80> ServerName reviewboard.cctechnol.com DocumentRoot "/var/www/reviewboard/htdocs" # Error handlers ErrorDocument 500 /errordocs/500.html WSGIPassAuthorization On WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi/" <Directory "/var/www/reviewboard/htdocs"> AllowOverride All Options -Indexes FollowSymLinks Allow from all </Directory> # Alias static media requests to filesystem <Location "/static"> SetHandler None </Location> Alias /static "/var/www/reviewboard/htdocs/static" Alias /media "/var/www/reviewboard/htdocs/media" Alias /errordocs "/var/www/reviewboard/htdocs/errordocs" Alias /favicon.ico "/var/www/reviewboard/htdocs/media/rbcommons/images/favicon.png" </VirtualHost> On Friday, May 23, 2014 12:41:05 PM UTC-5, Christian Hammond wrote: > > That's certainly not normal. > > Can you provide the error logs from reviewboard.log? > > I also need to know everything you can tell me about your configuration. > Versions, software, database type, Apache config, whether you use > mod_worker, etc. > > Christian > > > On Friday, May 23, 2014, Sara Rayburn <[email protected] <javascript:>> > wrote: > >> After updating from 1.7.2x to 2.0, my users get occasional error 500 >> messages. The site seems to be down more often than it is up. >> >> I have no errors in my reviewboard logs or my httpd logs. >> >> My update process was as follows: >> >> easy_install -U ReviewBoard >> rb-site upgrade /var/www/reviewboard >> service httpd restart >> service memcached restart >> >> The only oddity I encountered during the process was a message from >> rb-site suggesting that I run condensediffs, which subsequently failed. >> >> Where should I look for hints abount what might be broken here? >> >> Sara >> >> -- >> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ >> --- >> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >> --- >> Happy user? Let us know at http://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > > -- > -- > Christian Hammond - [email protected] <javascript:> > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
