Unable to connect with AWS CodeCommit Repository

2017-02-12 Thread Naveen Kumar
I'm trying to connect AWS CodeCommit repositories with Review board server, 
but i can't. And i generated ssh key in review board server properly. When 
i'm trying to add the AWS CodeCommit repository's url in review board 
repositories option it showing an following error

1. When i'm trying to connect with the below link,

ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/

It shows an error like "Unable to authenticate against this repository 
using one of the supported authentication types (publickey)."


2. When i'm trying to connect with the below link as 2nd time,

git-codecommit.us-east-1.amazonaws.com/v1/repos/

It shows an error like "Permission denied accessing the local Git 
repository '/v1/repos/'"

Also i have attached the screenshot above. For more details please look at 
that one. Any help from that you would be appriciated. Thanks

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


reviewboard upgrade : django.db.utils.DatabaseError: no such table: django_site

2014-01-21 Thread naveen
trying to upgrade reviewboard like : 

  rb-site upgrade /home/naveen/env-review72/reviewboard

got error like 

   django.db.utils.DatabaseError: no such table: django_site

How to run syncdb since there is no manage.py file in site directory?



-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


database error on site upgrade

2014-01-21 Thread naveen
On upgradin the site like :
rb-site upgrade /home/naveen/venv-review/reviewboard

got the following database error (using sqlite3) :

Updating database. This may take a while.

The log output below, including warnings and errors,
can be ignored unless upgrade fails.

-- begin log output --
Creating tables ...
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
No evolution required.
--- end log output ---

Resetting in-database caches.
Traceback (most recent call last):
  File /home/naveen/venv-review/bin/rb-site, line 9, in module
load_entry_point('ReviewBoard==1.7.21', 'console_scripts', 'rb-site')()
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/ReviewBoard-1.7.21-py2.7.egg/reviewboard/cmdline/rbsite.py,
 
line 2027, in main
command.run()
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/ReviewBoard-1.7.21-py2.7.egg/reviewboard/cmdline/rbsite.py,
 
line 1860, in run
site.run_manage_command(fixreviewcounts)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/ReviewBoard-1.7.21-py2.7.egg/reviewboard/cmdline/rbsite.py,
 
line 562, in run_manage_command
execute_manager(reviewboard.settings, [__file__, cmd] + params)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/__init__.py,
 
line 459, in execute_manager
utility.execute()
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/__init__.py,
 
line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/base.py,
 
line 196, in run_from_argv
self.execute(*args, **options.__dict__)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/base.py,
 
line 232, in execute
output = self.handle(*args, **options)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/base.py,
 
line 371, in handle
return self.handle_noargs(**options)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/ReviewBoard-1.7.21-py2.7.egg/reviewboard/reviews/management/commands/fixreviewcounts.py,
 
line 16, in handle_noargs
starred_public_request_count=None)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/models/manager.py,
 
line 185, in update
return self.get_query_set().update(*args, **kwargs)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/models/query.py,
 
line 536, in update
rows = query.get_compiler(self.db).execute_sql(None)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/models/sql/compiler.py,
 
line 988, in execute_sql
cursor = super(SQLUpdateCompiler, self).execute_sql(result_type)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/models/sql/compiler.py,
 
line 818, in execute_sql
cursor.execute(sql, params)
  File 
/home/naveen/venv-review/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/backends/sqlite3/base.py,
 
line 344, in execute
return Database.Cursor.execute(self, query, params)
*django.db.utils.DatabaseError: attempt to write a readonly database*

the sqlite database file has been given access to server (www-data) like :
sudo chown www-data /home/naveen/venv-review/*reviewboard*
/data/reviewboard.db

Does www-data should have read/write access of site , *reviewboard*, if it 
is the case ? 


-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


RuntimeError: Failed to build media files

2014-01-20 Thread naveen
i'm trying to install reviewboard from 
github-repohttps://github.com/reviewboard/reviewboardon ubuntu system under 
*virtual 
environment*. , i have installed all the required dependencies but when i'm 
issuing command like
*python setup.py install*

getting following exception:
RuntimeError: Failed to build media files 
Traceback (most recent call last):
  File contrib/internal/build-media.py, line 19, in module
ret = call_command('collectstatic', interactive=False, verbosity=2)
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/core/management/__init__.py,
 
line 161, in call_command
return klass.execute(*args, **defaults)
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/core/management/base.py,
 
line 255, in execute
output = self.handle(*args, **options)
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/core/management/base.py,
 
line 385, in handle
return self.handle_noargs(**options)
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/contrib/staticfiles/management/commands/collectstatic.py,
 
line 164, in handle_noargs
collected = self.collect()
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/contrib/staticfiles/management/commands/collectstatic.py,
 
line 121, in collect
for original_path, processed_path, processed in processor:
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/storage.py, 
line 32, in post_process
packager.pack_stylesheets(package)
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/packager.py, 
line 94, in pack_stylesheets
variant=package.variant, **kwargs)
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/packager.py, 
line 103, in pack
paths = self.compile(package.paths, force=True)
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/packager.py, 
line 97, in compile
return self.compiler.compile(paths, force=force)
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/compilers/__init__.py,
 
line 49, in compile
return list(executor.map(_compile, paths))
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/concurrent/futures/_base.py,
 
line 549, in map
yield future.result()
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/concurrent/futures/_base.py,
 
line 404, in result
return self.__get_result()
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/concurrent/futures/_base.py,
 
line 356, in __get_result
raise self._exception
*pipeline.exceptions.CompilerError: /usr/bin/env: lessc: No such file or 
directory*

Traceback (most recent call last):
  File setup.py, line 229, in module
Topic :: Software Development :: Quality Assurance,
  File /usr/lib/python2.7/distutils/core.py, line 152, in setup
dist.run_commands()
  File /usr/lib/python2.7/distutils/dist.py, line 953, in run_commands
self.run_command(cmd)
  File /usr/lib/python2.7/distutils/dist.py, line 972, in run_command
cmd_obj.run()
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/setuptools/command/install.py,
 
line 73, in run
self.do_egg_install()
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/setuptools/command/install.py,
 
line 93, in do_egg_install
self.run_command('bdist_egg')
  File /usr/lib/python2.7/distutils/cmd.py, line 326, in run_command
self.distribution.run_command(command)
  File /usr/lib/python2.7/distutils/dist.py, line 972, in run_command
cmd_obj.run()
  File 
/home/naveen/env3/local/lib/python2.7/site-packages/setuptools/command/bdist_egg.py,
 
line 177, in run
self.run_command(egg_info)
  File /usr/lib/python2.7/distutils/cmd.py, line 326, in run_command
self.distribution.run_command(command)
  File /usr/lib/python2.7/distutils/dist.py, line 972, in run_command
cmd_obj.run()
  File setup.py, line 80, in run
self.run_command('build_media')
  File /usr/lib/python2.7/distutils/cmd.py, line 326, in run_command
self.distribution.run_command(command)
  File /usr/lib/python2.7/distutils/dist.py, line 972, in run_command
cmd_obj.run()
  File setup.py, line 100, in run
raise RuntimeError('Failed to build media files')
*RuntimeError: Failed to build media files*

Can anyone help me out on this

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen


 I'm just trying to install it


-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen


 i did tried that to install but got the 
 errorhttp://stackoverflow.com/questions/21044615/pkg-resources-distributionnotfound-pilfor
  PIL module (I do not think PIL nodule is compatible with 2.7, is it?)

 

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen


 ok, I'll try to install again from scratch from 
 http://www.reviewboard.org/docs/manual/1.6/admin/installation/linux/


And will let you know , if any problem occurs.

Thanks for quick response. 

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen


 HI Christian,


I have followed installation process for reviewboard 
herehttp://www.reviewboard.org/docs/manual/1.7/admin/installation/linux/. 
step by step While review-board installing dependencies, for *PIL* it says 
like:

Best match: PIL 1.1.7
Downloading http://effbot.org/media/downloads/PIL-1.1.7.tar.gz
Processing PIL-1.1.7.tar.gz
Writing /tmp/easy_install-Ej6TvT/PIL-1.1.7/setup.cfg
Running PIL-1.1.7/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-Ej6TvT/PIL-1.1.7/egg-dist-tmp-mU2avT
WARNING: '' not a valid package name; please use only.-separated package 
names in setup.py
_imaging.c:3017:5: warning: initialization from incompatible pointer type 
[enabled by default]
 (inquiry) image_length, /*sq_length*/
 ^
_imaging.c:3017:5: warning: (near initialization for 
‘image_as_sequence.sq_length’) [enabled by default]
_imaging.c:3077:5: warning: initialization from incompatible pointer type 
[enabled by default]
 (inquiry) NULL, /*mp_length*/
 ^
_imaging.c:3077:5: warning: (near initialization for 
‘pixel_access_as_mapping.mp_length’) [enabled by default]
libImaging/Quant.c: In function ‘rehash_collide’:
libImaging/Quant.c:154:10: warning: cast to pointer from integer of 
different size [-Wint-to-pointer-cast]
*valp=(void *)((*(int *)valp)+(*(int *)newval));
  ^

PIL 1.1.7 SETUP SUMMARY

version   1.1.7
platform  linux2 2.7.5+ (default, Sep 19 2013, 13:48:49)
  [GCC 4.8.1]

*** TKINTER support not available (Tcl/Tk 8.5 libraries needed)
--- JPEG support available
--- ZLIB (PNG/ZIP) support available
--- FREETYPE2 support available
*** LITTLECMS support not available

To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.

To check the build, run the selftest.py script.
zip_safe flag not set; analyzing archive contents...
Image: module references __file__
Adding PIL 1.1.7 to easy-install.pth file
Installing pilprint.py script to /home/naveen/env-review72/bin
Installing pilconvert.py script to /home/naveen/env-review72/bin
Installing pilfont.py script to /home/naveen/env-review72/bin
Installing pilfile.py script to /home/naveen/env-review72/bin
Installing pildriver.py script to /home/naveen/env-review72/bin


I'm assuming that , it is not going to install PIL properly and while 
creating a site ...it throws *pkg_resources.DistributionNotFound: PIL.*


i did installed *python-imaging* library using apt-get, but that error 
still haunting me. 

Please show the path for enlightenment :) 

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen


 Ome more thing i would like to add

*sudo rb-site install /var/www/reviewboard*
Traceback (most recent call last):
  File /usr/local/bin/rb-site, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2805, in 
module
working_set.require(__requires__)
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 696, in 
require
needed = self.resolve(parse_requirements(requirements))
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 594, in 
resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: PIL 

PIL is being looked in the* /usr/lib/python2.7/dist-packages/*
whereas i have installed it inside virtual environment at 
*/home/naveen/env-review72/lib/python2.7/site-packages/PIL-1.1.7-py2.7-linux-x86_64.egg*

Is that could be the issue ?

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


DatabaseError on upgrading reviewboard

2014-01-20 Thread naveen


I have installed reviewboard in virtual environment and using Apache + 
mod_wsgi sever.

 when i hit *http://localhost* ,  i got following message


The version of Review Board running does not match the version the site was 
last upgraded to. You are running *1.7.20* and the site was last upgraded 
to *1.7.21*.

Please upgrade your site to fix this by running:

$ rb-site upgrade /home/naveen/env-review72/reviewboard



On upgrading following Exception occurred :


Resetting in-database caches.
Traceback (most recent call last):
  File /home/naveen/env-review72/bin/rb-site, line 9, in module
load_entry_point('ReviewBoard==1.7.21', 'console_scripts', 'rb-site')()
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/ReviewBoard-1.7.21-py2.7.egg/reviewboard/cmdline/rbsite.py,
 line 2027, in main
command.run()
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/ReviewBoard-1.7.21-py2.7.egg/reviewboard/cmdline/rbsite.py,
 line 1860, in run
site.run_manage_command(fixreviewcounts)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/ReviewBoard-1.7.21-py2.7.egg/reviewboard/cmdline/rbsite.py,
 line 562, in run_manage_command
execute_manager(reviewboard.settings, [__file__, cmd] + params)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/__init__.py,
 line 459, in execute_manager
utility.execute()
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/__init__.py,
 line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/base.py,
 line 196, in run_from_argv
self.execute(*args, **options.__dict__)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/base.py,
 line 232, in execute
output = self.handle(*args, **options)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/core/management/base.py,
 line 371, in handle
return self.handle_noargs(**options)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/ReviewBoard-1.7.21-py2.7.egg/reviewboard/reviews/management/commands/fixreviewcounts.py,
 line 16, in handle_noargs
starred_public_request_count=None)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/models/manager.py,
 line 185, in update
return self.get_query_set().update(*args, **kwargs)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/models/query.py,
 line 536, in update
rows = query.get_compiler(self.db).execute_sql(None)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/models/sql/compiler.py,
 line 988, in execute_sql
cursor = super(SQLUpdateCompiler, self).execute_sql(result_type)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/models/sql/compiler.py,
 line 818, in execute_sql
cursor.execute(sql, params)
  File 
/home/naveen/env-review72/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/db/backends/sqlite3/base.py,
 line 344, in execute
return Database.Cursor.execute(self, query, 
params)*django.db.utils.DatabaseError: attempt to write a readonly database*



what could be the  issue here ?



-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Memcached exe for Windows 7

2012-07-31 Thread Naveen Kohli
Only reason I am installing it on Windows is that I need to configure it to
work with TFS. Is there something on RB roadmap to provide some bridge for
TFS integration as well? If that's the case then I can look into RBCommons.

 

Thanks

 

 

From: reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com] On
Behalf Of Christian Hammond
Sent: Tuesday, July 31, 2012 4:48 PM
To: reviewboard@googlegroups.com
Subject: Re: Memcached exe for Windows 7

 

Hi,

I don't know off-hand, but I *strongly* encourage you to install on Linux,
either on a physical machine or in a VM. Windows is not a good choice for
servers, and a lot of our dependencies simply won't work well on Windows.
We'll be dropping Windows server support for future releases as well.

Another option is to look into http://rbcommons.com for Review Board
hosting.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com



On Tue, Jul 31, 2012 at 5:07 AM, ByteBlocks naveenko...@gmail.com wrote:

Hi,

Is there some place from where I can download Memchached.exe for Windows7
that is required for installation of ReviewBoard?

I am trying to follow the steps specified in installation manual by trying
to compile using cmake and all the good stuff. So far I have not been able
to get libevent project to compile.

 

Thanks

 

-- 
Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.com
mailto:reviewboard%2bunsubscr...@googlegroups.com 
For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en

 

-- 
Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Installation failure of ReviewBoard + SQL + FastCGI

2011-11-28 Thread Naveen
Hi Christian,

I was going through the documentation/guides and came across REST 2.0.
Would it be possible if I could build up a REST client to upload the
available data ? I would still prefer if there is any script which could
directly update the database rather than a REST client as I will have to
implement a REST client from scratch and test which would take considerable
hours.

Sorry for flooding with mails.

Regards
Naveen

On Mon, Nov 28, 2011 at 10:07 PM, Naveen dexter2...@gmail.com wrote:

 Yes Christian,  Thanks for your response.  Like you mentioned, it was a
 problem with the permission provided to data directory.  Now, with all the
 required permissions and ownership granted, ReviewBoard is completely
 installed.  I should now be able to add LDAP authentication and
 repositories.

 I have a question ..
 We have been doing code reviews over the email with all the explanation in
 the body of the email and the patches (before commit) + modified code
 passed as attachments.  I planning to format the available data to a
 standard and persist to xml.  Is there a script that I could use upload all
 the available data (from the xml following a schema) into the database
 configured for review board ?

 Thanks for your assistance.

 Regards,
 Naveen

 On Mon, Nov 28, 2011 at 8:25 AM, Christian Hammond chip...@chipx86.comwrote:

 Hi,

 Can you show the permissions on the data directory and the files within?

 That error should be the cause of that. It's specifically checking
 permissions to see if a file can be written in there. If it can't, you'll
 get that error. The other possibility is that you have SELinux enabled, and
 that's in some way interfering with it.

 By the way, don't use SQLite in any sort of production environment. It
 won't scale beyond a couple users.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Nov 27, 2011 at 2:34 PM, Naveen dexter2...@gmail.com wrote:

 Hi,

 I am attempting to install reviewboard 1.6.3 on Apache 2.2 + fastCGI.
 Sqlite 3 is the database I chose since I was just working on the initial
 setup.  Ubuntu 10.10 is my development platform.  After installation of RB,
 the homepage reports that there is some problem and that the data directory
 requires permission.  The data directory is owned by the user used to run
 the web server.  There are no log messages clearly explaining what exactly
 went wrong.  I need some help in identifying the cause here.

 apache : Version 2.2 built and intalled from code.
 fastCGI : Version 2.4.6 built and intalled from code
 Sqlite : version 3 installed on path
 ReviewBoard : Version 1.6.3.  installed by easy_install
 Python : Version 2.6 - OS compilation.
 ubuntu 10.10.

 Attached is the screenshot of the error screen that I got.  I am also
 attaching the apache-fastcgi.conf that I had included the httpd.conf (also
 attached).  Please let me know if there is anything that I had missed. I am
 happy to share any more information that is required for this analysis.

 Quick responses much appreciated.

 Regards
 Naveen

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en