Re: post-review: HTTP 500 error

2012-11-23 Thread kvr
Hi , I am also facing the similar problem while posting review request, but my Review board is running in Ubuntu. Review Board version:1.5.7 Rbtools version:0.3.2 python version:2.7 Got HTTP error: 500: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: post-review: HTTP 500 error

2011-09-23 Thread Zamir Khan
Just a follow up. It does seem that what I described below was the problem. The solution was to move the repository to our Office B, where development is done. Now that the Perforce server is on the same LAN, with the same DNS resolution as the reviewboard server, I was able to install without

Re: post-review: HTTP 500 error

2011-08-29 Thread Zamir Khan
So I did some more digging and think I may have discovered a cause of the problem. I'm not an expert when it comes to networking, so please bear with me. My company has two locations, each with their own network. The perforce server is currently located at Office A on Network A. I am working at

Re: post-review: HTTP 500 error

2011-08-24 Thread Zamir Khan
I suppose it would help if I put what I'm running in this thread as well: I am running reviewboard 1.5.5 on a Windows VM with MySQL, Apache 2.2, Python 2.5.4, etc. (let me know what else you need to know) and a Perforce repository. Zamir On Aug 23, 4:16 pm, Zamir Khan zamir.k...@gmail.com

Re: post-review: HTTP 500 error

2011-08-24 Thread Christian Hammond
Well, it certainly isn't supposed to do that :) Can you check the server logs and find out what the exception traceback says? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Aug 24, 2011 at 12:05 PM,

Re: post-review: HTTP 500 error

2011-08-24 Thread Zamir Khan
Here it is. Does this have to do with p4python (it's installed), the p4.exe, or either of those being on the path? I'll double-check those issues. ERROR:django.request:Internal Server Error: /reviewboard/api/review- requests/ Traceback (most recent call last): File

Re: post-review: HTTP 500 error

2011-08-24 Thread Christian Hammond
Yeah, it appears to be some installation issue with p4python. I should point out that Windows is the most difficult server platform to install Review Board on, as errors like this for many of our third party modules crop up from time to time. There appears to be many causes. Can you install in a

Re: post-review: HTTP 500 error

2011-08-24 Thread Zamir Khan
I will ask, but as far as I know, we are a windows shop :( Zamir On Aug 24, 1:21 pm, Christian Hammond chip...@chipx86.com wrote: Yeah, it appears to be some installation issue with p4python. I should point out that Windows is the most difficult server platform to install Review Board on, as

Re: post-review: HTTP 500 error

2011-08-24 Thread Christian Hammond
Unfortunately then, you may have to do a bit of debugging on your end to figure out why it's not finding/loading the module. Sometimes it's due to incompatibilities with where you got your Python from (different ones are compiled different ways). Sometimes it's due to permissions or file path