Hi 

Reviewboard 3.0.6
Site created after taking database restore and placed git config..after git 
config we can view all the review id with detail information.

I keep same SECRET_KEY (in conf/settings_local.py) in both site. and 
restart the apache. but did not work. As suggested below.

I can see error in the apache error log.

[Thu Jun 07 12:44:41.204515 2018] [core:notice] [pid 15922] SELinux policy 
enabled; httpd running as context system_u:system_r:httpd_t:s0
[Thu Jun 07 12:44:41.205299 2018] [suexec:notice] [pid 15922] AH01232: 
suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Jun 07 12:44:41.213734 2018] [auth_digest:notice] [pid 15922] AH01757: 
generating secret for digest authentication ...
[Thu Jun 07 12:44:41.214424 2018] [lbmethod_heartbeat:notice] [pid 15922] 
AH02282: No slotmem from mod_heartmonitor
[Thu Jun 07 12:44:41.215829 2018] [mpm_prefork:notice] [pid 15922] AH00163: 
Apache/2.4.16 (Fedora) mod_wsgi/4.4.1 Python/2.7.8 configured -- resuming 
normal operations
[Thu Jun 07 12:44:41.215849 2018] [core:notice] [pid 15922] AH00094: 
Command line: '/usr/sbin/httpd -D FOREGROUND'
[Thu Jun 07 07:14:56.275091 2018] [wsgi:error] [pid 15925] 
ERROR:djblets.log.middleware:Exception thrown for user admin_rb at 
http://10.203.252.54/admin/db/scmtools/repository/2/
[Thu Jun 07 07:14:56.275118 2018] [wsgi:error] [pid 15925]
[Thu Jun 07 07:14:56.275122 2018] [wsgi:error] [pid 15925] Error importing 
SCM Tool rbpowerpack.scmtools.tfs: "No module named 
rbpowerpack.scmtools.tfs"
[Thu Jun 07 07:14:56.275125 2018] [wsgi:error] [pid 15925] Traceback (most 
recent call last):
[Thu Jun 07 07:14:56.275129 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 112, 
in get_response
[Thu Jun 07 07:14:56.275132 2018] [wsgi:error] [pid 15925]     response = 
wrapped_callback(request, *callback_args, **callback_kwargs)
[Thu Jun 07 07:14:56.275136 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/contrib/admin/options.py", line 
465, in wrapper
[Thu Jun 07 07:14:56.275139 2018] [wsgi:error] [pid 15925]     return 
self.admin_site.admin_view(view)(*args, **kwargs)
[Thu Jun 07 07:14:56.275142 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/utils/decorators.py", line 99, in 
_wrapped_view
[Thu Jun 07 07:14:56.275146 2018] [wsgi:error] [pid 15925]     response = 
view_func(request, *args, **kwargs)
[Thu Jun 07 07:14:56.275149 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/views/decorators/cache.py", line 
52, in _wrapped_view_func
[Thu Jun 07 07:14:56.275152 2018] [wsgi:error] [pid 15925]     response = 
view_func(request, *args, **kwargs)
[Thu Jun 07 07:14:56.275156 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/contrib/admin/sites.py", line 198, 
in inner
[Thu Jun 07 07:14:56.275159 2018] [wsgi:error] [pid 15925]     return 
view(request, *args, **kwargs)
[Thu Jun 07 07:14:56.275162 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/utils/decorators.py", line 29, in 
_wrapper
[Thu Jun 07 07:14:56.275165 2018] [wsgi:error] [pid 15925]     return 
bound_func(*args, **kwargs)
[Thu Jun 07 07:14:56.275168 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/utils/decorators.py", line 99, in 
_wrapped_view
[Thu Jun 07 07:14:56.275171 2018] [wsgi:error] [pid 15925]     response = 
view_func(request, *args, **kwargs)
[Thu Jun 07 07:14:56.275174 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/utils/decorators.py", line 25, in 
bound_func
[Thu Jun 07 07:14:56.275178 2018] [wsgi:error] [pid 15925]     return 
func(self, *args2, **kwargs2)
[Thu Jun 07 07:14:56.275181 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/db/transaction.py", line 371, in 
inner
[Thu Jun 07 07:14:56.275184 2018] [wsgi:error] [pid 15925]     return 
func(*args, **kwargs)
[Thu Jun 07 07:14:56.275187 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/django/contrib/admin/options.py", line 
1270, in change_view
[Thu Jun 07 07:14:56.275190 2018] [wsgi:error] [pid 15925]     form = 
ModelForm(instance=obj)
[Thu Jun 07 07:14:56.275193 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/ReviewBoard-3.0.6-py2.7.egg/reviewboard/scmtools/forms.py",
 
line 383, in __init__
[Thu Jun 07 07:14:56.275204 2018] [wsgi:error] [pid 15925]     if 
tool.supports_raw_file_urls:
[Thu Jun 07 07:14:56.275207 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/ReviewBoard-3.0.6-py2.7.egg/reviewboard/scmtools/models.py",
 
line 46, in <lambda>
[Thu Jun 07 07:14:56.275210 2018] [wsgi:error] [pid 15925]     lambda x: 
x.scmtool_class.supports_raw_file_urls)
[Thu Jun 07 07:14:56.275213 2018] [wsgi:error] [pid 15925]   File 
"/usr/lib/python2.7/site-packages/ReviewBoard-3.0.6-py2.7.egg/reviewboard/scmtools/models.py",
 
line 68, in get_scmtool_class
[Thu Jun 07 07:14:56.275216 2018] [wsgi:error] [pid 15925]     'Error 
importing SCM Tool %s: "%s"' % (module, e))
[Thu Jun 07 07:14:56.275219 2018] [wsgi:error] [pid 15925] 
ImproperlyConfigured: Error importing SCM Tool rbpowerpack.scmtools.tfs: 
"No module named rbpowerpack.scmtools.tfs"
[Thu Jun 07 07:15:01.313434 2018] [wsgi:error] [pid 15949] 
ERROR:djblets.log.middleware:Exception thrown for user admin_rb at 
http://10.203.252.54/admin/db/scmtools/repository/add/

Thanks & Regards,
Lokesh Rajoria

On Thursday, 7 June 2018 09:26:18 UTC+5:30, Christian Hammond wrote:
>
> Hi Lokesh,
>
> What errors do you see in reviewboard.log or the Apache error log?
>
> Can you tell me what version you upgraded from and to, and what your 
> process was like? Was it a straight upgrade or did you migrate to a new 
> server/create a new site directory?
>
> Christian
>
>
>
> On Wed, Jun 6, 2018 at 03:06 Lokesh Rajoria <lokesh....@gmail.com 
> <javascript:>> wrote:
>
>> Hi,
>> I am unable to edit my repository after restore database successfully.
>>
>> please find the attach snap for more info.
>>
>> clicking on add repository or editing defined repository.
>> Something broke! (Error 500) 
>>
>> It appears something broke when you tried to go to here. This is either a 
>> bug in Review Board or a server configuration error. Please report this to 
>> your administrator. 
>>
>> Thanks & Regards,
>> Lokesh Rajoria
>>
>> -- 
>> 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 
>> "Review Board Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> -- 
> Christian Hammond
> President/CEO of Beanbag
> Makers of Review Board
>

-- 
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 
"Review Board Community" 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.

Reply via email to