Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Bruce Cran
Is there anything in /tmp/reviewboard.log ? -- 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

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
Sorry, nothing in the reviewboard`s log On Tuesday, February 25, 2014 12:32:08 PM UTC-5, Bruce Cran wrote: Is there anything in /tmp/reviewboard.log ? -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons:

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
No log file that`s something bother me the most...Any idea how to fix this? Is it possible for me to downgrade to 1.7.21? On Tuesday, February 25, 2014 12:32:08 PM UTC-5, Bruce Cran wrote: Is there anything in /tmp/reviewboard.log ? -- Get the Review Board Power Pack at

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
I just tried to install the 2.0 beta3 again, and during the installation, I found few warnings(no error) may help. They are: Running Whoosh-2.6.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-soGWSL/Whoosh-2.6.0/egg-dist-tmp-_iMeAQ warning: no files found matching '*.txt' under directory

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
After the reinstallation, I also got some error log from the apache2. [error] [client 10.50.12.48] mod_wsgi (pid=2238): Exception occurred processing WSGI script '/var/www/reviews.example.com/htdocs/reviewboard.wsgi'., referer: http://10.50.12.159:81/dashboard/ [Tue Feb 25 19:16:19 2014]

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Christian Hammond
That error log shows you're running Django 1.4.x under Apache, and not 1.6.2. What version of Python did you install with? Christian On Tuesday, February 25, 2014, Allen zhangsan8...@gmail.com wrote: After the reinstallation, I also got some error log from the apache2. [error] [client

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
Python 2.7.3 On Tuesday, February 25, 2014 2:37:38 PM UTC-5, Christian Hammond wrote: That error log shows you're running Django 1.4.x under Apache, and not 1.6.2. What version of Python did you install with? Christian On Tuesday, February 25, 2014, Allen zhangs...@gmail.com javascript:

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
I also checked the django`s version, it`s django.VERSION (1, 6, 2, 'final', 0) any idea why I am running 1.4.x and how to fix it? Thanks! On Tuesday, February 25, 2014 2:37:38 PM UTC-5, Christian Hammond wrote: That error log shows you're running Django 1.4.x under Apache, and not 1.6.2.

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Christian Hammond
Can you show me the full output plus command line you used for upgrading Review Board? There is definitely something wrong with your install. Christian On Tuesday, February 25, 2014, Allen zhangsan8...@gmail.com wrote: Python 2.7.3 On Tuesday, February 25, 2014 2:37:38 PM UTC-5, Christian

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
The upgrade command I used is sudo easy_install \ -f http://downloads.reviewboard.org/releases/ReviewBoard/2.0/ \ -U ReviewBoard And for the output, I am able to put it here, it`s already gone. There were few warnings in the output but no errors. And finally it shows completed. All

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
import django django.__file__ '/usr/local/lib/python2.7/dist-packages/Django-1.6.2-py2.7.egg/django/__init__.pyc' import reviewboard reviewboard.__file__ '/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0beta3-py2.7.egg/reviewboard/__init__.pyc' On Tuesday, February 25, 2014 3:02:08 PM

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread timc
Hi Allen, On Tuesday, 25 February 2014 17:11:53 UTC, Allen wrote: Hi, Seems RB 2.0 has a lot of cool features and I want to give it a try. But after I upgraded it, the review board toke a very long time to load and finally a 500 error showed up. Any idea what`s going on? I also checked

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Christian Hammond
On Tuesday, February 25, 2014, timc timcuss...@gmail.com wrote: Hi Allen, On Tuesday, 25 February 2014 17:11:53 UTC, Allen wrote: Hi, Seems RB 2.0 has a lot of cool features and I want to give it a try. But after I upgraded it, the review board toke a very long time to load and finally a

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
Yeah, I restarted the apache2 server after the install is completed. So you mean I should not restart the server? On Tuesday, February 25, 2014 3:46:43 PM UTC-5, Christian Hammond wrote: On Tuesday, February 25, 2014, timc timcu...@gmail.com javascript: wrote: Hi Allen, On Tuesday, 25

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Christian Hammond
No, you should. Not restarting can result in an older version of the code being used. Did you restart it after doing 'rb-site upgrade', or just after the 'easy_install -U' ? Okay, so Python 2.7 is being used for the server and for your command line, which is good. Means things are in sync there.

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
I made a mistake... I never ran the rb-site upgrade... Problem solved, and I think it`s better to mention that use rb-site upgrade after the install is done. Anyway, thank you so much!!! On Tuesday, February 25, 2014 3:56:50 PM UTC-5, Christian Hammond wrote: No, you should. Not restarting

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Stephen Gallagher
On 02/25/2014 04:15 PM, Allen wrote: I made a mistake... I never ran the rb-site upgrade... Problem solved, and I think it`s better to mention that use rb-site upgrade after the install is done. Anyway, thank you so much!!! FWIW, I'm currently working on a patch for systemd enabled systems

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Allen
Glad to hear that, thanks! On Tuesday, February 25, 2014 4:19:22 PM UTC-5, Stephen Gallagher wrote: On 02/25/2014 04:15 PM, Allen wrote: I made a mistake... I never ran the rb-site upgrade... Problem solved, and I think it`s better to mention that use rb-site upgrade after the install

Re: Error 500 after upgrade to 2.0

2014-02-25 Thread Christian Hammond
On Tue, Feb 25, 2014 at 1:19 PM, Stephen Gallagher step...@gallagherhome.com wrote: On 02/25/2014 04:15 PM, Allen wrote: I made a mistake... I never ran the rb-site upgrade... Problem solved, and I think it`s better to mention that use rb-site upgrade after the install is done. Anyway,