Hi Christian,

Thanks for your reply .Here are requested details 

1) Server info: Red Hat Enterprise Linux Server release 6.4
2)repository type : git 
3)OpenSSL version: OpenSSL 1.0.1e-fips 11 Feb 2013




reviewboard site conf (apache-wsgi.conf) : 


<VirtualHost *:80>
ServerName servername.example.com
DocumentRoot "/var/www/<<FolderName>>/htdocs"

# Error handlers
ErrorDocument 500 /errordocs/500.html

WSGIPassAuthorization On
WSGIScriptAlias "/" 
"/var/www/servername.example.com/htdocs/reviewboard.wsgi/"

<Directory "/var/www/servername.example.com/htdocs">
AllowOverride All
Options -Indexes +FollowSymLinks
Allow from all
</Directory>

# Prevent the server from processing or allowing the rendering of
# certain file types.
<Location "/media/uploaded">
SetHandler None
Options None

AddType text/plain .html .htm .shtml .php .php3 .php4 .php5 .phps .asp
AddType text/plain .pl .py .fcgi .cgi .phtml .phtm .pht .jsp .sh .rb

<IfModule mod_php5.c>
php_flag engine off
</IfModule>
</Location>

# Alias static media requests to filesystem
Alias /media "/var/www/servername.example.com/htdocs/media"
Alias /static "/var/www/servername.example.com/htdocs/static"
Alias /errordocs "/var/www/servername.example.com/htdocs/errordocs"
Alias /favicon.ico 
"/var/www/servername.example.com/htdocs/static/rb/images/favicon.png"
</VirtualHost>





################################################################

On Monday, 19 December 2016 17:38:08 UTC+5:30, Christian Hammond wrote:
>
> Hi,
>
> What type of repository are you using? This is generally due to a timeout 
> or communication issue with that repository. The OpenSSL errors are pretty 
> interesting though... I've never seen those before.
>
> Can you tell me more about the server? Distro and version, OpenSSL 
> version, and type of repository would be helpful.
>
> I'd also like to see the Apache setup for Review Board, as that could shed 
> some light as well.
>
> Thanks,
>
> Christian
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>
> On Mon, Dec 19, 2016 at 1:49 AM, kapil chauhan <[email protected] 
> <javascript:>> wrote:
>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Hi Team,
>>
>> I am running ReviewBoard site ( Version 2.5.6.1) while doing normal 
>> operation it is throwing couple of weird below error.
>>
>>
>> 
>> Error 1 : 
>> 
>> InternalError at /admin/db/scmtools/repository/12/
>> 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')])
>> Request Method: GET
>> Request URL: 
>> http://reviewboard-site-name.com/admin/db/scmtools/repository/121/
>> Django Version: 1.6.11
>> Exception Type: InternalError
>> Exception Value: 
>> 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')])
>> Exception Location: 
>> /usr/lib64/python2.6/site-packages/cryptography/hazmat/bindings/openssl/binding.py
>>  
>> in _openssl_assert, line 62
>> Python Executable: /usr/bin/python
>> Python Version: 2.6.6
>> Python Path: 
>> ['/var/www/sample.example.com/conf',
>>  '/usr/lib/python2.6/site-packages/ReviewBoard-2.5.6.1-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/Whoosh-2.7.4-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/python_dateutil-1.5-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/Pygments-2.1.3-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/pycrypto-2.6.1-py2.6-linux-x86_64.egg',
>>  '/usr/lib/python2.6/site-packages/paramiko-2.0.2-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/mimeparse-0.1.3-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/Markdown-2.4.1-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/Djblets-0.9.3-py2.6.egg',
>>
>>  '/usr/lib/python2.6/site-packages/django_multiselectfield-0.1.4-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/django_haystack-2.4.1-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/django_evolution-0.7.6-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/pyasn1-0.1.9-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/pillowfight-0.2-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/django_pipeline-1.3.27-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/futures-3.0.5-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages',
>>  '/usr/lib64/python2.6/site-packages',
>>  '/usr/lib64/python2.6/site-packages/PIL',
>>  '/usr/lib64/python26.zip',
>>  '/usr/lib64/python2.6',
>>  '/usr/lib64/python2.6/plat-linux2',
>>  '/usr/lib64/python2.6/lib-tk',
>>  '/usr/lib64/python2.6/lib-old',
>>  '/usr/lib64/python2.6/lib-dynload',
>>  '/usr/lib64/python2.6/site-packages/gst-0.10',
>>  '/usr/lib64/python2.6/site-packages/gtk-2.0',
>>  '/usr/lib64/python2.6/site-packages/webkit-1.0',
>>  '/usr/lib/python2.6/site-packages/pip-8.1.2-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/threadpool-1.3.2-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/requests-2.12.3-py2.6.egg',
>>  '/usr/lib/python2.6/site-packages/gtk-2.0']
>> Http Logs:
>>
>>
>> <<IPAddress>> - - [19/Dec/2016:09:42:20 +0000] "GET 
>> /admin/db/scmtools/repository/64/ HTTP/1.1" 500 31481 "
>> http://review-boardsite-name.com/admin/db/scmtools/repository/"; 
>> "Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0"
>>
>> Mon, 19 Dec 2016 09:39:37 +0000
>>
>>
>> Error 2 :  Page gets timeout with below error on web browser.
>>
>> The connection was reset 
>> The connection to the server was reset while the page was loading.
>>
>>     The site could be temporarily unavailable or too busy. Try again in a 
>> few moments.
>>     If you are unable to load any pages, check your computer's network 
>> connection.
>>     If your computer or network is protected by a firewall or proxy, make 
>> sure that Firefox is permitted to access the Web.
>>
>>
>>
>>
>> This issue occur once a while randomly any suggestion on this is highly 
>> appreciated.
>>
>>
>>
>>
>>
>>
>> -- 
>> 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:>.
>> 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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to