post-reivew hangs on " HTTP POSTing to http//..."

2011-08-05 Thread Yuepeng Li
Hi All I am trying to setup the Reviewboard 1.5.5 on Windows xp (sp3) and try to use it with the clearcase. The Mysql 5.5; Apache 2.2 are using. After seting a example sites, I can visit the reviewboard via browser. But failed to submit a new review request. The info of repository in Reviewboard

post-reivew hangs on " HTTP POSTing to http//..."

2011-08-05 Thread Li Yuepeng
Hi All I am trying to setup the Reviewboard 1.5.5 on Windows xp (sp3) and try to use it with the clearcase. The Mysql 5.5; Apache 2.2 are using. After seting a example sites, I can visit the reviewboard via browser. But failed to submit a new review request. The info of repository in Reviewboard

Re: WSGI Configuration Permission denied

2011-08-05 Thread Chris Tooley
It turned out that in RHEL there are more directories that need to be owned by the apache user than those noted in the documentation. I chown'd them all to apache apache and had to change the permissions on a lot of stuff installed by easy_install. On Aug 2, 2011 4:39 PM, "Christian Hammond" wrote

Re: WSGI Configuration Permission denied

2011-08-05 Thread Christian Hammond
Do you know which directories specifically needed the chown? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Aug 2, 2011 at 3:01 PM, Chris Tooley wrote: > It turned out that in RHEL there are more dir

Re: WSGI Configuration Permission denied

2011-08-05 Thread Chris Tooley
All of the python packages installed via easy_installed were: -rwxr-x--- root:root This was preventing anyone other than root from using those python libraries, that had to be resolved. All of the directories under /var/www/myreviewboarddirectory had to be chown'd to apache:apache Chris Tooley

Re: WSGI Configuration Permission denied

2011-08-05 Thread Stephen Gallagher
On Fri, 2011-08-05 at 06:58 -0500, Chris Tooley wrote: > All of the python packages installed via easy_installed were: > -rwxr-x--- root:root > This was preventing anyone other than root from using those python > libraries, that had to be resolved. > > All of the directories under /var/www/myrev

Re: WSGI Configuration Permission denied

2011-08-05 Thread Chris Tooley
That would have been nice to know prior to the massive headache I went through getting it set up. Is that somewhere on the reviewboard wiki? If not, could it be? On Aug 5, 2011 7:34 AM, "Stephen Gallagher" wrote: > On Fri, 2011-08-05 at 06:58 -0500, Chris Tooley wrote: >> All of the python package

Error: "Manual server updates required ... Install GNU patch.exe"

2011-08-05 Thread karlmdavis
I'm a first-time user, looking to use Review Board to coordinate with the junior members on our team at work. I'm getting this error when trying to browse to my Review Board site: >Manual server updates required >A recent change requires manual updates to be made on this server. After these >chan

Re: Error: "Manual server updates required ... Install GNU patch.exe"

2011-08-05 Thread Christian Hammond
Hi Karl, Review Board is checking %PATH% and trying to locate patch.exe. It will continue to show the error until the process is restarted. Do you have any reviewboard.wsgi processes running? And was patch.exe put in your path after the error? It's also possible that IIS isn't using the same %PAT