Hi David, Really appreciate your help. what I have in settings_local.py is:
# Extra site information. SITE_ID = 1 SITE_ROOT = '/' FORCE_SCRIPT_NAME = '' DEBUG = False ALLOWED_HOSTS = ['toolsrv.torolab.dom.com', 'reviewboard.dom.com'] The hostname is toolsrv.torolab.dom.com The directory we create and run the site on is: reviewboard.dom.com, I am not sure what it is listed under allowed hosts I have changed the .reviewboard to use: REVIEWBOARD_URL = "http://toolsrv.torolab.dom.com/" REPOSITORY = "main" USERNAME = "username" PASSWORD = "password" Now I am getting this error: >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error fetching extended information for this repository.', u'code': 210}} Looking at the error_log I have: [Thu Oct 08 17:42:00 2015] [notice] Apache/2.2.12 (Linux/SUSE) mod_ssl/2.2.12 OpenSSL/0.9.8j-fips mod_wsgi/4.4.13 Python/2.6.9 configured -- resuming normal operations [Thu Oct 08 21:42:36 2015] [error] [client 9.26.187.204] File does not exist: /var/www/reviewboard.dom.com/htdocs /static/admin/img/[email protected], referer: http://toolsrv.torolab.dom.com/admin/db/scmtools/r epository/ [Thu Oct 08 21:42:36 2015] [error] [client 9.26.187.204] File does not exist: /var/www/reviewboard.dom.com/htdocs /static/admin/img/[email protected], referer: http://toolsrv.torolab.dom.com/admin/db/scmtools/reposit ory/ [Thu Oct 08 21:42:36 2015] [error] [client 9.26.187.204] File does not exist: /var/www/reviewboard.dom.com/htdocs /static/admin/img/[email protected], referer: http://toolsrv.torolab.dom.com/admin/db/scmtools/reposit ory/ [Thu Oct 08 21:42:39 2015] [error] [client 9.26.187.204] File does not exist: /var/www/reviewboard.dom.com/htdocs /static/admin/img/[email protected], referer: http://toolsrv.torolab.dom.com/admin/db/scmtools/rep ository/3/ >>> Got API Error 210 (HTTP code 500): There was an error fetching extended information for this repository. >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error fetching extended information for this repository.', u'code': 210}} But when I try to look at the repository with another ID I dont see this listed. On Thursday, October 8, 2015 at 12:24:34 AM UTC-4, Sam wrote: > > Hello, > > We have setup our sever to run the reviewboard and we are trying to set > our guest systems that will be used to post the reviews. We are using > clearcase as our code repository and I have a branch with files to review. > Running the following command: > rbt post -d brtype:temp_brname_db2_main_rbtool > > I get this error: > > >>> RBTools 0.7.4 > >>> Python 2.6.8 (unknown, May 29 2012, 22:30:44) > [GCC 4.3.4 [gcc-4_3-branch revision 152973]] > >>> Running on Linux-3.0.76-0.11-default-x86_64-with-SuSE-11-x86_64 > >>> Home = /home/mojgans > >>> Current directory = /vbs/bld > >>> Running: git version > >>> Checking for a Subversion repository... > >>> Running: svn --non-interactive info > >>> Command exited with rc 1: ['svn', '--non-interactive', u'info'] > svn: '.' is not a working copy > --- > >>> Checking for a Git repository... > >>> Running: git rev-parse --git-dir > >>> Command exited with rc 128: ['git', 'rev-parse', '--git-dir'] > fatal: Not a git repository (or any parent up to mount point /vbs/bld) > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). > --- > >>> Checking for a Mercurial repository... > >>> Unable to execute "hg --help": skipping Mercurial > >>> Checking for a CVS repository... > >>> Checking for a Perforce repository... > >>> Unable to execute "p4 help": skipping Perforce > >>> Checking for a Plastic repository... > >>> Unable to execute "cm version": skipping Plastic > >>> Checking for a ClearCase repository... > >>> Running: cleartool pwv -short > >>> Running: diff --version > >>> Running: cleartool lsview -full -properties -cview > >>> Running: cleartool describe -short vob:. > >>> Running: cleartool pwv -root > >>> repository info: Path: /vbs/bld, Base path: /vbs/bld, Supports > changesets: False > >>> Making HTTP GET request to > http://toolsrv.torolab.dom.com/reviewboard.dom.com/api/ > >>> Got HTTP error: 404: <!DOCTYPE html> > > I have set up the repository under the admin id. But when I am logging > with different ID, I cannot see the repository. > > Looking at the server for reviewboard, I cannot find the api dir. > toolsrv:/var/www/reviewboard.dom.com # ls > conf data htdocs logs tmp > > Can you please help to see what am I doing wrong > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://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.
