Git's remote access protocol is unfortunately very limited. We can't use it directly as a repository path. Instead, you'll need to wrap it with something like gitweb. See https://www.reviewboard.org/docs/manual/2.0/admin/configuration/repositories/#gitweb for details on using that.
Christian On Wednesday, September 28, 2016, P P Gobind Chandra Praharaj < [email protected]> wrote: > Hi Hammond, > > Please find the reviewboard add repositary as attachment. > > Thanks > > On Thursday, September 29, 2016 at 7:35:13 AM UTC+5:30, Christian Hammond > wrote: >> >> Hi, >> >> Can you show me the repository configuration in Review Board? >> >> Christian >> >> -- >> Christian Hammond >> President/CEO of Beanbag <https://www.beanbaginc.com/> >> Makers of Review Board <https://www.reviewboard.org/> >> >> On Wed, Sep 28, 2016 at 3:07 AM, P P Gobind Chandra Praharaj < >> [email protected]> wrote: >> >>> This error is coming only when I am trying to add a local git setup from >>> localdomain. >>> >>> Kindly do help me to resolve the issue. >>> >>> Thanks.. >>> >>> >>> On Wednesday, September 28, 2016 at 3:35:29 PM UTC+5:30, P P Gobind >>> Chandra Praharaj wrote: >>>> >>>> Hi Guys, >>>> >>>> I am getting the below error while trying to add repository in >>>> reviewboard admin. >>>> >>>> 2016-09-28 07:39:37,281 - ERROR - - Exception thrown for user gobind >>>> at http://localhost/admin/db/scmtools/repository/add/ >>>> >>>> Unknown OpenSSL error. This error is commonly encountered when another >>>> library is not cleaning up the OpenSSL error stack. If you are using >>>> cryptography with another library that uses OpenSSL try disabling it before >>>> reporting a bug. Otherwise please file an issue at >>>> https://github.com/pyca/cryptography/issues with information on how to >>>> reproduce this. ([_OpenSSLErrorWithText(code=151441516L, lib=9, >>>> func=109, reason=108, reason_text='error:0906D06C:PEM >>>> routines:PEM_read_bio:no start line'), >>>> _OpenSSLErrorWithText(code=151441516L, >>>> lib=9, func=109, reason=108, reason_text='error:0906D06C:PEM >>>> routines:PEM_read_bio:no start line')]) >>>> Traceback (most recent call last): >>>> File >>>> "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/django/core/handlers/base.py", >>>> line 112, in get_response >>>> response = wrapped_callback(request, *callback_args, >>>> **callback_kwargs) >>>> File "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/ >>>> django/contrib/admin/options.py", line 465, in wrapper >>>> return self.admin_site.admin_view(view)(*args, **kwargs) >>>> File >>>> "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/django/utils/decorators.py", >>>> line 99, in _wrapped_view >>>> response = view_func(request, *args, **kwargs) >>>> File "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/ >>>> django/views/decorators/cache.py", line 52, in _wrapped_view_func >>>> response = view_func(request, *args, **kwargs) >>>> File "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/ >>>> django/contrib/admin/sites.py", line 198, in inner >>>> return view(request, *args, **kwargs) >>>> File >>>> "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/django/utils/decorators.py", >>>> line 29, in _wrapper >>>> return bound_func(*args, **kwargs) >>>> File >>>> "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/django/utils/decorators.py", >>>> line 99, in _wrapped_view >>>> response = view_func(request, *args, **kwargs) >>>> File >>>> "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/django/utils/decorators.py", >>>> line 25, in bound_func >>>> return func(self, *args2, **kwargs2) >>>> File >>>> "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/django/db/transaction.py", >>>> line 371, in inner >>>> return func(*args, **kwargs) >>>> File "/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg/ >>>> django/contrib/admin/options.py", line 1179, in add_view >>>> form = ModelForm(initial=initial) >>>> File "/usr/lib/python2.6/site-packages/ReviewBoard-2.5.6.1-py2.6. >>>> egg/reviewboard/scmtools/forms.py", line 356, in __init__ >>>> self.ssh_client = SSHClient(namespace=self.local_site_name) >>>> File "/usr/lib/python2.6/site-packages/ReviewBoard-2.5.6.1-py2.6. >>>> egg/reviewboard/ssh/client.py", line 65, in __init__ >>>> self.load_host_keys('') >>>> File >>>> "/usr/lib/python2.6/site-packages/paramiko-2.0.2-py2.6.egg/paramiko/client.py", >>>> line 124, in load_host_keys >>>> self._host_keys.load(filename) >>>> File "/usr/lib/python2.6/site-packages/ReviewBoard-2.5.6.1-py2.6. >>>> egg/reviewboard/ssh/client.py", line 31, in load >>>> entry = HostKeyEntry.from_line(line) >>>> File >>>> "/usr/lib/python2.6/site-packages/paramiko-2.0.2-py2.6.egg/paramiko/hostkeys.py", >>>> line 331, in from_line >>>> key = RSAKey(data=decodebytes(key)) >>>> File >>>> "/usr/lib/python2.6/site-packages/paramiko-2.0.2-py2.6.egg/paramiko/rsakey.py", >>>> line 58, in __init__ >>>> ).public_key(default_backend()) >>>> File "/usr/lib/python2.6/site-packages/cryptography-1.5-py2.6- >>>> linux-x86_64.egg/cryptography/hazmat/backends/__init__.py", line 35, >>>> in default_backend >>>> _default_backend = MultiBackend(_available_backends()) >>>> File "/usr/lib/python2.6/site-packages/cryptography-1.5-py2.6- >>>> linux-x86_64.egg/cryptography/hazmat/backends/__init__.py", line 22, >>>> in _available_backends >>>> "cryptography.backends" >>>> File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line >>>> 2264, in resolve >>>> module = __import__(self.module_name, fromlist=['__name__'], >>>> level=0) >>>> File "/usr/lib/python2.6/site-packages/cryptography-1.5-py2.6- >>>> linux-x86_64.egg/cryptography/hazmat/backends/openssl/__init__.py", >>>> line 7, in <module> >>>> from cryptography.hazmat.backends.openssl.backend import backend >>>> File "/usr/lib/python2.6/site-packages/cryptography-1.5-py2.6- >>>> linux-x86_64.egg/cryptography/hazmat/backends/openssl/backend.py", >>>> line 47, in <module> >>>> from cryptography.hazmat.bindings.openssl import binding >>>> File "/usr/lib/python2.6/site-packages/cryptography-1.5-py2.6- >>>> linux-x86_64.egg/cryptography/hazmat/bindings/openssl/binding.py", >>>> line 234, in <module> >>>> Binding.init_static_locks() >>>> File "/usr/lib/python2.6/site-packages/cryptography-1.5-py2.6- >>>> linux-x86_64.egg/cryptography/hazmat/bindings/openssl/binding.py", >>>> line 180, in init_static_locks >>>> cls._ensure_ffi_initialized() >>>> File "/usr/lib/python2.6/site-packages/cryptography-1.5-py2.6- >>>> linux-x86_64.egg/cryptography/hazmat/bindings/openssl/binding.py", >>>> line 175, in _ensure_ffi_initialized >>>> cls._register_osrandom_engine() >>>> File "/usr/lib/python2.6/site-packages/cryptography-1.5-py2.6- >>>> linux-x86_64.egg/cryptography/hazmat/bindings/openssl/binding.py", >>>> line 140, in _register_osrandom_engine >>>> _openssl_assert(cls.lib, cls.lib.ERR_peek_error() == 0) >>>> File "/usr/lib/python2.6/site-packages/cryptography-1.5-py2.6- >>>> linux-x86_64.egg/cryptography/hazmat/bindings/openssl/binding.py", >>>> line 62, in _openssl_assert >>>> errors_with_text >>>> InternalError: Unknown OpenSSL error. This error is commonly >>>> encountered when another library is not cleaning up the OpenSSL error >>>> stack. If you are using cryptography with another library that uses OpenSSL >>>> try disabling it before reporting a bug. Otherwise please file an issue at >>>> https://github.com/pyca/cryptography/issues with information on how to >>>> reproduce this. ([_OpenSSLErrorWithText(code=151441516L, lib=9, >>>> func=109, reason=108, reason_text='error:0906D06C:PEM >>>> routines:PEM_read_bio:no start line'), >>>> _OpenSSLErrorWithText(code=151441516L, >>>> lib=9, func=109, reason=108, reason_text='error:0906D06C:PEM >>>> routines:PEM_read_bio:no start line')]) >>>> 2016-09-28 07:39:46,546 - ERROR - - Exception thrown for user gobind >>>> at http://localhost/admin/db/scmtools/repository/add/ >>>> >>>> Please help me get this issue resolved >>>> >>>> -- >>> 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. >>> >> >> -- > 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] > <javascript:_e(%7B%7D,'cvml','reviewboard%[email protected]');> > . > For more options, visit https://groups.google.com/d/optout. > -- -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- 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.
