Re: Something broke! (Error 500) when adding Perforce

2021-02-10 Thread Glen Banyard
Thank you David,

I installed the helix cli base to the server and now added the repo.


On Tuesday, 9 February 2021 at 16:35:36 UTC David Trowbridge wrote:

> It looks like your web server is unable to find the "p4" executable. We've 
> mostly moved away from requiring that but it seems like accepting 
> certificates still uses it.
>
> David
>
> On Tue, Feb 9, 2021 at 9:16 AM Glen Banyard  wrote:
>
>> Hi,
>>
>> So I have set up Perforce on Ubuntu 18.04 LTS and installed as per the 
>> documentation, however running into an error when trying to add the 
>> Perforce repo
>>
>> The traceback email
>> [Review Board] ERROR (EXTERNAL IP): Internal Server Error: 
>> /admin/db/scmtools/repository/add/
>>
>> Traceback (most recent call last):
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 
>> 112, in get_response
>>
>> response = wrapped_callback(request, *callback_args, 
>> **callback_kwargs)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django/contrib/admin/options.py", 
>> line 465, in wrapper
>>
>> return self.admin_site.admin_view(view)(*args, **kwargs)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line 
>> 99, in _wrapped_view
>>
>> response = view_func(request, *args, **kwargs)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django/views/decorators/cache.py", 
>> line 52, in _wrapped_view_func
>>
>> response = view_func(request, *args, **kwargs)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django/contrib/admin/sites.py", 
>> line 198, in inner
>>
>> return view(request, *args, **kwargs)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line 
>> 29, in _wrapper
>>
>> return bound_func(*args, **kwargs)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line 
>> 99, in _wrapped_view
>>
>> response = view_func(request, *args, **kwargs)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line 
>> 25, in bound_func
>>
>> return func(self, *args2, **kwargs2)
>>
>>  
>>
>>   File "/usr/local/lib/python2.7/dist-packages/django/db/transaction.py", 
>> line 371, in inner
>>
>> return func(*args, **kwargs)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django/contrib/admin/options.py", 
>> line 1146, in add_view
>>
>> if form.is_valid():
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py", 
>> line 2043, in is_valid
>>
>> return (super(RepositoryForm, self).is_valid() and
>>
>>  
>>
>>   File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py", 
>> line 129, in is_valid
>>
>> return self.is_bound and not bool(self.errors)
>>
>>  
>>
>>   File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py", 
>> line 121, in errors
>>
>> self.full_clean()
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py", 
>> line 1778, in full_clean
>>
>> super(RepositoryForm, self).full_clean(*args, **kwargs)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/reviewboard/site/mixins.py", line 
>> 282, in full_clean
>>
>> return super(LocalSiteAwareModelFormMixin, self).full_clean()
>>
>>  
>>
>>   File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py", 
>> line 274, in full_clean
>>
>> self._clean_form()
>>
>>  
>>
>>   File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py", 
>> line 300, in _clean_form
>>
>> self.cleaned_data = self.clean()
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py", 
>> line 1823, in clean
>>
>> self._verify_repository_path()
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py", 
>> line 2316, in _verify_repository_path
>>
>> certificate=e.certificate)
>>
>>  
>>
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/perforce.py", 
>> line 936, in accept_certificate
>>
>> stderr=subprocess.PIPE)
>>
>>  
>>
>>   File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
>>
>> errread, errwrite)
>>
>>  
>>
>>   File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
>>
>> raise child_exception
>>
>>  
>> OSError: [Errno 2] No such file or directory
>>
>>
>> Any guidance on where to start, very new to 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 

Re: Something broke! (Error 500) when adding Perforce

2021-02-09 Thread David Trowbridge
It looks like your web server is unable to find the "p4" executable. We've
mostly moved away from requiring that but it seems like accepting
certificates still uses it.

David

On Tue, Feb 9, 2021 at 9:16 AM Glen Banyard  wrote:

> Hi,
>
> So I have set up Perforce on Ubuntu 18.04 LTS and installed as per the
> documentation, however running into an error when trying to add the
> Perforce repo
>
> The traceback email
> [Review Board] ERROR (EXTERNAL IP): Internal Server Error:
> /admin/db/scmtools/repository/add/
>
> Traceback (most recent call last):
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line
> 112, in get_response
>
> response = wrapped_callback(request, *callback_args, **callback_kwargs)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/django/contrib/admin/options.py",
> line 465, in wrapper
>
> return self.admin_site.admin_view(view)(*args, **kwargs)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line
> 99, in _wrapped_view
>
> response = view_func(request, *args, **kwargs)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/django/views/decorators/cache.py",
> line 52, in _wrapped_view_func
>
> response = view_func(request, *args, **kwargs)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/django/contrib/admin/sites.py",
> line 198, in inner
>
> return view(request, *args, **kwargs)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line
> 29, in _wrapper
>
> return bound_func(*args, **kwargs)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line
> 99, in _wrapped_view
>
> response = view_func(request, *args, **kwargs)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line
> 25, in bound_func
>
> return func(self, *args2, **kwargs2)
>
>
>
>   File "/usr/local/lib/python2.7/dist-packages/django/db/transaction.py",
> line 371, in inner
>
> return func(*args, **kwargs)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/django/contrib/admin/options.py",
> line 1146, in add_view
>
> if form.is_valid():
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py",
> line 2043, in is_valid
>
> return (super(RepositoryForm, self).is_valid() and
>
>
>
>   File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py",
> line 129, in is_valid
>
> return self.is_bound and not bool(self.errors)
>
>
>
>   File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py",
> line 121, in errors
>
> self.full_clean()
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py",
> line 1778, in full_clean
>
> super(RepositoryForm, self).full_clean(*args, **kwargs)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/reviewboard/site/mixins.py", line
> 282, in full_clean
>
> return super(LocalSiteAwareModelFormMixin, self).full_clean()
>
>
>
>   File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py",
> line 274, in full_clean
>
> self._clean_form()
>
>
>
>   File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py",
> line 300, in _clean_form
>
> self.cleaned_data = self.clean()
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py",
> line 1823, in clean
>
> self._verify_repository_path()
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py",
> line 2316, in _verify_repository_path
>
> certificate=e.certificate)
>
>
>
>   File
> "/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/perforce.py",
> line 936, in accept_certificate
>
> stderr=subprocess.PIPE)
>
>
>
>   File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
>
> errread, errwrite)
>
>
>
>   File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
>
> raise child_exception
>
>
> OSError: [Errno 2] No such file or directory
>
>
> Any guidance on where to start, very new to 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/47e020e9-05f7-4e67-a5f2-b3e59bf27799n%40googlegroups.com
> 
> .
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review 

Something broke! (Error 500) when adding Perforce

2021-02-09 Thread Glen Banyard
Hi,

So I have set up Perforce on Ubuntu 18.04 LTS and installed as per the 
documentation, however running into an error when trying to add the 
Perforce repo

The traceback email
[Review Board] ERROR (EXTERNAL IP): Internal Server Error: 
/admin/db/scmtools/repository/add/

Traceback (most recent call last):

 

  File 
"/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 
112, in get_response

response = wrapped_callback(request, *callback_args, **callback_kwargs)

 

  File 
"/usr/local/lib/python2.7/dist-packages/django/contrib/admin/options.py", 
line 465, in wrapper

return self.admin_site.admin_view(view)(*args, **kwargs)

 

  File "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", 
line 99, in _wrapped_view

response = view_func(request, *args, **kwargs)

 

  File 
"/usr/local/lib/python2.7/dist-packages/django/views/decorators/cache.py", 
line 52, in _wrapped_view_func

response = view_func(request, *args, **kwargs)

 

  File 
"/usr/local/lib/python2.7/dist-packages/django/contrib/admin/sites.py", 
line 198, in inner

return view(request, *args, **kwargs)

 

  File "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", 
line 29, in _wrapper

return bound_func(*args, **kwargs)

 

  File "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", 
line 99, in _wrapped_view

response = view_func(request, *args, **kwargs)

 

  File "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", 
line 25, in bound_func

return func(self, *args2, **kwargs2)

 

  File "/usr/local/lib/python2.7/dist-packages/django/db/transaction.py", 
line 371, in inner

return func(*args, **kwargs)

 

  File 
"/usr/local/lib/python2.7/dist-packages/django/contrib/admin/options.py", 
line 1146, in add_view

if form.is_valid():

 

  File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py", 
line 2043, in is_valid

return (super(RepositoryForm, self).is_valid() and

 

  File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py", line 
129, in is_valid

return self.is_bound and not bool(self.errors)

 

  File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py", line 
121, in errors

self.full_clean()

 

  File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py", 
line 1778, in full_clean

super(RepositoryForm, self).full_clean(*args, **kwargs)

 

  File "/usr/local/lib/python2.7/dist-packages/reviewboard/site/mixins.py", 
line 282, in full_clean

return super(LocalSiteAwareModelFormMixin, self).full_clean()

 

  File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py", line 
274, in full_clean

self._clean_form()

 

  File "/usr/local/lib/python2.7/dist-packages/django/forms/forms.py", line 
300, in _clean_form

self.cleaned_data = self.clean()

 

  File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py", 
line 1823, in clean

self._verify_repository_path()

 

  File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/forms.py", 
line 2316, in _verify_repository_path

certificate=e.certificate)

 

  File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/scmtools/perforce.py", 
line 936, in accept_certificate

stderr=subprocess.PIPE)

 

  File "/usr/lib/python2.7/subprocess.py", line 394, in __init__

errread, errwrite)

 

  File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child

raise child_exception

 
OSError: [Errno 2] No such file or directory


Any guidance on where to start, very new to 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/47e020e9-05f7-4e67-a5f2-b3e59bf27799n%40googlegroups.com.


Re: Something broke! (Error 500) Trouble copying reviewboard 3.0.15 to another server

2019-09-18 Thread Ron T
Thanks Christian. I think it was a secret key problem. The default
installation was working with an empty database but when the old database
was imported it broke.

On Tue, Sep 3, 2019, 12:46 Christian Hammond 
wrote:

> Gah I’m sorry, Ron. Can I blame autocorrect?
>
> Christian
>
>
> On Tue, Sep 3, 2019 at 12:46 Christian Hammond 
> wrote:
>
>> Hi Rob,
>>
>> Looks like your mod_wsgi setup isn’t enabled or working correctly, or you
>> have a default Apache vhost that’s conflicting with the Review Board one.
>> It shouldn’t be serving any files directly from our htdocs.
>>
>> Judging by the first error, you may also need to re-run `rb-site upgrade`
>> on the Review Board site directory in order to fix media links.
>>
>> Also, make sure you’re using the same SECRET_KEY in
>> conf/settings_local.py.
>>
>> Christian
>>
>>
>> On Mon, Sep 2, 2019 at 23:53 Ron T  wrote:
>>
>>> In addition this error is in the error log
>>> [autoindex:error] [pid 19085] [client 10.101.0.0:55445] AH01276: Cannot
>>> serve directory /www/reviewboard/htdocs/: No matching DirectoryIndex
>>> (index.html) found, and server-generated directory index forbidden by
>>> Options directive
>>>
>>> On Mon, Sep 2, 2019 at 11:42 PM Ron A  wrote:
>>>
 I have a reviewboard 3.0.15 installation working on centos 7 and mysql.
 I install a fresh installation of Reviewboard 3.0.15 on another server, it
 works and I am able to login.  But when I import the mysql data into the
 new reviewboard installation I receive all the errors below.
 Any clues? Thanks!

 The website produces this error and the other errors are received from
 email.
 "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."


 Traceback (most recent call last):
 ..

   File
 "/usr/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py",
 line 96, in hashed_name
 (clean_name, self))

 ValueError: The file 'djblets/js/jquery.gravy.min.j
 s' could not be found with >>> object at 0x7efc06ec7390>.


 >>> path:/reviewboard/account/login/,
 GET:,
 POST:,
 COOKIES:{'collapsediffs': 'True',
  'csrftoken': 'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
  'rbsessionid': '9etqxl8xc5wnyl0y8wh0051z6b30p8si'},
 META:{'CONTEXT_DOCUMENT_ROOT': '/www/reviewboard/htdocs',
  'CONTEXT_PREFIX': '',
  u'CSRF_COOKIE': u'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
  u'CSRF_COOKIE_USED': True,
  'DOCUMENT_ROOT': '/www/reviewboard/htdocs',
  'GATEWAY_INTERFACE': 'CGI/1.1',
  'HTTP_ACCEPT':
 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
  'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
  'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
  'HTTP_CONNECTION': 'keep-alive',
  'HTTP_COOKIE': 'rbsessionid=9etqxl8xc5wnyl0y8wh0051z6b30p8si;
 csrftoken=Yu0qELEBn2aS0RaS93B9hPrERECnxqzg; collapsediffs=True',
  'HTTP_HOST': 'newhost,
  'HTTP_UPGRADE_INSECURE_REQUESTS': '1',
  'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14;
 rv:68.0) Gecko/20100101 Firefox/68.0',
  'PATH_INFO': u'/reviewboard/account/login/',
  'PATH_TRANSLATED':
 '/www/reviewboard/htdocs/reviewboard.wsgi/reviewboard/account/login/',
  'QUERY_STRING': 'next=/reviewboard/',
  'REMOTE_ADDR': '192.168.16.10',
  'REMOTE_PORT': '55458',
  'REQUEST_METHOD': 'GET',
  'REQUEST_SCHEME': 'https',
  'REQUEST_URI': '/reviewboard/account/login/?next=/reviewboard/',
  'SCRIPT_FILENAME': '/www/reviewboard/htdocs/reviewboard.wsgi',
  'SCRIPT_NAME': u'',
  'SERVER_ADDR': '192.168.16.5',
  'SERVER_ADMIN': 'root@localhost',
  'SERVER_NAME': 'newhost.com ',
  'SERVER_PROTOCOL': 'HTTP/1.1',
  'SERVER_SIGNATURE': '',
  'SERVER_SOFTWARE': 'Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips
 mod_wsgi/3.4 Python/2.7.5 SVN/1.11.0',
  'SSL_TLS_SNI': 'newhost.com ',
  'UNIQUE_ID': 'XW3-w1j3wDZ4c9vjfZWO7AE',
  'mod_wsgi.application_group': newhost.com|',
  'mod_wsgi.callable_object': 'application',
  'mod_wsgi.enable_sendfile': '0',
  'mod_wsgi.handler_script': '',
  'mod_wsgi.input_chunked': '0',
  'mod_wsgi.listener_host': '0.0.0.0',
  'mod_wsgi.process_group': '',
  'mod_wsgi.queue_start': '1567489987154458',
  'mod_wsgi.request_handler': 'wsgi-script',
  'mod_wsgi.script_reloading': '1',
  'mod_wsgi.version': (3, 4),
  'wsgi.errors': ,
  'wsgi.file_wrapper': >>> object at 0x7efc06eab7b0>,
  'wsgi.input': ,

  'wsgi.multiprocess': True,
  'wsgi.multithread': False,
  'wsgi.run_once': False,
  'wsgi.url_scheme': u'https',
  'wsgi.version': (1, 0)}>

 --
 Supercharge your Review Board with Power Pack:
 https://www.reviewboard.org/powerpack/
 

Re: Something broke! (Error 500) Trouble copying reviewboard 3.0.15 to another server

2019-09-03 Thread Christian Hammond
Gah I’m sorry, Ron. Can I blame autocorrect?

Christian


On Tue, Sep 3, 2019 at 12:46 Christian Hammond 
wrote:

> Hi Rob,
>
> Looks like your mod_wsgi setup isn’t enabled or working correctly, or you
> have a default Apache vhost that’s conflicting with the Review Board one.
> It shouldn’t be serving any files directly from our htdocs.
>
> Judging by the first error, you may also need to re-run `rb-site upgrade`
> on the Review Board site directory in order to fix media links.
>
> Also, make sure you’re using the same SECRET_KEY in conf/settings_local.py.
>
> Christian
>
>
> On Mon, Sep 2, 2019 at 23:53 Ron T  wrote:
>
>> In addition this error is in the error log
>> [autoindex:error] [pid 19085] [client 10.101.0.0:55445] AH01276: Cannot
>> serve directory /www/reviewboard/htdocs/: No matching DirectoryIndex
>> (index.html) found, and server-generated directory index forbidden by
>> Options directive
>>
>> On Mon, Sep 2, 2019 at 11:42 PM Ron A  wrote:
>>
>>> I have a reviewboard 3.0.15 installation working on centos 7 and mysql.
>>> I install a fresh installation of Reviewboard 3.0.15 on another server, it
>>> works and I am able to login.  But when I import the mysql data into the
>>> new reviewboard installation I receive all the errors below.
>>> Any clues? Thanks!
>>>
>>> The website produces this error and the other errors are received from
>>> email.
>>> "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."
>>>
>>>
>>> Traceback (most recent call last):
>>> ..
>>>
>>>   File
>>> "/usr/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py",
>>> line 96, in hashed_name
>>> (clean_name, self))
>>>
>>> ValueError: The file 'djblets/js/jquery.gravy.min.j
>>> s' could not be found with >> object at 0x7efc06ec7390>.
>>>
>>>
>>> >> path:/reviewboard/account/login/,
>>> GET:,
>>> POST:,
>>> COOKIES:{'collapsediffs': 'True',
>>>  'csrftoken': 'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
>>>  'rbsessionid': '9etqxl8xc5wnyl0y8wh0051z6b30p8si'},
>>> META:{'CONTEXT_DOCUMENT_ROOT': '/www/reviewboard/htdocs',
>>>  'CONTEXT_PREFIX': '',
>>>  u'CSRF_COOKIE': u'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
>>>  u'CSRF_COOKIE_USED': True,
>>>  'DOCUMENT_ROOT': '/www/reviewboard/htdocs',
>>>  'GATEWAY_INTERFACE': 'CGI/1.1',
>>>  'HTTP_ACCEPT':
>>> 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
>>>  'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
>>>  'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
>>>  'HTTP_CONNECTION': 'keep-alive',
>>>  'HTTP_COOKIE': 'rbsessionid=9etqxl8xc5wnyl0y8wh0051z6b30p8si;
>>> csrftoken=Yu0qELEBn2aS0RaS93B9hPrERECnxqzg; collapsediffs=True',
>>>  'HTTP_HOST': 'newhost,
>>>  'HTTP_UPGRADE_INSECURE_REQUESTS': '1',
>>>  'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14;
>>> rv:68.0) Gecko/20100101 Firefox/68.0',
>>>  'PATH_INFO': u'/reviewboard/account/login/',
>>>  'PATH_TRANSLATED':
>>> '/www/reviewboard/htdocs/reviewboard.wsgi/reviewboard/account/login/',
>>>  'QUERY_STRING': 'next=/reviewboard/',
>>>  'REMOTE_ADDR': '192.168.16.10',
>>>  'REMOTE_PORT': '55458',
>>>  'REQUEST_METHOD': 'GET',
>>>  'REQUEST_SCHEME': 'https',
>>>  'REQUEST_URI': '/reviewboard/account/login/?next=/reviewboard/',
>>>  'SCRIPT_FILENAME': '/www/reviewboard/htdocs/reviewboard.wsgi',
>>>  'SCRIPT_NAME': u'',
>>>  'SERVER_ADDR': '192.168.16.5',
>>>  'SERVER_ADMIN': 'root@localhost',
>>>  'SERVER_NAME': 'newhost.com ',
>>>  'SERVER_PROTOCOL': 'HTTP/1.1',
>>>  'SERVER_SIGNATURE': '',
>>>  'SERVER_SOFTWARE': 'Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips
>>> mod_wsgi/3.4 Python/2.7.5 SVN/1.11.0',
>>>  'SSL_TLS_SNI': 'newhost.com ',
>>>  'UNIQUE_ID': 'XW3-w1j3wDZ4c9vjfZWO7AE',
>>>  'mod_wsgi.application_group': newhost.com|',
>>>  'mod_wsgi.callable_object': 'application',
>>>  'mod_wsgi.enable_sendfile': '0',
>>>  'mod_wsgi.handler_script': '',
>>>  'mod_wsgi.input_chunked': '0',
>>>  'mod_wsgi.listener_host': '0.0.0.0',
>>>  'mod_wsgi.process_group': '',
>>>  'mod_wsgi.queue_start': '1567489987154458',
>>>  'mod_wsgi.request_handler': 'wsgi-script',
>>>  'mod_wsgi.script_reloading': '1',
>>>  'mod_wsgi.version': (3, 4),
>>>  'wsgi.errors': ,
>>>  'wsgi.file_wrapper': >> object at 0x7efc06eab7b0>,
>>>  'wsgi.input': ,
>>>
>>>  'wsgi.multiprocess': True,
>>>  'wsgi.multithread': False,
>>>  'wsgi.run_once': False,
>>>  'wsgi.url_scheme': u'https',
>>>  'wsgi.version': (1, 0)}>
>>>
>>> --
>>> 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 a topic in the
>>> Google Groups "Review Board Community" group.
>>> To unsubscribe from this topic, visit
>>> 

Re: Something broke! (Error 500) Trouble copying reviewboard 3.0.15 to another server

2019-09-03 Thread Christian Hammond
Hi Rob,

Looks like your mod_wsgi setup isn’t enabled or working correctly, or you
have a default Apache vhost that’s conflicting with the Review Board one.
It shouldn’t be serving any files directly from our htdocs.

Judging by the first error, you may also need to re-run `rb-site upgrade`
on the Review Board site directory in order to fix media links.

Also, make sure you’re using the same SECRET_KEY in conf/settings_local.py.

Christian


On Mon, Sep 2, 2019 at 23:53 Ron T  wrote:

> In addition this error is in the error log
> [autoindex:error] [pid 19085] [client 10.101.0.0:55445] AH01276: Cannot
> serve directory /www/reviewboard/htdocs/: No matching DirectoryIndex
> (index.html) found, and server-generated directory index forbidden by
> Options directive
>
> On Mon, Sep 2, 2019 at 11:42 PM Ron A  wrote:
>
>> I have a reviewboard 3.0.15 installation working on centos 7 and mysql. I
>> install a fresh installation of Reviewboard 3.0.15 on another server, it
>> works and I am able to login.  But when I import the mysql data into the
>> new reviewboard installation I receive all the errors below.
>> Any clues? Thanks!
>>
>> The website produces this error and the other errors are received from
>> email.
>> "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."
>>
>>
>> Traceback (most recent call last):
>> ..
>>
>>   File
>> "/usr/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py",
>> line 96, in hashed_name
>> (clean_name, self))
>>
>> ValueError: The file 'djblets/js/jquery.gravy.min.j
>> s' could not be found with > at 0x7efc06ec7390>.
>>
>>
>> > path:/reviewboard/account/login/,
>> GET:,
>> POST:,
>> COOKIES:{'collapsediffs': 'True',
>>  'csrftoken': 'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
>>  'rbsessionid': '9etqxl8xc5wnyl0y8wh0051z6b30p8si'},
>> META:{'CONTEXT_DOCUMENT_ROOT': '/www/reviewboard/htdocs',
>>  'CONTEXT_PREFIX': '',
>>  u'CSRF_COOKIE': u'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
>>  u'CSRF_COOKIE_USED': True,
>>  'DOCUMENT_ROOT': '/www/reviewboard/htdocs',
>>  'GATEWAY_INTERFACE': 'CGI/1.1',
>>  'HTTP_ACCEPT':
>> 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
>>  'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
>>  'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
>>  'HTTP_CONNECTION': 'keep-alive',
>>  'HTTP_COOKIE': 'rbsessionid=9etqxl8xc5wnyl0y8wh0051z6b30p8si;
>> csrftoken=Yu0qELEBn2aS0RaS93B9hPrERECnxqzg; collapsediffs=True',
>>  'HTTP_HOST': 'newhost,
>>  'HTTP_UPGRADE_INSECURE_REQUESTS': '1',
>>  'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14;
>> rv:68.0) Gecko/20100101 Firefox/68.0',
>>  'PATH_INFO': u'/reviewboard/account/login/',
>>  'PATH_TRANSLATED':
>> '/www/reviewboard/htdocs/reviewboard.wsgi/reviewboard/account/login/',
>>  'QUERY_STRING': 'next=/reviewboard/',
>>  'REMOTE_ADDR': '192.168.16.10',
>>  'REMOTE_PORT': '55458',
>>  'REQUEST_METHOD': 'GET',
>>  'REQUEST_SCHEME': 'https',
>>  'REQUEST_URI': '/reviewboard/account/login/?next=/reviewboard/',
>>  'SCRIPT_FILENAME': '/www/reviewboard/htdocs/reviewboard.wsgi',
>>  'SCRIPT_NAME': u'',
>>  'SERVER_ADDR': '192.168.16.5',
>>  'SERVER_ADMIN': 'root@localhost',
>>  'SERVER_NAME': 'newhost.com ',
>>  'SERVER_PROTOCOL': 'HTTP/1.1',
>>  'SERVER_SIGNATURE': '',
>>  'SERVER_SOFTWARE': 'Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips
>> mod_wsgi/3.4 Python/2.7.5 SVN/1.11.0',
>>  'SSL_TLS_SNI': 'newhost.com ',
>>  'UNIQUE_ID': 'XW3-w1j3wDZ4c9vjfZWO7AE',
>>  'mod_wsgi.application_group': newhost.com|',
>>  'mod_wsgi.callable_object': 'application',
>>  'mod_wsgi.enable_sendfile': '0',
>>  'mod_wsgi.handler_script': '',
>>  'mod_wsgi.input_chunked': '0',
>>  'mod_wsgi.listener_host': '0.0.0.0',
>>  'mod_wsgi.process_group': '',
>>  'mod_wsgi.queue_start': '1567489987154458',
>>  'mod_wsgi.request_handler': 'wsgi-script',
>>  'mod_wsgi.script_reloading': '1',
>>  'mod_wsgi.version': (3, 4),
>>  'wsgi.errors': ,
>>  'wsgi.file_wrapper': > object at 0x7efc06eab7b0>,
>>  'wsgi.input': ,
>>
>>  'wsgi.multiprocess': True,
>>  'wsgi.multithread': False,
>>  'wsgi.run_once': False,
>>  'wsgi.url_scheme': u'https',
>>  'wsgi.version': (1, 0)}>
>>
>> --
>> 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 a topic in the
>> Google Groups "Review Board Community" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/reviewboard/gaBZsnb24e8/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> reviewboard+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> 

Re: Something broke! (Error 500) Trouble copying reviewboard 3.0.15 to another server

2019-09-03 Thread Ron T
In addition this error is in the error log
[autoindex:error] [pid 19085] [client 10.101.0.0:55445] AH01276: Cannot
serve directory /www/reviewboard/htdocs/: No matching DirectoryIndex
(index.html) found, and server-generated directory index forbidden by
Options directive

On Mon, Sep 2, 2019 at 11:42 PM Ron A  wrote:

> I have a reviewboard 3.0.15 installation working on centos 7 and mysql. I
> install a fresh installation of Reviewboard 3.0.15 on another server, it
> works and I am able to login.  But when I import the mysql data into the
> new reviewboard installation I receive all the errors below.
> Any clues? Thanks!
>
> The website produces this error and the other errors are received from
> email.
> "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."
>
>
> Traceback (most recent call last):
> ..
>
>   File
> "/usr/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py",
> line 96, in hashed_name
> (clean_name, self))
>
> ValueError: The file 'djblets/js/jquery.gravy.min.j
> s' could not be found with  at 0x7efc06ec7390>.
>
>
>  path:/reviewboard/account/login/,
> GET:,
> POST:,
> COOKIES:{'collapsediffs': 'True',
>  'csrftoken': 'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
>  'rbsessionid': '9etqxl8xc5wnyl0y8wh0051z6b30p8si'},
> META:{'CONTEXT_DOCUMENT_ROOT': '/www/reviewboard/htdocs',
>  'CONTEXT_PREFIX': '',
>  u'CSRF_COOKIE': u'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
>  u'CSRF_COOKIE_USED': True,
>  'DOCUMENT_ROOT': '/www/reviewboard/htdocs',
>  'GATEWAY_INTERFACE': 'CGI/1.1',
>  'HTTP_ACCEPT':
> 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
>  'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
>  'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
>  'HTTP_CONNECTION': 'keep-alive',
>  'HTTP_COOKIE': 'rbsessionid=9etqxl8xc5wnyl0y8wh0051z6b30p8si;
> csrftoken=Yu0qELEBn2aS0RaS93B9hPrERECnxqzg; collapsediffs=True',
>  'HTTP_HOST': 'newhost,
>  'HTTP_UPGRADE_INSECURE_REQUESTS': '1',
>  'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14;
> rv:68.0) Gecko/20100101 Firefox/68.0',
>  'PATH_INFO': u'/reviewboard/account/login/',
>  'PATH_TRANSLATED':
> '/www/reviewboard/htdocs/reviewboard.wsgi/reviewboard/account/login/',
>  'QUERY_STRING': 'next=/reviewboard/',
>  'REMOTE_ADDR': '192.168.16.10',
>  'REMOTE_PORT': '55458',
>  'REQUEST_METHOD': 'GET',
>  'REQUEST_SCHEME': 'https',
>  'REQUEST_URI': '/reviewboard/account/login/?next=/reviewboard/',
>  'SCRIPT_FILENAME': '/www/reviewboard/htdocs/reviewboard.wsgi',
>  'SCRIPT_NAME': u'',
>  'SERVER_ADDR': '192.168.16.5',
>  'SERVER_ADMIN': 'root@localhost',
>  'SERVER_NAME': 'newhost.com ',
>  'SERVER_PROTOCOL': 'HTTP/1.1',
>  'SERVER_SIGNATURE': '',
>  'SERVER_SOFTWARE': 'Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips
> mod_wsgi/3.4 Python/2.7.5 SVN/1.11.0',
>  'SSL_TLS_SNI': 'newhost.com ',
>  'UNIQUE_ID': 'XW3-w1j3wDZ4c9vjfZWO7AE',
>  'mod_wsgi.application_group': newhost.com|',
>  'mod_wsgi.callable_object': 'application',
>  'mod_wsgi.enable_sendfile': '0',
>  'mod_wsgi.handler_script': '',
>  'mod_wsgi.input_chunked': '0',
>  'mod_wsgi.listener_host': '0.0.0.0',
>  'mod_wsgi.process_group': '',
>  'mod_wsgi.queue_start': '1567489987154458',
>  'mod_wsgi.request_handler': 'wsgi-script',
>  'mod_wsgi.script_reloading': '1',
>  'mod_wsgi.version': (3, 4),
>  'wsgi.errors': ,
>  'wsgi.file_wrapper':  object at 0x7efc06eab7b0>,
>  'wsgi.input': ,
>
>  'wsgi.multiprocess': True,
>  'wsgi.multithread': False,
>  'wsgi.run_once': False,
>  'wsgi.url_scheme': u'https',
>  'wsgi.version': (1, 0)}>
>
> --
> 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 a topic in the
> Google Groups "Review Board Community" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/reviewboard/gaBZsnb24e8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/1ecbeb5d-f8b4-4392-9670-633a9ee82801%40googlegroups.com
> 
> .
>

-- 
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, 

Something broke! (Error 500) Trouble copying reviewboard 3.0.15 to another server

2019-09-03 Thread Ron A
I have a reviewboard 3.0.15 installation working on centos 7 and mysql. I 
install a fresh installation of Reviewboard 3.0.15 on another server, it 
works and I am able to login.  But when I import the mysql data into the 
new reviewboard installation I receive all the errors below.
Any clues? Thanks!

The website produces this error and the other errors are received from 
email.
"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."


Traceback (most recent call last):
..

  File 
"/usr/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py", 
line 96, in hashed_name
(clean_name, self))

ValueError: The file 'djblets/js/jquery.gravy.min.j
s' could not be found with .


,
POST:,
COOKIES:{'collapsediffs': 'True',
 'csrftoken': 'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
 'rbsessionid': '9etqxl8xc5wnyl0y8wh0051z6b30p8si'},
META:{'CONTEXT_DOCUMENT_ROOT': '/www/reviewboard/htdocs',
 'CONTEXT_PREFIX': '',
 u'CSRF_COOKIE': u'Yu0qELEBn2aS0RaS93B9hPrERECnxqzg',
 u'CSRF_COOKIE_USED': True,
 'DOCUMENT_ROOT': '/www/reviewboard/htdocs',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': 
'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_COOKIE': 'rbsessionid=9etqxl8xc5wnyl0y8wh0051z6b30p8si; 
csrftoken=Yu0qELEBn2aS0RaS93B9hPrERECnxqzg; collapsediffs=True',
 'HTTP_HOST': 'newhost,
 'HTTP_UPGRADE_INSECURE_REQUESTS': '1',
 'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) 
Gecko/20100101 Firefox/68.0',
 'PATH_INFO': u'/reviewboard/account/login/',
 'PATH_TRANSLATED': 
'/www/reviewboard/htdocs/reviewboard.wsgi/reviewboard/account/login/',
 'QUERY_STRING': 'next=/reviewboard/',
 'REMOTE_ADDR': '192.168.16.10',
 'REMOTE_PORT': '55458',
 'REQUEST_METHOD': 'GET',
 'REQUEST_SCHEME': 'https',
 'REQUEST_URI': '/reviewboard/account/login/?next=/reviewboard/',
 'SCRIPT_FILENAME': '/www/reviewboard/htdocs/reviewboard.wsgi',
 'SCRIPT_NAME': u'',
 'SERVER_ADDR': '192.168.16.5',
 'SERVER_ADMIN': 'root@localhost',
 'SERVER_NAME': 'newhost.com ',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SIGNATURE': '',
 'SERVER_SOFTWARE': 'Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_wsgi/3.4 
Python/2.7.5 SVN/1.11.0',
 'SSL_TLS_SNI': 'newhost.com ',
 'UNIQUE_ID': 'XW3-w1j3wDZ4c9vjfZWO7AE',
 'mod_wsgi.application_group': newhost.com|',
 'mod_wsgi.callable_object': 'application',
 'mod_wsgi.enable_sendfile': '0',
 'mod_wsgi.handler_script': '',
 'mod_wsgi.input_chunked': '0',
 'mod_wsgi.listener_host': '0.0.0.0',
 'mod_wsgi.process_group': '',
 'mod_wsgi.queue_start': '1567489987154458',
 'mod_wsgi.request_handler': 'wsgi-script',
 'mod_wsgi.script_reloading': '1',
 'mod_wsgi.version': (3, 4),
 'wsgi.errors': ,
 'wsgi.file_wrapper': ,
 'wsgi.input': ,

 'wsgi.multiprocess': True,
 'wsgi.multithread': False,
 'wsgi.run_once': False,
 'wsgi.url_scheme': u'https',
 'wsgi.version': (1, 0)}>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/1ecbeb5d-f8b4-4392-9670-633a9ee82801%40googlegroups.com.


Re: HELP: Upgrade to 3.0.7 results in all reviews returning a Something broke! (Error 500)

2019-05-30 Thread 'Eric Johnson' via Review Board Community
Hi Alfred,

Were you ever able to resolve this issue? I'm now seeing an roughly 
identical problem with my install of 3.0.14...
I'm running Djblets 1.0.11, but looks to be the only substantive 
difference

Eric.

On Thursday, June 7, 2018 at 11:41:48 AM UTC-7, Alfred von Campe wrote:
>
>
> > On Jun 7, 2018, at 14:24, Alfred von Campe  > wrote: 
> > 
> > I’m not sure what is going on:  the initial “easy_install -U 
> ReviewBoard” did return an error, but after forcing the install of version 
> 3.0.3 where I was upgrading from, another easy_install -U ReviewBoard 
> succeeded, as did the rb-site upgrade.  I can add users again to review 
> groups (which is the reason I updated in the first place), but I can’t 
> access any reviews! 
>
>
> Here is an error from the log file which I hope will track down the issue: 
>
> 2018-06-07 18:32:56,590 - ERROR -  - 
> djblets.extensions.templatetags.djblets_extensions - Unable to load CSS 
> bundle "fields" for extension "Review Board Integrations" 
> (rbintegrations.extension.RBIntegrationsExtension) 
> Traceback (most recent call last): 
>   File 
> "/usr/lib/python2.7/site-packages/Djblets-1.0.6-py2.7.egg/djblets/extensions/templatetags/djblets_extensions.py",
>  
> line 117, in _render_bundle 
> return node_cls('"%s"' % 
> extension.get_bundle_id(name)).render(context) 
>   File 
> "/usr/lib/python2.7/site-packages/django_pipeline-1.6.14-py2.7.egg/pipeline/templatetags/pipeline.py",
>  
> line 140, in render 
> return self.render_compressed(package, package_name, 'css') 
>   File 
> "/usr/lib/python2.7/site-packages/Djblets-1.0.6-py2.7.egg/djblets/extensions/templatetags/djblets_extensions.py",
>  
> line 54, in render_compressed 
> rendered = self.render_compressed_output(*args, **kwargs) 
>   File 
> "/usr/lib/python2.7/site-packages/django_pipeline-1.6.14-py2.7.egg/pipeline/templatetags/pipeline.py",
>  
> line 82, in render_compressed_output 
> return method(package, package.output_filename) 
>   File 
> "/usr/lib/python2.7/site-packages/django_pipeline-1.6.14-py2.7.egg/pipeline/templatetags/pipeline.py",
>  
> line 147, in render_css 
> 'url': mark_safe(staticfiles_storage.url(path)) 
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/contrib/staticfiles/storage.py",
>  
> line 139, in url 
> hashed_name = self.hashed_name(clean_name).replace('\\', '/') 
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/contrib/staticfiles/storage.py",
>  
> line 96, in hashed_name 
> (clean_name, self)) 
> ValueError: The file 
> 'ext/rbintegrations.extension.RBIntegrationsExtension/css/fields.min.css' 
> could not be found with  0x55c9409c4fd0>. 
>
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/4933f7da-a83e-4246-a0d4-ddb670617c6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: HELP: Upgrade to 3.0.7 results in all reviews returning a Something broke! (Error 500)

2018-06-07 Thread Alfred von Campe


> On Jun 7, 2018, at 14:24, Alfred von Campe  wrote:
> 
> I’m not sure what is going on:  the initial “easy_install -U ReviewBoard” did 
> return an error, but after forcing the install of version 3.0.3 where I was 
> upgrading from, another easy_install -U ReviewBoard succeeded, as did the 
> rb-site upgrade.  I can add users again to review groups (which is the reason 
> I updated in the first place), but I can’t access any reviews!


Here is an error from the log file which I hope will track down the issue:

2018-06-07 18:32:56,590 - ERROR -  - 
djblets.extensions.templatetags.djblets_extensions - Unable to load CSS bundle 
"fields" for extension "Review Board Integrations" 
(rbintegrations.extension.RBIntegrationsExtension)
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/Djblets-1.0.6-py2.7.egg/djblets/extensions/templatetags/djblets_extensions.py",
 line 117, in _render_bundle
return node_cls('"%s"' % extension.get_bundle_id(name)).render(context)
  File 
"/usr/lib/python2.7/site-packages/django_pipeline-1.6.14-py2.7.egg/pipeline/templatetags/pipeline.py",
 line 140, in render
return self.render_compressed(package, package_name, 'css')
  File 
"/usr/lib/python2.7/site-packages/Djblets-1.0.6-py2.7.egg/djblets/extensions/templatetags/djblets_extensions.py",
 line 54, in render_compressed
rendered = self.render_compressed_output(*args, **kwargs)
  File 
"/usr/lib/python2.7/site-packages/django_pipeline-1.6.14-py2.7.egg/pipeline/templatetags/pipeline.py",
 line 82, in render_compressed_output
return method(package, package.output_filename)
  File 
"/usr/lib/python2.7/site-packages/django_pipeline-1.6.14-py2.7.egg/pipeline/templatetags/pipeline.py",
 line 147, in render_css
'url': mark_safe(staticfiles_storage.url(path))
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/contrib/staticfiles/storage.py",
 line 139, in url
hashed_name = self.hashed_name(clean_name).replace('\\', '/')
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/contrib/staticfiles/storage.py",
 line 96, in hashed_name
(clean_name, self))
ValueError: The file 
'ext/rbintegrations.extension.RBIntegrationsExtension/css/fields.min.css' could 
not be found with .


-- 
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.


HELP: Upgrade to 3.0.7 results in all reviews returning a Something broke! (Error 500)

2018-06-07 Thread Alfred von Campe
I’m not sure what is going on:  the initial “easy_install -U ReviewBoard” did 
return an error, but after forcing the install of version 3.0.3 where I was 
upgrading from, another easy_install -U ReviewBoard succeeded, as did the 
rb-site upgrade.  I can add users again to review groups (which is the reason I 
updated in the first place), but I can’t access any reviews!

Please help!

Alfred

-- 
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.


Re: Something broke! (Error 500)

2017-09-23 Thread Christian Hammond
Sounds like there may also be some dependency issues, perhaps a too-new
version of Django installed.

1.7 is no longer supported, and its dependency list isn't adequately
covering the range of versions needed for some dependencies. Why are you
looking to upgrade to 1.7? Can you use 2.5.x instead?

Christian


On Sat, Sep 23, 2017 at 12:52 David Trowbridge <trowb...@gmail.com> wrote:

> You should not be running with DEBUG=True with Review Board 1.7. Doing so
> will definitely break your site.
>
> Run without that, and then check the review board log file to see if there
> are any errors. You may need to use rb-site manage /path/to/site
> set-siteconfig to enable logging if it was not set up already.
>
> -David
>
> On Sat, Sep 23, 2017 at 3:51 PM Praveen <praveen.kumar.jaya...@gmail.com>
> wrote:
>
>> Hi,
>>
>> I am trying to migrate review board (1v+ to 1.7v) from one host to
>> another (EL6 x86_64).
>> I was able to install and get running a fresh review board site.
>>
>> To migrate the content from old instance, followed below steps:
>> 1) Installed a new reviewboard site (rb-site install /var/www/reviews)
>> 2) Took mysql dump of reivewboard database from source instance
>> 3) Dropped the database created newly for #1
>> 4) Created databsae. Imported the mysql dump and granted permissions to
>> database user.
>> 5) Restored SECRET_KEY from old instance into
>> /var/www/reviews/conf/settings_local.py
>> 6) Ran upgrade (rb-site upgrade /var/www/reviews) and restarted apache.
>>
>> For a brief time, the server was listing the old review requests *although
>> I was not able to create a new review request* (uploading patch was not
>> taking me to the review page, instead it stayed on same "New review
>> request" page itself).
>>
>> Now I am noticing "Something broke! (Error 500)" when try to reach the
>> server. I have enabled Debug=True in
>> /var/www/reviews/conf/settings_local.py but does not help.
>>
>> Apache logs from /etc/httpd/logs/error_log:
>>
>> [Sat Sep 23 18:16:22 2017] [warn] module wsgi_module is already loaded,
>> skipping
>> [Sat Sep 23 18:16:22 2017] [notice] Digest: generating secret for digest
>> authentication ...
>> [Sat Sep 23 18:16:22 2017] [notice] Digest: done
>> [Sat Sep 23 18:16:22 2017] [notice] Apache/2.2.15 (Unix) DAV/2
>> mod_wsgi/4.5.18 Python/2.6 configured -- resuming normal operations
>> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
>> /usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
>> DeprecationWarning: Function-based generic views have been deprecated; use
>> class-based views instead.
>> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
>> DeprecationWarning
>> [Sat Sep 23 19:10:34 2017] [error] [client 10.191.196.61]
>> */usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
>> DeprecationWarning: Function-based generic views have been deprecated; use
>> class-based views instead.*
>> I don't see any other exception or errors. Where will be reviewboard log?
>>
>> Kindly shed some light what could be the issue and how to debug this.
>>
>> Thanks,
>> Praveen
>>
>> --
>> 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.
>>
> --
> 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.
>
-- 
-- 
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 
"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.


Re: Something broke! (Error 500)

2017-09-23 Thread David Trowbridge
You should not be running with DEBUG=True with Review Board 1.7. Doing so
will definitely break your site.

Run without that, and then check the review board log file to see if there
are any errors. You may need to use rb-site manage /path/to/site
set-siteconfig to enable logging if it was not set up already.

-David

On Sat, Sep 23, 2017 at 3:51 PM Praveen <praveen.kumar.jaya...@gmail.com>
wrote:

> Hi,
>
> I am trying to migrate review board (1v+ to 1.7v) from one host to another
> (EL6 x86_64).
> I was able to install and get running a fresh review board site.
>
> To migrate the content from old instance, followed below steps:
> 1) Installed a new reviewboard site (rb-site install /var/www/reviews)
> 2) Took mysql dump of reivewboard database from source instance
> 3) Dropped the database created newly for #1
> 4) Created databsae. Imported the mysql dump and granted permissions to
> database user.
> 5) Restored SECRET_KEY from old instance into
> /var/www/reviews/conf/settings_local.py
> 6) Ran upgrade (rb-site upgrade /var/www/reviews) and restarted apache.
>
> For a brief time, the server was listing the old review requests *although
> I was not able to create a new review request* (uploading patch was not
> taking me to the review page, instead it stayed on same "New review
> request" page itself).
>
> Now I am noticing "Something broke! (Error 500)" when try to reach the
> server. I have enabled Debug=True in
> /var/www/reviews/conf/settings_local.py but does not help.
>
> Apache logs from /etc/httpd/logs/error_log:
>
> [Sat Sep 23 18:16:22 2017] [warn] module wsgi_module is already loaded,
> skipping
> [Sat Sep 23 18:16:22 2017] [notice] Digest: generating secret for digest
> authentication ...
> [Sat Sep 23 18:16:22 2017] [notice] Digest: done
> [Sat Sep 23 18:16:22 2017] [notice] Apache/2.2.15 (Unix) DAV/2
> mod_wsgi/4.5.18 Python/2.6 configured -- resuming normal operations
> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
> /usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
> DeprecationWarning: Function-based generic views have been deprecated; use
> class-based views instead.
> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
> DeprecationWarning
> [Sat Sep 23 19:10:34 2017] [error] [client 10.191.196.61]
> */usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
> DeprecationWarning: Function-based generic views have been deprecated; use
> class-based views instead.*
> I don't see any other exception or errors. Where will be reviewboard log?
>
> Kindly shed some light what could be the issue and how to debug this.
>
> Thanks,
> Praveen
>
> --
> 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.
>

-- 
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.


Something broke! (Error 500)

2017-09-23 Thread Praveen
Hi,

I am trying to migrate review board (1v+ to 1.7v) from one host to another 
(EL6 x86_64).
I was able to install and get running a fresh review board site.

To migrate the content from old instance, followed below steps:
1) Installed a new reviewboard site (rb-site install /var/www/reviews)
2) Took mysql dump of reivewboard database from source instance
3) Dropped the database created newly for #1
4) Created databsae. Imported the mysql dump and granted permissions to 
database user.
5) Restored SECRET_KEY from old instance into 
/var/www/reviews/conf/settings_local.py
6) Ran upgrade (rb-site upgrade /var/www/reviews) and restarted apache.

For a brief time, the server was listing the old review requests *although 
I was not able to create a new review request* (uploading patch was not 
taking me to the review page, instead it stayed on same "New review 
request" page itself).

Now I am noticing "Something broke! (Error 500)" when try to reach the 
server. I have enabled Debug=True in 
/var/www/reviews/conf/settings_local.py but does not help.

Apache logs from /etc/httpd/logs/error_log:

[Sat Sep 23 18:16:22 2017] [warn] module wsgi_module is already loaded, 
skipping
[Sat Sep 23 18:16:22 2017] [notice] Digest: generating secret for digest 
authentication ...
[Sat Sep 23 18:16:22 2017] [notice] Digest: done
[Sat Sep 23 18:16:22 2017] [notice] Apache/2.2.15 (Unix) DAV/2 
mod_wsgi/4.5.18 Python/2.6 configured -- resuming normal operations
[Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61] 
/usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10: 
DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]   
DeprecationWarning
[Sat Sep 23 19:10:34 2017] [error] [client 10.191.196.61] 
*/usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10: 
DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.*
I don't see any other exception or errors. Where will be reviewboard log?

Kindly shed some light what could be the issue and how to debug this. 

Thanks,
Praveen

-- 
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.


Re: Mercurial repository access error post rb-site upgrade "Something broke! (Error 500)"

2017-06-26 Thread nick . nghiem
Thank you for the solution with the SECRET_KEY, this resolved my issue 
migrating ReviewBoard from FreeBSD to CentOS.

On Saturday, July 30, 2016 at 9:32:37 PM UTC-4, harish varadarajan wrote:
>
> Hi Christian,
>
> Thanks for the inputs .
>
> As updated in the other thread, copying over the SECRET_KEY from older 
> instance to newer instance helped solve the problem, though the server logs 
> & the error in itself were misleading.
>
> --
> Harish
>
> On Sunday, 31 July 2016 01:50:16 UTC+5:30, Christian Hammond wrote:
>>
>> Hi Harish,
>>
>> Can you show me the entire stack trace from the reviewboard.log file?
>>
>> The database may have been set for UTF-8, but that doesn't mean the 
>> tables or data was converted for that. If you look at the MySQL dump, 
>> you'll see that each table specifies its encoding. By default for some 
>> installs, this is latin1.
>>
>> It's not sufficient to simply change that in the database dump or set 
>> character_set_database. You'll actually need to convert each table:
>>
>> ALTER TABLE  CONVERT TO CHARACTER SET utf8 COLLATE 
>> utf8_unicode_ci;
>>
>> That may not address this particular issue, though. I'll need a lot more 
>> information to know what's breaking and how, and how your repro steps.
>>
>> Christian
>>
>> -- 
>> Christian Hammond
>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>> Makers of Review Board <https://www.reviewboard.org/>
>>
>> On Fri, Jul 29, 2016 at 7:12 PM, harish varadarajan <
>> harish.va...@gmail.com> wrote:
>>
>>> Further, the reviewboard database was created with UTF8 character set.
>>>
>>> MariaDB [reviewboard]> show variables like "character_set_database";
>>> ++---+
>>> | Variable_name  | Value |
>>> ++---+
>>> | character_set_database | utf8  |
>>>
>>> The specific error from the server log seems to be
>>>
>>> DjangoUnicodeDecodeError: 'utf8' codec can't decode byte 0x8b in 
>>> position 0: invalid start byte. You passed in 
>>>  (>> 'django.forms.forms.BoundField'>)
>>>
>>>
>>>
>>> On Friday, 29 July 2016 20:26:38 UTC+5:30, harish varadarajan wrote:
>>>>
>>>> Hi,
>>>>
>>>  
>>>
>>>>
>>>> I am pretty new to reviewboard and have attempted to migrate 
>>>> reviewboard instance across hosts and versions.
>>>> Our older RB version was and the upgrade was to 2.5.6.1
>>>>
>>>> Steps followed for the upgrade were
>>>> (1) Dump data on the older server (mysql)
>>>> (2) Drop the previously created reviewboard database, created by 
>>>> rb-site install
>>>> (3) Manually create a database named reviewboard with UTF8
>>>> (4) load the data from the mysql dump
>>>> (5) Run rb-site upgrade.
>>>>
>>>> Post the upgrade which completed successfully, the dashboard, contents 
>>>> and other information came up properly, including the repository listing.
>>>> But, the issue is that neither the properties of repositories are 
>>>> editable in newer instance nor or the older diff's from reviews accessible 
>>>> . The creation of newer reviews for the repositories, which get imported 
>>>> are as well not happening due to this..
>>>>
>>>> While trying to access the repository from Manage -> Repositories -> 
>>>> Select repository to change is as below.
>>>> 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.
>>>>
>>>>
>>>> Please note that the creation of newer repositories and using them for 
>>>> review requests.
>>>>
>>>>
>>>> The errors in the server error log are similar to the ones below.
>>>>
>>>> Can someone please throw light on what the issue is and how it could be 
>>>> fixed.
>>>>
>>>>
>>>> Unexpected error fetching file from $"http path of the file": 'ascii' 
>>>> codec can't decode byte 0xfe in position 3: ordinal not in range(128)
>>>>
>>>>
>>>> - /usr/lib/python2.7/site-packages/django/forms/widgets.py:237: 
>

Re: Something broke! (Error 500) (1055, "'reviewboard.diffviewer_diffset.name' isn't in GROUP BY")

2016-10-24 Thread Cui Fisher
mysqld  Ver 5.6.31 for Linux on x86_64 (MySQL Community Server (GPL))
It's need to disable sqlmod 'ONLY_FULL_GROUP_BY '.  

在 2016年10月24日星期一 UTC+8下午6:42:19,Cui Fisher写道:
>
> Review Board 2.5.6.1
>
> 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.
>
>
>
> - Exception thrown for user liuzhenhua at http://192.168.5.35/r/1117/
>
> (1055, "'reviewboard.diffviewer_diffset.name' isn't in GROUP BY")
> Traceback (most recent call last):
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/core/handlers/base.py",
>  line 112, in get_response
> response = wrapped_callback(request, *callback_args, **callback_kwargs)
>   File 
> "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/accounts/decorators.py",
>  line 25, in _check
> return view_func(*args, **kwargs)
>   File 
> "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/site/decorators.py",
>  line 35, in _check
> return view_func(request, local_site=local_site, *args, **kwargs)
>   File 
> "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/reviews/views.py",
>  line 459, in review_detail
> diffsets = review_request.get_diffsets()
>   File 
> "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/reviews/models/review_request.py",
>  line 595, in get_diffsets
> .prefetch_related('files'))
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/query.py",
>  line 96, in __iter__
> self._fetch_all()
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/query.py",
>  line 857, in _fetch_all
> self._result_cache = list(self.iterator())
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/query.py",
>  line 220, in iterator
> for row in compiler.results_iter():
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/sql/compiler.py",
>  line 713, in results_iter
> for rows in self.execute_sql(MULTI):
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/sql/compiler.py",
>  line 786, in execute_sql
> cursor.execute(sql, params)
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/backends/util.py",
>  line 53, in execute
> return self.cursor.execute(sql, params)
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/utils.py",
>  line 99, in __exit__
> six.reraise(dj_exc_type, dj_exc_value, traceback)
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/backends/util.py",
>  line 53, in execute
> return self.cursor.execute(sql, params)
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/backends/mysql/base.py",
>  line 124, in execute
> return self.cursor.execute(query, args)
>   File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 174, in 
> execute
> self.errorhandler(self, exc, value)
>   File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, 
> in defaulterrorhandler
> raise errorclass, errorvalue
> OperationalError: (1055, "'reviewboard.diffviewer_diffset.name' isn't in 
> GROUP BY")
>
>

-- 
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.


Re: Something broke! (Error 500) (1055, "'reviewboard.diffviewer_diffset.name' isn't in GROUP BY")

2016-10-24 Thread Christian Hammond
Hi,

Can you give me more context around this error?

1) What triggered it? What page, and what action?
2) When did you upgrade to this release?
3) What version of MySQL are you using, and what type of database format
(MyISAM or InnoDB)?

Christian

-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

On Mon, Oct 24, 2016 at 3:42 AM, Cui Fisher <musicapt...@gmail.com> wrote:

> Review Board 2.5.6.1
>
> 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.
>
>
>
> - Exception thrown for user liuzhenhua at http://192.168.5.35/r/1117/
>
> (1055, "'reviewboard.diffviewer_diffset.name' isn't in GROUP BY")
> Traceback (most recent call last):
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/core/handlers/base.py",
>  line 112, in get_response
> response = wrapped_callback(request, *callback_args, **callback_kwargs)
>   File 
> "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/accounts/decorators.py",
>  line 25, in _check
> return view_func(*args, **kwargs)
>   File 
> "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/site/decorators.py",
>  line 35, in _check
> return view_func(request, local_site=local_site, *args, **kwargs)
>   File 
> "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/reviews/views.py",
>  line 459, in review_detail
> diffsets = review_request.get_diffsets()
>   File 
> "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/reviews/models/review_request.py",
>  line 595, in get_diffsets
> .prefetch_related('files'))
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/query.py",
>  line 96, in __iter__
> self._fetch_all()
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/query.py",
>  line 857, in _fetch_all
> self._result_cache = list(self.iterator())
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/query.py",
>  line 220, in iterator
> for row in compiler.results_iter():
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/sql/compiler.py",
>  line 713, in results_iter
> for rows in self.execute_sql(MULTI):
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/sql/compiler.py",
>  line 786, in execute_sql
> cursor.execute(sql, params)
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/backends/util.py",
>  line 53, in execute
> return self.cursor.execute(sql, params)
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/utils.py",
>  line 99, in __exit__
> six.reraise(dj_exc_type, dj_exc_value, traceback)
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/backends/util.py",
>  line 53, in execute
> return self.cursor.execute(sql, params)
>   File 
> "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/backends/mysql/base.py",
>  line 124, in execute
> return self.cursor.execute(query, args)
>   File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 174, in 
> execute
> self.errorhandler(self, exc, value)
>   File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, 
> in defaulterrorhandler
> raise errorclass, errorvalue
> OperationalError: (1055, "'reviewboard.diffviewer_diffset.name' isn't in 
> GROUP BY")
>
> --
> 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.
>

-- 
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.


Something broke! (Error 500) (1055, "'reviewboard.diffviewer_diffset.name' isn't in GROUP BY")

2016-10-24 Thread Cui Fisher
Review Board 2.5.6.1

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.



- Exception thrown for user liuzhenhua at http://192.168.5.35/r/1117/

(1055, "'reviewboard.diffviewer_diffset.name' isn't in GROUP BY")
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/core/handlers/base.py",
 line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File 
"/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/accounts/decorators.py",
 line 25, in _check
return view_func(*args, **kwargs)
  File 
"/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/site/decorators.py",
 line 35, in _check
return view_func(request, local_site=local_site, *args, **kwargs)
  File 
"/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/reviews/views.py",
 line 459, in review_detail
diffsets = review_request.get_diffsets()
  File 
"/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/reviews/models/review_request.py",
 line 595, in get_diffsets
.prefetch_related('files'))
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/query.py",
 line 96, in __iter__
self._fetch_all()
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/query.py",
 line 857, in _fetch_all
self._result_cache = list(self.iterator())
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/query.py",
 line 220, in iterator
for row in compiler.results_iter():
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/sql/compiler.py",
 line 713, in results_iter
for rows in self.execute_sql(MULTI):
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/models/sql/compiler.py",
 line 786, in execute_sql
cursor.execute(sql, params)
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/backends/util.py",
 line 53, in execute
return self.cursor.execute(sql, params)
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/utils.py", 
line 99, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/backends/util.py",
 line 53, in execute
return self.cursor.execute(sql, params)
  File 
"/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/db/backends/mysql/base.py",
 line 124, in execute
return self.cursor.execute(query, args)
  File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 174, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, in 
defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1055, "'reviewboard.diffviewer_diffset.name' isn't in GROUP 
BY")

-- 
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.


Re: Mercurial repository access error post rb-site upgrade "Something broke! (Error 500)"

2016-07-30 Thread harish varadarajan
Hi Christian,

Thanks for the inputs .

As updated in the other thread, copying over the SECRET_KEY from older 
instance to newer instance helped solve the problem, though the server logs 
& the error in itself were misleading.

--
Harish

On Sunday, 31 July 2016 01:50:16 UTC+5:30, Christian Hammond wrote:
>
> Hi Harish,
>
> Can you show me the entire stack trace from the reviewboard.log file?
>
> The database may have been set for UTF-8, but that doesn't mean the tables 
> or data was converted for that. If you look at the MySQL dump, you'll see 
> that each table specifies its encoding. By default for some installs, this 
> is latin1.
>
> It's not sufficient to simply change that in the database dump or set 
> character_set_database. You'll actually need to convert each table:
>
> ALTER TABLE  CONVERT TO CHARACTER SET utf8 COLLATE 
> utf8_unicode_ci;
>
> That may not address this particular issue, though. I'll need a lot more 
> information to know what's breaking and how, and how your repro steps.
>
> Christian
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>
> On Fri, Jul 29, 2016 at 7:12 PM, harish varadarajan <
> harish.va...@gmail.com > wrote:
>
>> Further, the reviewboard database was created with UTF8 character set.
>>
>> MariaDB [reviewboard]> show variables like "character_set_database";
>> ++---+
>> | Variable_name  | Value |
>> ++---+
>> | character_set_database | utf8  |
>>
>> The specific error from the server log seems to be
>>
>> DjangoUnicodeDecodeError: 'utf8' codec can't decode byte 0x8b in position 
>> 0: invalid start byte. You passed in > at 0x7f4caebd0fd0> ()
>>
>>
>>
>> On Friday, 29 July 2016 20:26:38 UTC+5:30, harish varadarajan wrote:
>>>
>>> Hi,
>>>
>>  
>>
>>>
>>> I am pretty new to reviewboard and have attempted to migrate reviewboard 
>>> instance across hosts and versions.
>>> Our older RB version was and the upgrade was to 2.5.6.1
>>>
>>> Steps followed for the upgrade were
>>> (1) Dump data on the older server (mysql)
>>> (2) Drop the previously created reviewboard database, created by rb-site 
>>> install
>>> (3) Manually create a database named reviewboard with UTF8
>>> (4) load the data from the mysql dump
>>> (5) Run rb-site upgrade.
>>>
>>> Post the upgrade which completed successfully, the dashboard, contents 
>>> and other information came up properly, including the repository listing.
>>> But, the issue is that neither the properties of repositories are 
>>> editable in newer instance nor or the older diff's from reviews accessible 
>>> . The creation of newer reviews for the repositories, which get imported 
>>> are as well not happening due to this..
>>>
>>> While trying to access the repository from Manage -> Repositories -> 
>>> Select repository to change is as below.
>>> 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.
>>>
>>>
>>> Please note that the creation of newer repositories and using them for 
>>> review requests.
>>>
>>>
>>> The errors in the server error log are similar to the ones below.
>>>
>>> Can someone please throw light on what the issue is and how it could be 
>>> fixed.
>>>
>>>
>>> Unexpected error fetching file from $"http path of the file": 'ascii' 
>>> codec can't decode byte 0xfe in position 3: ordinal not in range(128)
>>>
>>>
>>> - /usr/lib/python2.7/site-packages/django/forms/widgets.py:237: 
>>> UnicodeWarning: Unicode unequal comparison failed to convert both arguments 
>>> to Unicode - interpreting them as being unequal
>>>   if value != '':
>>>
>>>
>>> Thanks.
>>>
>>>
>>> Harish.
>>>
>> -- 
>> 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...@googlegroups.com .
>> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Mercurial repository access error post rb-site upgrade "Something broke! (Error 500)"

2016-07-30 Thread Christian Hammond
Hi Harish,

Can you show me the entire stack trace from the reviewboard.log file?

The database may have been set for UTF-8, but that doesn't mean the tables
or data was converted for that. If you look at the MySQL dump, you'll see
that each table specifies its encoding. By default for some installs, this
is latin1.

It's not sufficient to simply change that in the database dump or set
character_set_database. You'll actually need to convert each table:

ALTER TABLE  CONVERT TO CHARACTER SET utf8 COLLATE
utf8_unicode_ci;

That may not address this particular issue, though. I'll need a lot more
information to know what's breaking and how, and how your repro steps.

Christian

-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

On Fri, Jul 29, 2016 at 7:12 PM, harish varadarajan <
harish.varadara...@gmail.com> wrote:

> Further, the reviewboard database was created with UTF8 character set.
>
> MariaDB [reviewboard]> show variables like "character_set_database";
> ++---+
> | Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
>
> The specific error from the server log seems to be
>
> DjangoUnicodeDecodeError: 'utf8' codec can't decode byte 0x8b in position
> 0: invalid start byte. You passed in  at 0x7f4caebd0fd0> ()
>
>
>
> On Friday, 29 July 2016 20:26:38 UTC+5:30, harish varadarajan wrote:
>>
>> Hi,
>>
>
>
>>
>> I am pretty new to reviewboard and have attempted to migrate reviewboard
>> instance across hosts and versions.
>> Our older RB version was and the upgrade was to 2.5.6.1
>>
>> Steps followed for the upgrade were
>> (1) Dump data on the older server (mysql)
>> (2) Drop the previously created reviewboard database, created by rb-site
>> install
>> (3) Manually create a database named reviewboard with UTF8
>> (4) load the data from the mysql dump
>> (5) Run rb-site upgrade.
>>
>> Post the upgrade which completed successfully, the dashboard, contents
>> and other information came up properly, including the repository listing.
>> But, the issue is that neither the properties of repositories are
>> editable in newer instance nor or the older diff's from reviews accessible
>> . The creation of newer reviews for the repositories, which get imported
>> are as well not happening due to this..
>>
>> While trying to access the repository from Manage -> Repositories ->
>> Select repository to change is as below.
>> 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.
>>
>>
>> Please note that the creation of newer repositories and using them for
>> review requests.
>>
>>
>> The errors in the server error log are similar to the ones below.
>>
>> Can someone please throw light on what the issue is and how it could be
>> fixed.
>>
>>
>> Unexpected error fetching file from $"http path of the file": 'ascii'
>> codec can't decode byte 0xfe in position 3: ordinal not in range(128)
>>
>>
>> - /usr/lib/python2.7/site-packages/django/forms/widgets.py:237: 
>> UnicodeWarning: Unicode unequal comparison failed to convert both arguments 
>> to Unicode - interpreting them as being unequal
>>   if value != '':
>>
>>
>> Thanks.
>>
>>
>> Harish.
>>
> --
> 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.
>

-- 
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.


Re: Mercurial repository access error post rb-site upgrade "Something broke! (Error 500)"

2016-07-29 Thread harish varadarajan
Further, the reviewboard database was created with UTF8 character set.

MariaDB [reviewboard]> show variables like "character_set_database";
++---+
| Variable_name  | Value |
++---+
| character_set_database | utf8  |

The specific error from the server log seems to be

DjangoUnicodeDecodeError: 'utf8' codec can't decode byte 0x8b in position 
0: invalid start byte. You passed in  ()



On Friday, 29 July 2016 20:26:38 UTC+5:30, harish varadarajan wrote:
>
> Hi,
>
 

>
> I am pretty new to reviewboard and have attempted to migrate reviewboard 
> instance across hosts and versions.
> Our older RB version was and the upgrade was to 2.5.6.1
>
> Steps followed for the upgrade were
> (1) Dump data on the older server (mysql)
> (2) Drop the previously created reviewboard database, created by rb-site 
> install
> (3) Manually create a database named reviewboard with UTF8
> (4) load the data from the mysql dump
> (5) Run rb-site upgrade.
>
> Post the upgrade which completed successfully, the dashboard, contents and 
> other information came up properly, including the repository listing.
> But, the issue is that neither the properties of repositories are editable 
> in newer instance nor or the older diff's from reviews accessible . The 
> creation of newer reviews for the repositories, which get imported are as 
> well not happening due to this..
>
> While trying to access the repository from Manage -> Repositories -> 
> Select repository to change is as below.
> 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.
>
>
> Please note that the creation of newer repositories and using them for 
> review requests.
>
>
> The errors in the server error log are similar to the ones below.
>
> Can someone please throw light on what the issue is and how it could be 
> fixed.
>
>
> Unexpected error fetching file from $"http path of the file": 'ascii' 
> codec can't decode byte 0xfe in position 3: ordinal not in range(128)
>
>
> - /usr/lib/python2.7/site-packages/django/forms/widgets.py:237: 
> UnicodeWarning: Unicode unequal comparison failed to convert both arguments 
> to Unicode - interpreting them as being unequal
>   if value != '':
>
>
> Thanks.
>
>
> Harish.
>

-- 
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.


Mercurial repository access error post rb-site upgrade "Something broke! (Error 500)"

2016-07-29 Thread harish varadarajan
Hi,

I am pretty new to reviewboard and have attempted to migrate reviewboard 
instance across hosts and versions.
Our older RB version was and the upgrade was to 2.5.6.1

Steps followed for the upgrade were
(1) Dump data on the older server (mysql)
(2) Drop the previously created reviewboard database, created by rb-site 
install
(3) Manually create a database named reviewboard with UTF8
(4) load the data from the mysql dump
(5) Run rb-site upgrade.

Post the upgrade which completed successfully, the dashboard, contents and 
other information came up properly, including the repository listing.
But, the issue is that neither the properties of repositories are editable 
in newer instance nor or the older diff's from reviews accessible . The 
creation of newer reviews for the repositories, which get imported are as 
well not happening due to this..

While trying to access the repository from Manage -> Repositories -> Select 
repository to change is as below.
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.


Please note that the creation of newer repositories and using them for 
review requests.


The errors in the server error log are similar to the ones below.

Can someone please throw light on what the issue is and how it could be 
fixed.


Unexpected error fetching file from $"http path of the file": 'ascii' codec 
can't decode byte 0xfe in position 3: ordinal not in range(128)


- /usr/lib/python2.7/site-packages/django/forms/widgets.py:237: UnicodeWarning: 
Unicode unequal comparison failed to convert both arguments to Unicode - 
interpreting them as being unequal
  if value != '':


Thanks.


Harish.

-- 
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.


Re: Something broke! (Error 500) in dashboard page

2015-01-12 Thread David Trowbridge
Somehow something got corrupted in your database. If you go to Admin 
Database  Local site profiles, you should see two entries for the user who
is encountering this. If you delete one, everything should work correctly.

-David

On Mon Jan 12 2015 at 9:37:57 AM xfwangche...@gmail.com wrote:

 Hello

 I have a clean install of v2.0.11 and everything seems well in the admin
 UI. but when I (as the default admin account) go to the
 http://reviews.example.com/dashboard/, I get the following error:

 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.

 and the following error can be found in the log file:

 and I create a new account and have got the same error.

 and I notice if the user post a review quest and then go to
 http://reviews.example.com/dashboard/, it works!!!

 It seems to happen if the user have no any review request.

 2015-01-12 13:27:52,851 - ERROR -  - Exception thrown for user admin at
 http://reviews.example.com/dashboard/

 get() returned more than one LocalSiteProfile -- it returned 2!
 Traceback (most recent call last):
   File /usr/lib/python2.7/site-packages/django/core/handlers/base.py,
 line 112, in get_response
 response = wrapped_callback(request, *callback_args, **callback_kwargs)
   File
 /usr/lib/python2.7/site-packages/django/contrib/auth/decorators.py, line
 22, in _wrapped_view
 return view_func(request, *args, **kwargs)
   File /usr/lib/python2.7/site-packages/reviewboard/site/decorators.py,
 line 35, in _check
 return view_func(request, local_site=local_site, *args, **kwargs)
   File
 /usr/lib/python2.7/site-packages/reviewboard/accounts/decorators.py, line
 44, in _check_valid_prefs
 return view_func(request, *args, **kwargs)
   File /usr/lib/python2.7/site-packages/reviewboard/datagrids/views.py,
 line 58, in dashboard
 grid = DashboardDataGrid(request, local_site=local_site)
   File /usr/lib/python2.7/site-packages/reviewboard/datagrids/grids.py,
 line 204, in __init__
 profile=self.profile)[0]
   File /usr/lib/python2.7/site-packages/django/db/models/manager.py,
 line 154, in get_or_create
 return self.get_queryset().get_or_create(**kwargs)
   File /usr/lib/python2.7/site-packages/django/db/models/query.py, line
 376, in get_or_create
 return self.get(**lookup), False
   File /usr/lib/python2.7/site-packages/django/db/models/query.py, line
 313, in get
 (self.model._meta.object_name, num))
 MultipleObjectsReturned: get() returned more than one LocalSiteProfile --
 it returned 2!

  --
 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/d/optout.


-- 
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/d/optout.


Something broke! (Error 500) in dashboard page

2015-01-12 Thread xfwangcheers
Hello 

I have a clean install of v2.0.11 and everything seems well in the admin 
UI. but when I (as the default admin account) go to the 
http://reviews.example.com/dashboard/, I get the following error:

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. 

and the following error can be found in the log file:

and I create a new account and have got the same error. 

and I notice if the user post a review quest and then go to 
http://reviews.example.com/dashboard/, it works!!! 

It seems to happen if the user have no any review request. 

2015-01-12 13:27:52,851 - ERROR -  - Exception thrown for user admin at 
http://reviews.example.com/dashboard/

get() returned more than one LocalSiteProfile -- it returned 2!
Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/django/core/handlers/base.py, 
line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File 
/usr/lib/python2.7/site-packages/django/contrib/auth/decorators.py, line 
22, in _wrapped_view
return view_func(request, *args, **kwargs)
  File /usr/lib/python2.7/site-packages/reviewboard/site/decorators.py, 
line 35, in _check
return view_func(request, local_site=local_site, *args, **kwargs)
  File 
/usr/lib/python2.7/site-packages/reviewboard/accounts/decorators.py, line 
44, in _check_valid_prefs
return view_func(request, *args, **kwargs)
  File /usr/lib/python2.7/site-packages/reviewboard/datagrids/views.py, 
line 58, in dashboard
grid = DashboardDataGrid(request, local_site=local_site)
  File /usr/lib/python2.7/site-packages/reviewboard/datagrids/grids.py, 
line 204, in __init__
profile=self.profile)[0]
  File /usr/lib/python2.7/site-packages/django/db/models/manager.py, line 
154, in get_or_create
return self.get_queryset().get_or_create(**kwargs)
  File /usr/lib/python2.7/site-packages/django/db/models/query.py, line 
376, in get_or_create
return self.get(**lookup), False
  File /usr/lib/python2.7/site-packages/django/db/models/query.py, line 
313, in get
(self.model._meta.object_name, num))
MultipleObjectsReturned: get() returned more than one LocalSiteProfile -- 
it returned 2!

-- 
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/d/optout.


Re: Issue 2144 in reviewboard: Something broke! (Error 500)

2014-11-28 Thread reviewboard


Comment #4 on issue 2144 by amitsri...@gmail.com: Something broke! (Error  
500)

https://code.google.com/p/reviewboard/issues/detail?id=2144

UserWarning: Module mod_wsgi was already imported from  
/usr/local/lib/python2.7/dist-packages/mod_wsgi-4.2.7-py2.7-linux-x86_64.egg/mod_wsgi/__init__.pyc,  
but /usr/local/lib/python2.7/dist-packages/mod_wsgi_metrics-1.1.0-py2.7.egg  
is being added to sys.path
[Fri Nov 28 17:38:44.391749 2014] [:error] [pid 9950:tid 140462908724992]
import pkg_resources
[Fri Nov 28 17:38:58.948148 2014] [:error] [pid 9949:tid 140462900332288]  
/var/www/reviews/htdocs/reviewboard.wsgi:3: UserWarning: Module mod_wsgi  
was already imported from  
/usr/local/lib/python2.7/dist-packages/mod_wsgi-4.2.7-py2.7-linux-x86_64.egg/mod_wsgi/__init__.pyc,  
but /usr/local/lib/python2.7/dist-packages/mod_wsgi_metrics-1.1.0-py2.7.egg  
is being added to sys.path
[Fri Nov 28 17:38:58.948184 2014] [:error] [pid 9949:tid 140462900332288]
import pkg_resources



I m facing the same problem mentioned above.
Please suggest me how to fix this. all other links are working find like  
/admin /settings etc.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Something broke! (Error 500)

2014-08-11 Thread Arjun A.M.
Hi David 

Yes I did set Debug as true in the settings_local.py file

On Friday, 8 August 2014 20:22:54 UTC-7, David Trowbridge wrote:

 Did you set DEBUG=True?

 -David

 On Aug 8, 2014, at 7:28 PM, Arjun A.M. arjun...@gmail.com javascript: 
 wrote:



 I get a 500 error when I try to open the reviewboard website after 
 installation. Could someone please help me with this.Thanks in advance for 
 the help

  The apache log looks like this

 Error opening file for reading: Permission denied
 Error opening file for reading: Permission denied
 [Fri Aug 08 19:19:09 2014] [notice] caught SIGTERM, shutting down
 [Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
 `ubuntu' does NOT match server name!?
 [Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
 `ubuntu' does NOT match server name!?
 [Fri Aug 08 19:19:10 2014] [notice] Apache/2.2.22 (Ubuntu) mod_ssl/2.2.22 
 OpenSSL/1.0.1 mod_wsgi/3.3 Python/2.7.3 configured -- resuming normal 
 operations
 [Sat Aug 09 02:19:26 2014] [error] ERROR:root:Exception thrown for user 
 AnonymousUser at http://reviews.example.com/r/
 [Sat Aug 09 02:19:26 2014] [error] 
 [Sat Aug 09 02:19:26 2014] [error] The file 'rb/images/favicon_notify.ico' 
 could not be found with pipeline.storage.PipelineCachedStorage object at 
 0xa6b2328c.
 [Sat Aug 09 02:19:26 2014] [error] Traceback (most recent call last):
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,
  
 line 112, in get_response
 [Sat Aug 09 02:19:26 2014] [error] response = 
 wrapped_callback(request, *callback_args, **callback_kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/reviewboard/reviewboard/accounts/decorators.py, line 23, in 
 _check
 [Sat Aug 09 02:19:26 2014] [error] return view_func(*args, **kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/reviewboard/reviewboard/site/decorators.py, line 35, in 
 _check
 [Sat Aug 09 02:19:26 2014] [error] return view_func(request, 
 local_site=local_site, *args, **kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/reviewboard/reviewboard/datagrids/views.py, line 38, in 
 all_review_requests
 [Sat Aug 09 02:19:26 2014] [error] return 
 datagrid.render_to_response(template_name)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/djblets/datagrid/grids.py, line 1042, in render_to_response
 [Sat Aug 09 02:19:26 2014] [error] return 
 render_to_response(template_name, Context(context))
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/shortcuts/__init__.py,
  
 line 29, in render_to_response
 [Sat Aug 09 02:19:26 2014] [error] return 
 HttpResponse(loader.render_to_string(*args, **kwargs), 
 **httpresponse_kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader.py,
  
 line 164, in render_to_string
 [Sat Aug 09 02:19:26 2014] [error] return t.render(Context(dictionary))
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  
 line 140, in render
 [Sat Aug 09 02:19:26 2014] [error] return self._render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  
 line 134, in _render
 [Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  
 line 840, in render
 [Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, 
 context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  
 line 854, in render_node
 [Sat Aug 09 02:19:26 2014] [error] return node.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
  
 line 123, in render
 [Sat Aug 09 02:19:26 2014] [error] return 
 compiled_parent._render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  
 line 134, in _render
 [Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  
 line 840, in render
 [Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, 
 context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  
 line 854, in render_node
 [Sat Aug 09 02:19:26 2014] [error] return node.render(context)
 [Sat Aug 09 02:19:26 2014] 

Re: Something broke! (Error 500)

2014-08-11 Thread Arjun A.M.



Here is the log after I set Debug as true

/var/log/apache2# tail -f *
== access.log ==

== access.log.1 ==
127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET / HTTP/1.1 200 485 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1 404 
499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 
Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1 404 
499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 
Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:14:40 -0700] GET / HTTP/1.1 304 211 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:17:43 -0700] GET / HTTP/1.1 304 211 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET / HTTP/1.1 200 485 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET /favicon.ico HTTP/1.1 404 
499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 
Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:26:31 -0700] GET /favicon.ico HTTP/1.1 404 
499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 
Firefox/11.0
127.0.0.1 - - [04/Aug/2014:09:40:05 -0700] GET / HTTP/1.1 304 211 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0

== error.log ==
[Mon Aug 11 17:17:50 2014] [error] return node.render(context)
[Mon Aug 11 17:17:50 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/templatetags/static.py,
 
line 106, in render
[Mon Aug 11 17:17:50 2014] [error] url = self.url(context)
[Mon Aug 11 17:17:50 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/templatetags/staticfiles.py,
 
line 12, in url
[Mon Aug 11 17:17:50 2014] [error] return staticfiles_storage.url(path)
[Mon Aug 11 17:17:50 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 
line 139, in url
[Mon Aug 11 17:17:50 2014] [error] hashed_name = 
self.hashed_name(clean_name).replace('', '/')
[Mon Aug 11 17:17:50 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 
line 96, in hashed_name
[Mon Aug 11 17:17:50 2014] [error] (clean_name, self))
[Mon Aug 11 17:17:50 2014] [error] ValueError: The file 
'rb/images/favicon_notify.ico' could not be found with 
pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.

== error.log.1 ==
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/templatetags/staticfiles.py,
 
line 12, in url
[Sat Aug 09 02:19:26 2014] [error] return staticfiles_storage.url(path)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 
line 139, in url
[Sat Aug 09 02:19:26 2014] [error] hashed_name = 
self.hashed_name(clean_name).replace('', '/')
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 
line 96, in hashed_name
[Sat Aug 09 02:19:26 2014] [error] (clean_name, self))
[Sat Aug 09 02:19:26 2014] [error] ValueError: The file 
'rb/images/favicon_notify.ico' could not be found with 
pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.
[Sun Aug 10 07:49:29 2014] [notice] SIGUSR1 received.  Doing graceful 
restart
apache2: Could not reliably determine the server's fully qualified domain 
name, using 127.0.1.1 for ServerName
Error opening file for reading: Permission denied

== other_vhosts_access.log ==
reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:40 +] GET / 
HTTP/1.1 302 389 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
Gecko/20100101 Firefox/11.0
reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:48 +] GET /r/ 
HTTP/1.1 500 558 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
Gecko/20100101 Firefox/11.0

== other_vhosts_access.log.1 ==
reviews.example.com:80 127.0.0.1 - - [09/Aug/2014:02:09:31 +] GET / 
HTTP/1.1 302 389 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
Gecko/20100101 Firefox/11.0
reviews.example.com:80 127.0.0.1 - - [09/Aug/2014:02:09:31 +] GET /r/ 
HTTP/1.1 500 558 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
Gecko/20100101 Firefox/11.0
reviews.example.com:80 127.0.0.1 - - [09/Aug/2014:02:09:39 +] GET 
/reviews/ HTTP/1.1 500 558 - Mozilla/5.0 (X11; Ubuntu; Linux i686; 
rv:11.0) Gecko/20100101 Firefox/11.0
reviews.example.com:80 127.0.0.1 - - [09/Aug/2014:02:11:06 +] GET 
/root HTTP/1.1 500 558 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
Gecko/20100101 Firefox/11.0
reviews.example.com:80 127.0.0.1 - - 

Re: Something broke! (Error 500)

2014-08-11 Thread David Trowbridge
OK, that's the problem (or at least, is getting in the way of the real
problem). DEBUG is meant *only* for developer installs, and not production
deployments. Set that back to False.

-David


On Mon, Aug 11, 2014 at 10:22 AM, Arjun A.M. arjun.ch...@gmail.com wrote:




 Here is the log after I set Debug as true

 /var/log/apache2# tail -f *
 == access.log ==

 == access.log.1 ==
 127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET / HTTP/1.1 200 485 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1 404
 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101
 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1 404
 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101
 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:14:40 -0700] GET / HTTP/1.1 304 211 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:17:43 -0700] GET / HTTP/1.1 304 211 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET / HTTP/1.1 200 485 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET /favicon.ico HTTP/1.1 404
 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101
 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:26:31 -0700] GET /favicon.ico HTTP/1.1 404
 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101
 Firefox/11.0
 127.0.0.1 - - [04/Aug/2014:09:40:05 -0700] GET / HTTP/1.1 304 211 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0

 == error.log ==
 [Mon Aug 11 17:17:50 2014] [error] return node.render(context)
 [Mon Aug 11 17:17:50 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/templatetags/static.py,
 line 106, in render
 [Mon Aug 11 17:17:50 2014] [error] url = self.url(context)
 [Mon Aug 11 17:17:50 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/templatetags/staticfiles.py,
 line 12, in url
 [Mon Aug 11 17:17:50 2014] [error] return staticfiles_storage.url(path)
 [Mon Aug 11 17:17:50 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 139, in url
 [Mon Aug 11 17:17:50 2014] [error] hashed_name =
 self.hashed_name(clean_name).replace('', '/')
 [Mon Aug 11 17:17:50 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 96, in hashed_name
 [Mon Aug 11 17:17:50 2014] [error] (clean_name, self))
 [Mon Aug 11 17:17:50 2014] [error] ValueError: The file
 'rb/images/favicon_notify.ico' could not be found with
 pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.

 == error.log.1 ==

 [Sat Aug 09 02:19:26 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/templatetags/staticfiles.py,
 line 12, in url
 [Sat Aug 09 02:19:26 2014] [error] return staticfiles_storage.url(path)
 [Sat Aug 09 02:19:26 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 139, in url
 [Sat Aug 09 02:19:26 2014] [error] hashed_name =
 self.hashed_name(clean_name).replace('', '/')
 [Sat Aug 09 02:19:26 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 96, in hashed_name
 [Sat Aug 09 02:19:26 2014] [error] (clean_name, self))
 [Sat Aug 09 02:19:26 2014] [error] ValueError: The file
 'rb/images/favicon_notify.ico' could not be found with
 pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.
 [Sun Aug 10 07:49:29 2014] [notice] SIGUSR1 received.  Doing graceful
 restart
 apache2: Could not reliably determine the server's fully qualified domain
 name, using 127.0.1.1 for ServerName

 Error opening file for reading: Permission denied

 == other_vhosts_access.log ==
 reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:40 +] GET /
 HTTP/1.1 302 389 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0)
 Gecko/20100101 Firefox/11.0
 reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:48 +] GET
 /r/ HTTP/1.1 500 558 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0)
 Gecko/20100101 Firefox/11.0

 == other_vhosts_access.log.1 ==
 reviews.example.com:80 127.0.0.1 - - [09/Aug/2014:02:09:31 +] GET /
 HTTP/1.1 302 389 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0)
 Gecko/20100101 Firefox/11.0
 reviews.example.com:80 127.0.0.1 - - [09/Aug/2014:02:09:31 +] GET
 /r/ HTTP/1.1 500 558 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0)
 Gecko/20100101 Firefox/11.0
 reviews.example.com:80 127.0.0.1 - - [09/Aug/2014:02:09:39 +] GET
 /reviews/ 

Re: Something broke! (Error 500)

2014-08-11 Thread Arjun A.M.
Hi Daid 

If I set it back to false its the same log as I provided first

Thanks
Arjun

On Monday, 11 August 2014 12:02:43 UTC-7, David Trowbridge wrote:

 OK, that's the problem (or at least, is getting in the way of the real 
 problem). DEBUG is meant *only* for developer installs, and not production 
 deployments. Set that back to False.

 -David


 On Mon, Aug 11, 2014 at 10:22 AM, Arjun A.M. arjun...@gmail.com 
 javascript: wrote:




 Here is the log after I set Debug as true

 /var/log/apache2# tail -f *
 == access.log ==

 == access.log.1 ==
 127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET / HTTP/1.1 200 485 - 
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1 
 404 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 
 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1 
 404 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 
 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:14:40 -0700] GET / HTTP/1.1 304 211 - 
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:17:43 -0700] GET / HTTP/1.1 304 211 - 
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET / HTTP/1.1 200 485 - 
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET /favicon.ico HTTP/1.1 
 404 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 
 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:26:31 -0700] GET /favicon.ico HTTP/1.1 
 404 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 
 Firefox/11.0
 127.0.0.1 - - [04/Aug/2014:09:40:05 -0700] GET / HTTP/1.1 304 211 - 
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0

 == error.log ==
 [Mon Aug 11 17:17:50 2014] [error] return node.render(context)
 [Mon Aug 11 17:17:50 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/templatetags/static.py,
  
 line 106, in render
 [Mon Aug 11 17:17:50 2014] [error] url = self.url(context)
 [Mon Aug 11 17:17:50 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/templatetags/staticfiles.py,
  
 line 12, in url
 [Mon Aug 11 17:17:50 2014] [error] return 
 staticfiles_storage.url(path)
 [Mon Aug 11 17:17:50 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
  
 line 139, in url
 [Mon Aug 11 17:17:50 2014] [error] hashed_name = 
 self.hashed_name(clean_name).replace('', '/')
 [Mon Aug 11 17:17:50 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
  
 line 96, in hashed_name
 [Mon Aug 11 17:17:50 2014] [error] (clean_name, self))
 [Mon Aug 11 17:17:50 2014] [error] ValueError: The file 
 'rb/images/favicon_notify.ico' could not be found with 
 pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.

 == error.log.1 ==

 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/templatetags/staticfiles.py,
  
 line 12, in url
 [Sat Aug 09 02:19:26 2014] [error] return 
 staticfiles_storage.url(path)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
  
 line 139, in url
 [Sat Aug 09 02:19:26 2014] [error] hashed_name = 
 self.hashed_name(clean_name).replace('', '/')
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
  
 line 96, in hashed_name
 [Sat Aug 09 02:19:26 2014] [error] (clean_name, self))
 [Sat Aug 09 02:19:26 2014] [error] ValueError: The file 
 'rb/images/favicon_notify.ico' could not be found with 
 pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.
 [Sun Aug 10 07:49:29 2014] [notice] SIGUSR1 received.  Doing graceful 
 restart
 apache2: Could not reliably determine the server's fully qualified domain 
 name, using 127.0.1.1 for ServerName

 Error opening file for reading: Permission denied

 == other_vhosts_access.log ==
 reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:40 +] GET / 
 HTTP/1.1 302 389 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
 Gecko/20100101 Firefox/11.0
 reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:48 +] GET 
 /r/ HTTP/1.1 500 558 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
 Gecko/20100101 Firefox/11.0

 == other_vhosts_access.log.1 ==
 reviews.example.com:80 127.0.0.1 - - [09/Aug/2014:02:09:31 +] GET / 
 HTTP/1.1 302 389 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
 Gecko/20100101 Firefox/11.0
 reviews.example.com:80 

Re: Something broke! (Error 500)

2014-08-11 Thread David Trowbridge
Arjun,

django-pipeline should not be trying to serve up static files if DEBUG is
False. Is PRODUCTION defined in your settings_local.py file? Have you made
any other changes to the deployment?

-David


On Mon, Aug 11, 2014 at 12:04 PM, Arjun A.M. arjun.ch...@gmail.com wrote:

 Hi Daid

 If I set it back to false its the same log as I provided first

 Thanks
 Arjun


 On Monday, 11 August 2014 12:02:43 UTC-7, David Trowbridge wrote:

 OK, that's the problem (or at least, is getting in the way of the real
 problem). DEBUG is meant *only* for developer installs, and not production
 deployments. Set that back to False.

 -David


 On Mon, Aug 11, 2014 at 10:22 AM, Arjun A.M. arjun...@gmail.com wrote:




 Here is the log after I set Debug as true

 /var/log/apache2# tail -f *
 == access.log ==

 == access.log.1 ==
 127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET / HTTP/1.1 200 485 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1
 404 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101
 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1
 404 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101
 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:14:40 -0700] GET / HTTP/1.1 304 211 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:17:43 -0700] GET / HTTP/1.1 304 211 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET / HTTP/1.1 200 485 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET /favicon.ico HTTP/1.1
 404 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101
 Firefox/11.0
 127.0.0.1 - - [02/Aug/2014:14:26:31 -0700] GET /favicon.ico HTTP/1.1
 404 499 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101
 Firefox/11.0
 127.0.0.1 - - [04/Aug/2014:09:40:05 -0700] GET / HTTP/1.1 304 211 -
 Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0

 == error.log ==
 [Mon Aug 11 17:17:50 2014] [error] return node.render(context)
 [Mon Aug 11 17:17:50 2014] [error]   File /usr/local/lib/python2.7/
 dist-packages/Django-1.6.5-py2.7.egg/django/templatetags/static.py,
 line 106, in render
 [Mon Aug 11 17:17:50 2014] [error] url = self.url(context)
 [Mon Aug 11 17:17:50 2014] [error]   File /usr/local/lib/python2.7/
 dist-packages/Django-1.6.5-py2.7.egg/django/contrib/
 staticfiles/templatetags/staticfiles.py, line 12, in url
 [Mon Aug 11 17:17:50 2014] [error] return
 staticfiles_storage.url(path)
 [Mon Aug 11 17:17:50 2014] [error]   File /usr/local/lib/python2.7/
 dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 139, in url
 [Mon Aug 11 17:17:50 2014] [error] hashed_name =
 self.hashed_name(clean_name).replace('', '/')
 [Mon Aug 11 17:17:50 2014] [error]   File /usr/local/lib/python2.7/
 dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 96, in hashed_name
 [Mon Aug 11 17:17:50 2014] [error] (clean_name, self))
 [Mon Aug 11 17:17:50 2014] [error] ValueError: The file
 'rb/images/favicon_notify.ico' could not be found with 
 pipeline.storage.PipelineCachedStorage
 object at 0xa6b2328c.

 == error.log.1 ==

 [Sat Aug 09 02:19:26 2014] [error]   File /usr/local/lib/python2.7/
 dist-packages/Django-1.6.5-py2.7.egg/django/contrib/
 staticfiles/templatetags/staticfiles.py, line 12, in url
 [Sat Aug 09 02:19:26 2014] [error] return
 staticfiles_storage.url(path)
 [Sat Aug 09 02:19:26 2014] [error]   File /usr/local/lib/python2.7/
 dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 139, in url
 [Sat Aug 09 02:19:26 2014] [error] hashed_name =
 self.hashed_name(clean_name).replace('', '/')
 [Sat Aug 09 02:19:26 2014] [error]   File /usr/local/lib/python2.7/
 dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 96, in hashed_name
 [Sat Aug 09 02:19:26 2014] [error] (clean_name, self))
 [Sat Aug 09 02:19:26 2014] [error] ValueError: The file
 'rb/images/favicon_notify.ico' could not be found with 
 pipeline.storage.PipelineCachedStorage
 object at 0xa6b2328c.
 [Sun Aug 10 07:49:29 2014] [notice] SIGUSR1 received.  Doing graceful
 restart
 apache2: Could not reliably determine the server's fully qualified
 domain name, using 127.0.1.1 for ServerName

 Error opening file for reading: Permission denied

 == other_vhosts_access.log ==
 reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:40 +] GET
 / HTTP/1.1 302 389 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0)
 Gecko/20100101 Firefox/11.0
 reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:48 +] GET
 /r/ HTTP/1.1 500 558 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0)
 Gecko/20100101 Firefox/11.0

 

Re: Something broke! (Error 500)

2014-08-11 Thread Christian Hammond
Did you restart Apache after changing it back to False?

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On August 11, 2014 at 12:04:12 PM, Arjun A.M. (arjun.ch...@gmail.com) wrote:

Hi Daid 

If I set it back to false its the same log as I provided first

Thanks
Arjun

On Monday, 11 August 2014 12:02:43 UTC-7, David Trowbridge wrote:
OK, that's the problem (or at least, is getting in the way of the real 
problem). DEBUG is meant *only* for developer installs, and not production 
deployments. Set that back to False.

-David


On Mon, Aug 11, 2014 at 10:22 AM, Arjun A.M. arjun...@gmail.com wrote:



Here is the log after I set Debug as true

/var/log/apache2# tail -f *
== access.log ==

== access.log.1 ==
127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET / HTTP/1.1 200 485 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1 404 499 
- Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:14:30 -0700] GET /favicon.ico HTTP/1.1 404 499 
- Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:14:40 -0700] GET / HTTP/1.1 304 211 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:17:43 -0700] GET / HTTP/1.1 304 211 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET / HTTP/1.1 200 485 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:26:30 -0700] GET /favicon.ico HTTP/1.1 404 499 
- Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [02/Aug/2014:14:26:31 -0700] GET /favicon.ico HTTP/1.1 404 499 
- Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
127.0.0.1 - - [04/Aug/2014:09:40:05 -0700] GET / HTTP/1.1 304 211 - 
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0

== error.log ==
[Mon Aug 11 17:17:50 2014] [error] return node.render(context)
[Mon Aug 11 17:17:50 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/templatetags/static.py,
 line 106, in render
[Mon Aug 11 17:17:50 2014] [error] url = self.url(context)
[Mon Aug 11 17:17:50 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/templatetags/staticfiles.py,
 line 12, in url
[Mon Aug 11 17:17:50 2014] [error] return staticfiles_storage.url(path)
[Mon Aug 11 17:17:50 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 139, in url
[Mon Aug 11 17:17:50 2014] [error] hashed_name = 
self.hashed_name(clean_name).replace('', '/')
[Mon Aug 11 17:17:50 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 96, in hashed_name
[Mon Aug 11 17:17:50 2014] [error] (clean_name, self))
[Mon Aug 11 17:17:50 2014] [error] ValueError: The file 
'rb/images/favicon_notify.ico' could not be found with 
pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.

== error.log.1 ==

[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/templatetags/staticfiles.py,
 line 12, in url
[Sat Aug 09 02:19:26 2014] [error] return staticfiles_storage.url(path)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 139, in url
[Sat Aug 09 02:19:26 2014] [error] hashed_name = 
self.hashed_name(clean_name).replace('', '/')
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/staticfiles/storage.py,
 line 96, in hashed_name
[Sat Aug 09 02:19:26 2014] [error] (clean_name, self))
[Sat Aug 09 02:19:26 2014] [error] ValueError: The file 
'rb/images/favicon_notify.ico' could not be found with 
pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.
[Sun Aug 10 07:49:29 2014] [notice] SIGUSR1 received.  Doing graceful restart
apache2: Could not reliably determine the server's fully qualified domain name, 
using 127.0.1.1 for ServerName

Error opening file for reading: Permission denied

== other_vhosts_access.log ==
reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:40 +] GET / 
HTTP/1.1 302 389 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
Gecko/20100101 Firefox/11.0
reviews.example.com:80 127.0.0.1 - - [11/Aug/2014:17:17:48 +] GET /r/ 
HTTP/1.1 500 558 - Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) 
Gecko/20100101 Firefox/11.0

== other_vhosts_access.log.1 ==
reviews.example.com:80 127.0.0.1 - - 

Re: Something broke! (Error 500)

2014-08-11 Thread Arjun A.M.
Hi David and Christian

I did restart my apache and also I dont have production defined. Here is my 
log information again and also settings_local.py 


== error.log ==
[Mon Aug 11 19:24:05 2014] [error] ERROR:root:Exception thrown for user 
AnonymousUser at http://reviews.example.com/r/
[Mon Aug 11 19:24:05 2014] [error] 
[Mon Aug 11 19:24:05 2014] [error] The file 'rb/images/favicon_notify.ico' 
could not be found with pipeline.storage.PipelineCachedStorage object at 
0xa6b2328c.
[Mon Aug 11 19:24:05 2014] [error] Traceback (most recent call last):
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,
 
line 112, in get_response
[Mon Aug 11 19:24:05 2014] [error] response = wrapped_callback(request, 
*callback_args, **callback_kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/accounts/decorators.py, line 23, in 
_check
[Mon Aug 11 19:24:05 2014] [error] return view_func(*args, **kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/site/decorators.py, line 35, in 
_check
[Mon Aug 11 19:24:05 2014] [error] return view_func(request, 
local_site=local_site, *args, **kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/datagrids/views.py, line 38, in 
all_review_requests
[Mon Aug 11 19:24:05 2014] [error] return 
datagrid.render_to_response(template_name)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/djblets/datagrid/grids.py, line 1042, in render_to_response
[Mon Aug 11 19:24:05 2014] [error] return 
render_to_response(template_name, Context(context))
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/shortcuts/__init__.py,
 
line 29, in render_to_response
[Mon Aug 11 19:24:05 2014] [error] return 
HttpResponse(loader.render_to_string(*args, **kwargs), 
**httpresponse_kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader.py,
 
line 164, in render_to_string
[Mon Aug 11 19:24:05 2014] [error] return t.render(Context(dictionary))
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 140, in render
[Mon Aug 11 19:24:05 2014] [error] return self._render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 134, in _render
[Mon Aug 11 19:24:05 2014] [error] return self.nodelist.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 840, in render
[Mon Aug 11 19:24:05 2014] [error] bit = self.render_node(node, context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 854, in render_node
[Mon Aug 11 19:24:05 2014] [error] return node.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
 
line 123, in render
[Mon Aug 11 19:24:05 2014] [error] return 
compiled_parent._render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 134, in _render
[Mon Aug 11 19:24:05 2014] [error] return self.nodelist.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 840, in render
[Mon Aug 11 19:24:05 2014] [error] bit = self.render_node(node, context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 854, in render_node
[Mon Aug 11 19:24:05 2014] [error] return node.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
 
line 123, in render
[Mon Aug 11 19:24:05 2014] [error] return 
compiled_parent._render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 134, in _render
[Mon Aug 11 19:24:05 2014] [error] return self.nodelist.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 840, in render
[Mon Aug 11 19:24:05 2014] [error] bit = self.render_node(node, context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 854, in render_node
[Mon Aug 11 19:24:05 2014] [error] return node.render(context)
[Mon Aug 11 19:24:05 2014] 

Re: Something broke! (Error 500)

2014-08-11 Thread Christian Hammond
Can you show me a directory listing (using ls -l) of both 
$sitedir/htdocs/static/ and $sitedir/htdocs/static/rb/images/ ?

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On August 11, 2014 at 12:27:59 PM, Arjun A.M. (arjun.ch...@gmail.com) wrote:

Hi David and Christian

I did restart my apache and also I dont have production defined. Here is my log 
information again and also settings_local.py


== error.log ==
[Mon Aug 11 19:24:05 2014] [error] ERROR:root:Exception thrown for user 
AnonymousUser at http://reviews.example.com/r/
[Mon Aug 11 19:24:05 2014] [error]
[Mon Aug 11 19:24:05 2014] [error] The file 'rb/images/favicon_notify.ico' 
could not be found with pipeline.storage.PipelineCachedStorage object at 
0xa6b2328c.
[Mon Aug 11 19:24:05 2014] [error] Traceback (most recent call last):
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,
 line 112, in get_response
[Mon Aug 11 19:24:05 2014] [error] response = wrapped_callback(request, 
*callback_args, **callback_kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/accounts/decorators.py, line 23, in 
_check
[Mon Aug 11 19:24:05 2014] [error] return view_func(*args, **kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/site/decorators.py, line 35, in _check
[Mon Aug 11 19:24:05 2014] [error] return view_func(request, 
local_site=local_site, *args, **kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/datagrids/views.py, line 38, in 
all_review_requests
[Mon Aug 11 19:24:05 2014] [error] return 
datagrid.render_to_response(template_name)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/djblets/datagrid/grids.py, line 1042, in render_to_response
[Mon Aug 11 19:24:05 2014] [error] return render_to_response(template_name, 
Context(context))
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/shortcuts/__init__.py,
 line 29, in render_to_response
[Mon Aug 11 19:24:05 2014] [error] return 
HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader.py,
 line 164, in render_to_string
[Mon Aug 11 19:24:05 2014] [error] return t.render(Context(dictionary))
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 140, in render
[Mon Aug 11 19:24:05 2014] [error] return self._render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 134, in _render
[Mon Aug 11 19:24:05 2014] [error] return self.nodelist.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 840, in render
[Mon Aug 11 19:24:05 2014] [error] bit = self.render_node(node, context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 854, in render_node
[Mon Aug 11 19:24:05 2014] [error] return node.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
 line 123, in render
[Mon Aug 11 19:24:05 2014] [error] return compiled_parent._render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 134, in _render
[Mon Aug 11 19:24:05 2014] [error] return self.nodelist.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 840, in render
[Mon Aug 11 19:24:05 2014] [error] bit = self.render_node(node, context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 854, in render_node
[Mon Aug 11 19:24:05 2014] [error] return node.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
 line 123, in render
[Mon Aug 11 19:24:05 2014] [error] return compiled_parent._render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 134, in _render
[Mon Aug 11 19:24:05 2014] [error] return self.nodelist.render(context)
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 840, in render

Re: Something broke! (Error 500)

2014-08-11 Thread arjun
Hi Christian

Here are the lists

ls /var/www/reviews.example.com/
conf/   data/   htdocs/ logs/   tmp/


ls /var/www/reviews.example.com/htdocs/static/
admin  djblets  ext  lib  rb
ls /var/www/reviews.example.com/htdocs/static/rb/images/
admin favicon.3161c840d49e.ico
gold_box_top_bg.png logo.cc81d3ae01b2.png
shipit_bg.a368d65cde1a.png
apple-home-icon.edc4d9406622.svg  favicon.362903dee64c.png
header_bg.035aafc0d7fd.png  logo.png
shipit_bg.png
apple-home-icon.fd8758a2ebe3.png  favicon.ico
header_bg.png   mimetypes
sort_asc_primary.4f626bb2b321.png
apple-home-icon.png   favicon_notify.43aac64f3b61.ico
icons.2eed2f830119.png  resize-grip.b822a7e06419.png
sort_asc_primary.png
apple-home-icon.svg   favicon_notify.521b526b6940.png
ic...@2x.76271275352d.png   resize-grip.png
sort_desc_primary.5f8681cb25cc.png
blank.93e65182fe45.giffavicon_notify.ico
ic...@2x.pngreview_box_bottom_bg.76c4a1ca2edb.png
sort_desc_primary.png
blank.gif favicon_notify.png
icons.8db3fc4b523c.svg  review_box_bottom_bg.png
spinner.73e57937304d.gif
box_bottom_bg.62df21d4a671.pngfavicon.png
icons.png   review_box_top_bg.6167f99a9b94.png
spinner.gif
box_bottom_bg.png fish-trophy.9fa984f46974.png
icons.svg   review_box_top_bg.png
title_box_top_bg.e6ef809b528f.png
box_top_bg.eea86c350dcf.png   fish-trophy.png
important.5e4ebe0a938f.png  review_request_box_bottom_bg.e6485313ac61.png
title_box_top_bg.png
box_top_bg.pnggold_box_bottom_bg.15e0b1ead519.png
important.png   review_request_box_bottom_bg.png
trophy.ff1f6561f694.png
delete.91de4831d9c6.svg   gold_box_bottom_bg.png
l...@2x.4e25cc3cacef.pngreview_request_box_top_bg.ab6f3b1072c9.png
trophy.png
delete.svggold_box_top_bg.33df1a7c2e1b.png
l...@2x.png review_request_box_top_bg.png

Thanks





On Mon, Aug 11, 2014 at 12:28 PM, Christian Hammond 
christ...@beanbaginc.com wrote:

 Can you show me a directory listing (using ls -l) of both
 $sitedir/htdocs/static/ and $sitedir/htdocs/static/rb/images/ ?

 Christian

 --
 Christian Hammond - christ...@beanbaginc.com

 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On August 11, 2014 at 12:27:59 PM, Arjun A.M. (arjun.ch...@gmail.com)
 wrote:

 Hi David and Christian

 I did restart my apache and also I dont have production defined. Here is
 my log information again and also settings_local.py


 == error.log ==
 [Mon Aug 11 19:24:05 2014] [error] ERROR:root:Exception thrown for user
 AnonymousUser at http://reviews.example.com/r/
 [Mon Aug 11 19:24:05 2014] [error]
 [Mon Aug 11 19:24:05 2014] [error] The file 'rb/images/favicon_notify.ico'
 could not be found with pipeline.storage.PipelineCachedStorage object at
 0xa6b2328c.
 [Mon Aug 11 19:24:05 2014] [error] Traceback (most recent call last):
 [Mon Aug 11 19:24:05 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,
 line 112, in get_response
 [Mon Aug 11 19:24:05 2014] [error] response =
 wrapped_callback(request, *callback_args, **callback_kwargs)
 [Mon Aug 11 19:24:05 2014] [error]   File
 /etc/djblets/reviewboard/reviewboard/accounts/decorators.py, line 23, in
 _check
 [Mon Aug 11 19:24:05 2014] [error] return view_func(*args, **kwargs)
 [Mon Aug 11 19:24:05 2014] [error]   File
 /etc/djblets/reviewboard/reviewboard/site/decorators.py, line 35, in
 _check
 [Mon Aug 11 19:24:05 2014] [error] return view_func(request,
 local_site=local_site, *args, **kwargs)
 [Mon Aug 11 19:24:05 2014] [error]   File
 /etc/djblets/reviewboard/reviewboard/datagrids/views.py, line 38, in
 all_review_requests
 [Mon Aug 11 19:24:05 2014] [error] return
 datagrid.render_to_response(template_name)
 [Mon Aug 11 19:24:05 2014] [error]   File
 /etc/djblets/djblets/datagrid/grids.py, line 1042, in render_to_response
 [Mon Aug 11 19:24:05 2014] [error] return
 render_to_response(template_name, Context(context))
 [Mon Aug 11 19:24:05 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/shortcuts/__init__.py,
 line 29, in render_to_response
 [Mon Aug 11 19:24:05 2014] [error] return
 HttpResponse(loader.render_to_string(*args, **kwargs),
 **httpresponse_kwargs)
 [Mon Aug 11 19:24:05 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader.py,
 line 164, in render_to_string
 [Mon Aug 11 19:24:05 2014] [error] return t.render(Context(dictionary))
 [Mon Aug 11 19:24:05 2014] [error]   File
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 line 140, in render
 [Mon Aug 11 19:24:05 2014] [error] return self._render(context)
 [Mon Aug 11 19:24:05 2014] [error]   File
 

Re: Something broke! (Error 500)

2014-08-11 Thread Christian Hammond
Okay. That looks fine. Can you run:

    $ rb-site manage /path/to/site list-siteconfig | grep static

Verify that the site_static_root entry has the exact same site directory as 
where the site is now, and show the output.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On August 11, 2014 at 12:38:49 PM, arjun (arjun.ch...@gmail.com) wrote:

Hi Christian

Here are the lists

ls /var/www/reviews.example.com/
conf/   data/   htdocs/ logs/   tmp/   


ls /var/www/reviews.example.com/htdocs/static/
admin  djblets  ext  lib  rb
ls /var/www/reviews.example.com/htdocs/static/rb/images/
admin favicon.3161c840d49e.ico 
gold_box_top_bg.png logo.cc81d3ae01b2.png  
shipit_bg.a368d65cde1a.png
apple-home-icon.edc4d9406622.svg  favicon.362903dee64c.png 
header_bg.035aafc0d7fd.png  logo.png   
shipit_bg.png
apple-home-icon.fd8758a2ebe3.png  favicon.ico  
header_bg.png   mimetypes  
sort_asc_primary.4f626bb2b321.png
apple-home-icon.png   favicon_notify.43aac64f3b61.ico  
icons.2eed2f830119.png  resize-grip.b822a7e06419.png   
sort_asc_primary.png
apple-home-icon.svg   favicon_notify.521b526b6940.png  
ic...@2x.76271275352d.png   resize-grip.png    
sort_desc_primary.5f8681cb25cc.png
blank.93e65182fe45.gif    favicon_notify.ico   
ic...@2x.png    review_box_bottom_bg.76c4a1ca2edb.png  
sort_desc_primary.png
blank.gif favicon_notify.png   
icons.8db3fc4b523c.svg  review_box_bottom_bg.png   
spinner.73e57937304d.gif
box_bottom_bg.62df21d4a671.png    favicon.png  
icons.png   review_box_top_bg.6167f99a9b94.png 
spinner.gif
box_bottom_bg.png fish-trophy.9fa984f46974.png 
icons.svg   review_box_top_bg.png  
title_box_top_bg.e6ef809b528f.png
box_top_bg.eea86c350dcf.png   fish-trophy.png  
important.5e4ebe0a938f.png  review_request_box_bottom_bg.e6485313ac61.png  
title_box_top_bg.png
box_top_bg.png    gold_box_bottom_bg.15e0b1ead519.png  
important.png   review_request_box_bottom_bg.png   
trophy.ff1f6561f694.png
delete.91de4831d9c6.svg   gold_box_bottom_bg.png   
l...@2x.4e25cc3cacef.png    review_request_box_top_bg.ab6f3b1072c9.png 
trophy.png
delete.svg    gold_box_top_bg.33df1a7c2e1b.png 
l...@2x.png review_request_box_top_bg.png

Thanks





On Mon, Aug 11, 2014 at 12:28 PM, Christian Hammond christ...@beanbaginc.com 
wrote:
Can you show me a directory listing (using ls -l) of both 
$sitedir/htdocs/static/ and $sitedir/htdocs/static/rb/images/ ?

Christian

-- 
Christian Hammond - christ...@beanbaginc.com

Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On August 11, 2014 at 12:27:59 PM, Arjun A.M. (arjun.ch...@gmail.com) wrote:

Hi David and Christian

I did restart my apache and also I dont have production defined. Here is my log 
information again and also settings_local.py


== error.log ==
[Mon Aug 11 19:24:05 2014] [error] ERROR:root:Exception thrown for user 
AnonymousUser at http://reviews.example.com/r/
[Mon Aug 11 19:24:05 2014] [error]
[Mon Aug 11 19:24:05 2014] [error] The file 'rb/images/favicon_notify.ico' 
could not be found with pipeline.storage.PipelineCachedStorage object at 
0xa6b2328c.
[Mon Aug 11 19:24:05 2014] [error] Traceback (most recent call last):
[Mon Aug 11 19:24:05 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,
 line 112, in get_response
[Mon Aug 11 19:24:05 2014] [error] response = wrapped_callback(request, 
*callback_args, **callback_kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/accounts/decorators.py, line 23, in 
_check
[Mon Aug 11 19:24:05 2014] [error] return view_func(*args, **kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/site/decorators.py, line 35, in _check
[Mon Aug 11 19:24:05 2014] [error] return view_func(request, 
local_site=local_site, *args, **kwargs)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/datagrids/views.py, line 38, in 
all_review_requests
[Mon Aug 11 19:24:05 2014] [error] return 
datagrid.render_to_response(template_name)
[Mon Aug 11 19:24:05 2014] [error]   File 
/etc/djblets/djblets/datagrid/grids.py, line 1042, in render_to_response
[Mon Aug 11 19:24:05 2014] [error] return render_to_response(template_name, 

Re: Something broke! (Error 500)

2014-08-11 Thread Christian Hammond
At this point, I believe we’ve covered every scenario we’ve seen that can cause 
this problem. I don’t have any more answers for you. Double-check every part of 
that configuration, because something is not as it should be. Also, make sure 
all file permissions are set so Apache can read the files.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On August 11, 2014 at 1:42:25 PM, arjun (arjun.ch...@gmail.com) wrote:

Hi Chris

I verified the site_static_root path and it contains admin, djblets ,ext lib 
and rb

Thanks
Arjun


On Mon, Aug 11, 2014 at 12:46 PM, Christian Hammond christ...@beanbaginc.com 
wrote:
Can you verify the paths? Having the “reviews.example.com” makes it difficult 
for us to verify anything ourselves.

By the way, you listed the SECRET_KEY below in the settings_local.py file. 
After this is all working, you will need to change that and reset all 
passwords. That key should never be shared.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On August 11, 2014 at 12:44:26 PM, arjun (arjun.ch...@gmail.com) wrote:

 rb-site manage /var/www/reviews.example.com/ list-siteconfig | grep static
    staticfiles: {
  LOCATION: staticfiles-filehashes,
  site_static_url: /reviews/static/,
  site_static_root: /var/www/reviews.example.com/htdocs/static,


On Mon, Aug 11, 2014 at 12:40 PM, Christian Hammond christ...@beanbaginc.com 
wrote:
Okay. That looks fine. Can you run:

    $ rb-site manage /path/to/site list-siteconfig | grep static

Verify that the site_static_root entry has the exact same site directory as 
where the site is now, and show the output.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On August 11, 2014 at 12:38:49 PM, arjun (arjun.ch...@gmail.com) wrote:

Hi Christian

Here are the lists

ls /var/www/reviews.example.com/
conf/   data/   htdocs/ logs/   tmp/   


ls /var/www/reviews.example.com/htdocs/static/
admin  djblets  ext  lib  rb
ls /var/www/reviews.example.com/htdocs/static/rb/images/
admin favicon.3161c840d49e.ico 
gold_box_top_bg.png logo.cc81d3ae01b2.png  
shipit_bg.a368d65cde1a.png
apple-home-icon.edc4d9406622.svg  favicon.362903dee64c.png 
header_bg.035aafc0d7fd.png  logo.png   
shipit_bg.png
apple-home-icon.fd8758a2ebe3.png  favicon.ico  
header_bg.png   mimetypes  
sort_asc_primary.4f626bb2b321.png
apple-home-icon.png   favicon_notify.43aac64f3b61.ico  
icons.2eed2f830119.png  resize-grip.b822a7e06419.png   
sort_asc_primary.png
apple-home-icon.svg   favicon_notify.521b526b6940.png  
ic...@2x.76271275352d.png   resize-grip.png    
sort_desc_primary.5f8681cb25cc.png
blank.93e65182fe45.gif    favicon_notify.ico   
ic...@2x.png    review_box_bottom_bg.76c4a1ca2edb.png  
sort_desc_primary.png
blank.gif favicon_notify.png   
icons.8db3fc4b523c.svg  review_box_bottom_bg.png   
spinner.73e57937304d.gif
box_bottom_bg.62df21d4a671.png    favicon.png  
icons.png   review_box_top_bg.6167f99a9b94.png 
spinner.gif
box_bottom_bg.png fish-trophy.9fa984f46974.png 
icons.svg   review_box_top_bg.png  
title_box_top_bg.e6ef809b528f.png
box_top_bg.eea86c350dcf.png   fish-trophy.png  
important.5e4ebe0a938f.png  review_request_box_bottom_bg.e6485313ac61.png  
title_box_top_bg.png
box_top_bg.png    gold_box_bottom_bg.15e0b1ead519.png  
important.png   review_request_box_bottom_bg.png   
trophy.ff1f6561f694.png
delete.91de4831d9c6.svg   gold_box_bottom_bg.png   
l...@2x.4e25cc3cacef.png    review_request_box_top_bg.ab6f3b1072c9.png 
trophy.png
delete.svg    gold_box_top_bg.33df1a7c2e1b.png 
l...@2x.png review_request_box_top_bg.png

Thanks





On Mon, Aug 11, 2014 at 12:28 PM, Christian Hammond christ...@beanbaginc.com 
wrote:
Can you show me a directory listing (using ls -l) of both 
$sitedir/htdocs/static/ and $sitedir/htdocs/static/rb/images/ ?

Christian

-- 
Christian Hammond - christ...@beanbaginc.com

Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On August 11, 2014 at 12:27:59 PM, Arjun A.M. (arjun.ch...@gmail.com) wrote:

Hi David and Christian

I did restart my apache and also I dont have production defined. Here is my log 
information 

Something broke! (Error 500)

2014-08-08 Thread Arjun A.M.


I get a 500 error when I try to open the reviewboard website after 
installation. Could someone please help me with this.Thanks in advance for 
the help

 The apache log looks like this

Error opening file for reading: Permission denied
Error opening file for reading: Permission denied
[Fri Aug 08 19:19:09 2014] [notice] caught SIGTERM, shutting down
[Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
`ubuntu' does NOT match server name!?
[Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
`ubuntu' does NOT match server name!?
[Fri Aug 08 19:19:10 2014] [notice] Apache/2.2.22 (Ubuntu) mod_ssl/2.2.22 
OpenSSL/1.0.1 mod_wsgi/3.3 Python/2.7.3 configured -- resuming normal 
operations
[Sat Aug 09 02:19:26 2014] [error] ERROR:root:Exception thrown for user 
AnonymousUser at http://reviews.example.com/r/
[Sat Aug 09 02:19:26 2014] [error] 
[Sat Aug 09 02:19:26 2014] [error] The file 'rb/images/favicon_notify.ico' 
could not be found with pipeline.storage.PipelineCachedStorage object at 
0xa6b2328c.
[Sat Aug 09 02:19:26 2014] [error] Traceback (most recent call last):
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,
 
line 112, in get_response
[Sat Aug 09 02:19:26 2014] [error] response = wrapped_callback(request, 
*callback_args, **callback_kwargs)
[Sat Aug 09 02:19:26 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/accounts/decorators.py, line 23, in 
_check
[Sat Aug 09 02:19:26 2014] [error] return view_func(*args, **kwargs)
[Sat Aug 09 02:19:26 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/site/decorators.py, line 35, in 
_check
[Sat Aug 09 02:19:26 2014] [error] return view_func(request, 
local_site=local_site, *args, **kwargs)
[Sat Aug 09 02:19:26 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/datagrids/views.py, line 38, in 
all_review_requests
[Sat Aug 09 02:19:26 2014] [error] return 
datagrid.render_to_response(template_name)
[Sat Aug 09 02:19:26 2014] [error]   File 
/etc/djblets/djblets/datagrid/grids.py, line 1042, in render_to_response
[Sat Aug 09 02:19:26 2014] [error] return 
render_to_response(template_name, Context(context))
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/shortcuts/__init__.py,
 
line 29, in render_to_response
[Sat Aug 09 02:19:26 2014] [error] return 
HttpResponse(loader.render_to_string(*args, **kwargs), 
**httpresponse_kwargs)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader.py,
 
line 164, in render_to_string
[Sat Aug 09 02:19:26 2014] [error] return t.render(Context(dictionary))
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 140, in render
[Sat Aug 09 02:19:26 2014] [error] return self._render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 134, in _render
[Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 840, in render
[Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 854, in render_node
[Sat Aug 09 02:19:26 2014] [error] return node.render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
 
line 123, in render
[Sat Aug 09 02:19:26 2014] [error] return 
compiled_parent._render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 134, in _render
[Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 840, in render
[Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 854, in render_node
[Sat Aug 09 02:19:26 2014] [error] return node.render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
 
line 123, in render
[Sat Aug 09 02:19:26 2014] [error] return 
compiled_parent._render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 134, 

Re: Something broke! (Error 500)

2014-08-08 Thread David Trowbridge
Did you set DEBUG=True?

-David

 On Aug 8, 2014, at 7:28 PM, Arjun A.M. arjun.ch...@gmail.com wrote:
 
 
 
 I get a 500 error when I try to open the reviewboard website after 
 installation. Could someone please help me with this.Thanks in advance for 
 the help
 
  The apache log looks like this
 
 Error opening file for reading: Permission denied
 Error opening file for reading: Permission denied
 [Fri Aug 08 19:19:09 2014] [notice] caught SIGTERM, shutting down
 [Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
 `ubuntu' does NOT match server name!?
 [Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
 `ubuntu' does NOT match server name!?
 [Fri Aug 08 19:19:10 2014] [notice] Apache/2.2.22 (Ubuntu) mod_ssl/2.2.22 
 OpenSSL/1.0.1 mod_wsgi/3.3 Python/2.7.3 configured -- resuming normal 
 operations
 [Sat Aug 09 02:19:26 2014] [error] ERROR:root:Exception thrown for user 
 AnonymousUser at http://reviews.example.com/r/
 [Sat Aug 09 02:19:26 2014] [error] 
 [Sat Aug 09 02:19:26 2014] [error] The file 'rb/images/favicon_notify.ico' 
 could not be found with pipeline.storage.PipelineCachedStorage object at 
 0xa6b2328c.
 [Sat Aug 09 02:19:26 2014] [error] Traceback (most recent call last):
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,
  line 112, in get_response
 [Sat Aug 09 02:19:26 2014] [error] response = wrapped_callback(request, 
 *callback_args, **callback_kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/reviewboard/reviewboard/accounts/decorators.py, line 23, in 
 _check
 [Sat Aug 09 02:19:26 2014] [error] return view_func(*args, **kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/reviewboard/reviewboard/site/decorators.py, line 35, in _check
 [Sat Aug 09 02:19:26 2014] [error] return view_func(request, 
 local_site=local_site, *args, **kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/reviewboard/reviewboard/datagrids/views.py, line 38, in 
 all_review_requests
 [Sat Aug 09 02:19:26 2014] [error] return 
 datagrid.render_to_response(template_name)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/djblets/datagrid/grids.py, line 1042, in render_to_response
 [Sat Aug 09 02:19:26 2014] [error] return 
 render_to_response(template_name, Context(context))
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/shortcuts/__init__.py,
  line 29, in render_to_response
 [Sat Aug 09 02:19:26 2014] [error] return 
 HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader.py,
  line 164, in render_to_string
 [Sat Aug 09 02:19:26 2014] [error] return t.render(Context(dictionary))
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 140, in render
 [Sat Aug 09 02:19:26 2014] [error] return self._render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 134, in _render
 [Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 840, in render
 [Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 854, in render_node
 [Sat Aug 09 02:19:26 2014] [error] return node.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
  line 123, in render
 [Sat Aug 09 02:19:26 2014] [error] return compiled_parent._render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 134, in _render
 [Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 840, in render
 [Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 854, in render_node
 [Sat Aug 09 02:19:26 2014] [error] return node.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
  line 123, in render
 [Sat Aug 09 02:19:26 2014] [error] 

Re: Issue 3102 in reviewboard: Something broke! (Error 500) on adding review

2013-12-22 Thread reviewboard

Updates:
Status: Incomplete

Comment #2 on issue 3102 by trowb...@gmail.com: Something broke! (Error  
500) on adding review

http://code.google.com/p/reviewboard/issues/detail?id=3102

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3102 in reviewboard: Something broke! (Error 500) on adding review

2013-10-01 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3102 by trowb...@gmail.com: Something broke! (Error  
500) on adding review

http://code.google.com/p/reviewboard/issues/detail?id=3102

Can you ask the server admin to look at the logs and attach the actual  
error to this bug report?


Thanks!

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Issue 3102 in reviewboard: Something broke! (Error 500) on adding review

2013-09-30 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3102 by ralf.hab...@gmail.com: Something broke! (Error 500) on  
adding review

http://code.google.com/p/reviewboard/issues/detail?id=3102

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?
0.5.2

What's the URL of the page containing the problem?
https://git.reviewboard.kde.org/api/review-requests/113018/draft/:  
{'target_groups': 'kmymoney'}


What steps will reproduce the problem?
1. checkout kde:kmymoney git repo
2. install review-board 0.5.2 on opensuse
3. run post-review to create a review request

What is the expected output? What do you see instead?
I see a http 500 error.
Logging in to https://git.reviewboard.kde.org/dashboard/?view=outgoing I  
see [Drafts] reviews which produces also http 500 errors on access for  
example


https://git.reviewboard.kde.org/r/113011/
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.



I expect to see the review request completed and to be able to access the  
reviews


What operating system are you using? What browser?
opensuse 12.2


Please provide any additional information below.

xxx@xxx:~/src/kmymoney cat .reviewboardrc
REVIEWBOARD_URL = https://git.reviewboard.kde.org;
TARGET_GROUPS = kmymoney
GUESS_FIELDS = True
REPOSITORY = kmymoney

@y:~/src/kmymoney post-review --parent=master  
--tracking-branch=origin/master -d

RBTools 0.5.2
Python 2.7.3 (default, Apr 14 2012, 08:58:41) [GCC]
Running on Linux-3.4.47-2.38-desktop-x86_64-with-SuSE-12.2-x86_64
Home = /home/
Current Directory = /home//src/kmymoney
Checking the repository type. Errors shown below are mostly harmless.

DEBUG:root:Checking for a Subversion repository...
DEBUG:root:Running: svn info kmymoney --non-interactive
DEBUG:root:Command exited with rc 1:  
['svn', 'info', 'kmymoney', '--non-interactive']

svn: E155007: '/home//src/kmymoney/kmymoney' is not a working copy
---
DEBUG:root:Checking for a Git repository...
DEBUG:root:Running: git rev-parse --git-dir
DEBUG:root:Running: git config core.bare
DEBUG:root:Running: git rev-parse --show-toplevel
DEBUG:root:Running: git symbolic-ref -q HEAD
DEBUG:root:Running: git config --get git-p4.port
DEBUG:root:Command exited with rc 1:  
['git', 'config', '--get', 'git-p4.port']

---
DEBUG:root:Running: git config --get branch.241322.merge
DEBUG:root:Command exited with rc 1:  
['git', 'config', '--get', 'branch.241322.merge']

---
DEBUG:root:Running: git config --get branch.241322.remote
DEBUG:root:Command exited with rc 1:  
['git', 'config', '--get', 'branch.241322.remote']

---
DEBUG:root:Running: git config --get remote.origin.url
DEBUG:root:repository info: Path: kmymoney, Base path: , Supports  
changesets: False

Finished checking the repository type.
HTTP GETting api/info/

DEBUG:root:Running: git merge-base origin/master refs/heads/241322
DEBUG:root:Running: git diff --no-color --full-index --no-ext-diff  
--ignore-submodules --no-renames master -M
DEBUG:root:Running: git diff --no-color --full-index --no-ext-diff  
--ignore-submodules --no-renames  
408aa467141ae224a3f6a158f8fcfb16606f5092..master -M

DEBUG:root:Running: git log --pretty=format:%s HEAD^..
DEBUG:root:Running: git log --pretty=format:%s%n%n%b master..

HTTP GETting api/
HTTP GETting https://git.reviewboard.kde.org/api/info/
Using the new web API
Attempting to create review request on kmymoney for None
HTTP POSTing to https://git.reviewboard.kde.org/api/review-requests/:  
{'repository': 'kmymoney'}

Review request created
Attempting to set field 'target_groups' to 'kmymoney' for review  
request '113018'
HTTP PUTting to  
https://git.reviewboard.kde.org/api/review-requests/113018/draft/:  
{'target_groups': 'kmymoney'}
Got HTTP error: 500: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0  
Transitional//EN

 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;

html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
 head
  title500 - Internal Server Error | Review Board/title
 /head
 body
  h1Something broke! (Error 500)/h1
  p
   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.
  /p
 /body
/title

Error creating review request: HTTP 500



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you

Re: Issue 2988 in reviewboard: 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 repor

2013-09-25 Thread reviewboard

Updates:
Status: Incomplete

Comment #3 on issue 2988 by trowb...@gmail.com: 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

http://code.google.com/p/reviewboard/issues/detail?id=2988

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2988 in reviewboard: 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 repor

2013-08-08 Thread reviewboard

Updates:
Status: NeedInfo

Comment #2 on issue 2988 by trowb...@gmail.com: 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

http://code.google.com/p/reviewboard/issues/detail?id=2988

I know it's been quite some time since you filed this report. Can you look  
in the apache/reviewboard logs and find the actual error?


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2875 in reviewboard: 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

2013-08-07 Thread reviewboard

Updates:
Status: Incomplete

Comment #6 on issue 2875 by trowb...@gmail.com: 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.

http://code.google.com/p/reviewboard/issues/detail?id=2875

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2936 in reviewboard: Something broke! (Error 500) at http://rb.domain.pl/r/119/

2013-08-07 Thread reviewboard

Updates:
Status: SetupIssue

Comment #2 on issue 2936 by trowb...@gmail.com: Something broke! (Error  
500) at http://rb.domain.pl/r/119/

http://code.google.com/p/reviewboard/issues/detail?id=2936

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Issue 3047 in reviewboard: Getting Something broke! (Error 500)

2013-08-06 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3047 by balasubr...@gmail.com: Getting Something broke! (Error  
500)

http://code.google.com/p/reviewboard/issues/detail?id=3047

Hi,

I'm getting the following error in my reviewboard application

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.


httpd error logs
-
[Mon Aug 05 10:40:47 2013] [error] [client 10.142.142.132] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Mon Aug 05 10:43:31 2013] [error] [client 10.142.142.132] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Sun Aug 04 22:24:38 2013] [error] [client 10.142.142.132] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Mon Aug 05 10:59:48 2013] [error] [client 10.142.150.91] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Sun Aug 04 22:54:44 2013] [error] [client 10.142.150.39] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Sun Aug 04 23:06:47 2013] [error] [client 10.142.142.132] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Sun Aug 04 23:06:50 2013] [error] [client 10.142.142.132] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Sun Aug 04 23:06:51 2013] [error] [client 10.142.142.132] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Sun Aug 04 23:06:51 2013] [error] [client 10.142.142.132] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Sun Aug 04 23:06:52 2013] [error] [client 10.142.142.132] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons
[Sun Aug 04 23:06:54 2013] [error] [client 10.142.142.132] File does not  
exist: /export/linuxdata/Reviewboard/htdocs/media/rbcommons




--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3047 in reviewboard: Getting Something broke! (Error 500)

2013-08-06 Thread reviewboard


Comment #1 on issue 3047 by balasubr...@gmail.com: Getting Something broke!  
(Error 500)

http://code.google.com/p/reviewboard/issues/detail?id=3047

I restarted the mysql service and rb started working

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2013-07-16 Thread reviewboard


Comment #13 on issue 2658 by shiang...@gmail.com: Something broke! (Error  
500)

http://code.google.com/p/reviewboard/issues/detail?id=2658

dear all,
I already installed a new reivewboard with mod_wsgi, but
in the beginning, it's a VM on my local pc with a private IP, it's success  
to login reviewboard as admin;
but after moved the VM to a offical platform and assigned a static IP, I  
hit error code 500;


herewith the env. information:
Ubuntu Ubuntu 12.04.2 LTS
Apache/2.2.22 (Ubuntu)
Python 2.7.3
# apachectl -t -D DUMP_MODULES
apache2: Could not reliably determine the server's fully qualified domain  
name, using 127.0.1.1 for ServerName

Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_worker_module (static)
 http_module (static)
 so_module (static)
 alias_module (shared)
 auth_basic_module (shared)
 authn_file_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgid_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 reqtimeout_module (shared)
 setenvif_module (shared)
 status_module (shared)
 wsgi_module (shared)
Syntax OK


apache2 error.log:
==
# tail /var/log/apache2/error.log
[Tue Jul 16 12:44:05 2013] [error] [client 140.96.29.189] File does not  
exist: /var/www/reviewboard/htdocs/index.html
[Tue Jul 16 12:44:05 2013] [error] [client 140.96.29.189] File does not  
exist: /var/www/reviewboard/htdocs/favicon.ico
[Tue Jul 16 12:44:11 2013] [error] [client 140.96.29.189] File does not  
exist: /var/www/reviewboard/htdocs/favicon.ico

[Tue Jul 16 20:45:04 2013] [notice] caught SIGTERM, shutting down
[Tue Jul 16 20:45:04 2013] [warn] mod_wsgi: Compiled for Python/2.7.2+.
[Tue Jul 16 20:45:04 2013] [warn] mod_wsgi: Runtime using Python/2.7.3.
[Tue Jul 16 20:45:04 2013] [notice] Apache/2.2.22 (Ubuntu) mod_wsgi/3.3  
Python/2.7.3 configured -- resuming normal operations
[Tue Jul 16 20:45:08 2013] [error] [client 140.96.29.189] File does not  
exist: /var/www/reviewboard/htdocs/favicon.ico
[Tue Jul 16 20:48:26 2013] [error] [client 140.96.29.189] File does not  
exist: /var/www/reviewboard/htdocs/favicon.ico
[Tue Jul 16 20:48:26 2013] [error] [client 140.96.29.189] File does not  
exist: /var/www/reviewboard/htdocs/favicon.ico


==

no error message in /var/www/reviewboard/logs/reviewboard.log
any idea? thanks

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2988 in reviewboard: 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 repor

2013-06-14 Thread reviewboard


Comment #1 on issue 2988 by asa...@gmail.com: 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

http://code.google.com/p/reviewboard/issues/detail?id=2988

I dot this error too. In my case the admin interfaces was broken and I had  
to remove some hinted versions from the django_project_versions table to  
make it work.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.




Issue 2988 in reviewboard: 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 th

2013-05-30 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2988 by lisur...@gmail.com: 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

http://code.google.com/p/reviewboard/issues/detail?id=2988

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!

What version are you running?
1.6.11

What's the URL of the page containing the problem?


What steps will reproduce the problem?
1.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

2.
3.

What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2875 in reviewboard: 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

2013-05-05 Thread reviewboard


Comment #4 on issue 2875 by karthike...@gmail.com: 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.

http://code.google.com/p/reviewboard/issues/detail?id=2875

could you please let me know the log file , so that I could try again and  
post it here.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2875 in reviewboard: 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

2013-05-05 Thread reviewboard


Comment #5 on issue 2875 by trowb...@gmail.com: 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.

http://code.google.com/p/reviewboard/issues/detail?id=2875

It's configurable (see  
http://reviews.reviewboard.org/admin/settings/logging/ for the path).


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2875 in reviewboard: 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

2013-05-03 Thread reviewboard


Comment #3 on issue 2875 by trowb...@gmail.com: 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.

http://code.google.com/p/reviewboard/issues/detail?id=2875

We still need the contents of the logs in order to do anything.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2936 in reviewboard: Something broke! (Error 500) at http://rb.domain.pl/r/119/

2013-04-09 Thread reviewboard


Comment #1 on issue 2936 by sararayb...@gmail.com: Something broke! (Error  
500) at http://rb.domain.pl/r/119/

http://code.google.com/p/reviewboard/issues/detail?id=2936

This error for me was resolved by updating the  
reviewboard/conf/apache-wsgi.conf file with the following that was  
suggested during the update to 1.7.6, and then restarting apache. Hope that  
helps.


# Alias static media requests to filesystem
Location /static
SetHandler None
/Location

Alias /static /var/www/reviewboard/htdocs/static


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Something broke! (Error 500)

2013-03-22 Thread premod dev
Hi,

We are getting the below error on browser when trying to access some of the
existing reviews.

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.


Apache's error log shows below errors,

Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and
greater in Unknown on line 0

Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater
in Unknown on line 0
/usr/lib/python2.6/dist-packages/mod_python/importer.py:32:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
ERROR:root:Exception thrown for user pdev at
http://reviewboard.blr.movik.net:5000/r/7295/

EOL while scanning string literal (string, line 1)
Traceback (most recent call last):
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/handlers/base.py,
line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
  File
/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.9-py2.6.egg/reviewboard/accounts/decorators.py,
line 27, in _check
return view_func(*args, **kwargs)
  File
/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.9-py2.6.egg/reviewboard/reviews/views.py,
line 163, in review_detail
for changedesc in changedescs:
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
line 106, in _result_iter
self._fill_cache()
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
line 760, in _fill_cache
self._result_cache.append(self._iter.next())
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
line 282, in iterator
obj = self.model(*row[index_start:aggregate_start])
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/base.py,
line 341, in __init__
signals.post_init.send(sender=self.__class__, instance=self)
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/dispatch/dispatcher.py,
line 162, in send
response = receiver(signal=self, sender=sender, **named)
  File
/usr/local/lib/python2.6/dist-packages/Djblets-0.6.3-py2.6.egg/djblets/util/fields.py,
line 174, in post_init
value = self.loads(value)
  File
/usr/local/lib/python2.6/dist-packages/Djblets-0.6.3-py2.6.egg/djblets/util/fields.py,
line 206, in loads
val = eval(val)
  File string, line 1



Could you please help me resolving this issue, I am running the following
version of software on Ubuntu 10.04 server.

reviewboard - 1.0.9
Mysql - 5.1.41
PHP - 5.3.2-1


Thanks,
Premod

-- 
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
--- 
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: Something broke! (Error 500)

2013-03-22 Thread David Trowbridge
Review Board 1.0.9 is *very* old. It looks like a username in your database
has some problems, but we really can't help you with versions this old here
in the community forums, because it's a lot of work to dig through very old
releases to figure out what might be fixed in a newer one.

-David


On Fri, Mar 22, 2013 at 1:54 AM, premod dev premod@gmail.com wrote:

 Hi,

 We are getting the below error on browser when trying to access some of
 the existing reviews.

 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.


 Apache's error log shows below errors,

 Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and
 greater in Unknown on line 0

 Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater
 in Unknown on line 0
 /usr/lib/python2.6/dist-packages/mod_python/importer.py:32:
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
   import md5
 ERROR:root:Exception thrown for user pdev at
 http://reviewboard.blr.movik.net:5000/r/7295/

 EOL while scanning string literal (string, line 1)
 Traceback (most recent call last):
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/handlers/base.py,
 line 100, in get_response
 response = callback(request, *callback_args, **callback_kwargs)
   File
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.9-py2.6.egg/reviewboard/accounts/decorators.py,
 line 27, in _check
 return view_func(*args, **kwargs)
   File
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.9-py2.6.egg/reviewboard/reviews/views.py,
 line 163, in review_detail
 for changedesc in changedescs:
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
 line 106, in _result_iter
 self._fill_cache()
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
 line 760, in _fill_cache
 self._result_cache.append(self._iter.next())
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
 line 282, in iterator
 obj = self.model(*row[index_start:aggregate_start])
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/base.py,
 line 341, in __init__
 signals.post_init.send(sender=self.__class__, instance=self)
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/dispatch/dispatcher.py,
 line 162, in send
 response = receiver(signal=self, sender=sender, **named)
   File
 /usr/local/lib/python2.6/dist-packages/Djblets-0.6.3-py2.6.egg/djblets/util/fields.py,
 line 174, in post_init
 value = self.loads(value)
   File
 /usr/local/lib/python2.6/dist-packages/Djblets-0.6.3-py2.6.egg/djblets/util/fields.py,
 line 206, in loads
 val = eval(val)
   File string, line 1



 Could you please help me resolving this issue, I am running the following
 version of software on Ubuntu 10.04 server.

 reviewboard - 1.0.9
 Mysql - 5.1.41
 PHP - 5.3.2-1


 Thanks,
 Premod

  --
 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
 ---
 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.




-- 
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
--- 
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.




Issue 2936 in reviewboard: Something broke! (Error 500) at http://rb.domain.pl/r/119/

2013-03-21 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2936 by mikola...@gmail.com: Something broke! (Error 500) at  
http://rb.domain.pl/r/119/

http://code.google.com/p/reviewboard/issues/detail?id=2936

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!

What version are you running?
1.7.6

What's the URL of the page containing the problem?
http://rb.pl/r/*/ - all review requests

What steps will reproduce the problem?
1. Try to visit review request page
2. Wait for a long time and then error appears

What is the expected output? What do you see instead?
expected: review request page
current: 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.


What operating system are you using? What browser?
client: Arch Linux, firefox, qupzilla, opera
server: Debian Lenny

Please provide any additional information below.
It looks like error with mercurial in ReviewBoard
apache error.log:

[Thu Mar 21 12:45:33 2013] [error] error accessing repository at True
[Thu Mar 21 12:45:33 2013] [error] error accessing repository at True
[Thu Mar 21 12:45:35 2013] [error] error accessing repository at True
[Thu Mar 21 12:45:35 2013] [error] error accessing repository at True
[Thu Mar 21 11:45:42 2013] [error]  
/usr/local/lib/python2.6/dist-packages/django/views/generic/list_detail.py:10:  
DeprecationWarning: Function-based generic views have been deprecated; use  
class-based views instead.

[Thu Mar 21 11:45:42 2013] [error]   DeprecationWarning
[Thu Mar 21 11:45:42 2013] [error]  
/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py:75:  
DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use  
STATIC_URL instead.
[Thu Mar 21 11:45:42 2013] [error]   use STATIC_URL instead.,  
DeprecationWarning)
[Thu Mar 21 11:45:43 2013] [error] ERROR:root:Exception thrown for user xxx  
at http://rb.pl/r/121/

[Thu Mar 21 11:45:43 2013] [error]
[Thu Mar 21 11:45:43 2013] [error] 'NoneType' object has no  
attribute 'strip'

[Thu Mar 21 11:45:43 2013] [error] Traceback (most recent call last):
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py,  
line 111, in get_response
[Thu Mar 21 11:45:43 2013] [error] response = callback(request,  
*callback_args, **callback_kwargs)
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.6-py2.6.egg/reviewboard/accounts/decorators.py,  
line 20, in _check
[Thu Mar 21 11:45:43 2013] [error] return  
login_required(view_func)(*args, **kwargs)
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/Djblets-0.7.11-py2.6.egg/djblets/auth/util.py,  
line 47, in _checklogin
[Thu Mar 21 11:45:43 2013] [error] return view_func(request, *args,  
**kwargs)
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.6-py2.6.egg/reviewboard/reviews/views.py,  
line 728, in review_detail

[Thu Mar 21 11:45:43 2013] [error] 'screenshots': screenshots,
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.6-py2.6.egg/reviewboard/reviews/views.py,  
line 124, in _make_review_request_context
[Thu Mar 21 11:45:43 2013] [error] upload_diff_form =  
UploadDiffForm(review_request)
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.6-py2.6.egg/reviewboard/reviews/forms.py,  
line 284, in __init__

[Thu Mar 21 11:45:43 2013] [error] data, *args, **kwargs)
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.6-py2.6.egg/reviewboard/diffviewer/forms.py,  
line 51, in __init__
[Thu Mar 21 11:45:43 2013] [error] if  
self.repository.get_scmtool().get_diffs_use_absolute_paths():
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.6-py2.6.egg/reviewboard/scmtools/models.py,  
line 136, in get_scmtool

[Thu Mar 21 11:45:43 2013] [error] return cls(self)
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.6-py2.6.egg/reviewboard/scmtools/hg.py,  
line 31, in __init__
[Thu Mar 21 11:45:43 2013] [error] self.client =  
HgClient(repository.path, repository.local_site)
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.6-py2.6.egg/reviewboard/scmtools/hg.py,  
line 212, in __init__

[Thu Mar 21 11:45:43 2013] [error] from mercurial import hg, ui
[Thu Mar 21 11:45:43 2013] [error]
File /usr/local/lib/python2.6/dist-packages/mercurial-2.4.2-py2.6-linux-x86_64.egg/mercurial/hg.py,  
line 12, in module

Issue 2875 in reviewboard: 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

2013-01-23 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2875 by wclah...@hotmail.com: 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.

http://code.google.com/p/reviewboard/issues/detail?id=2875

* NOTE: For customer support, please post to *
*   reviewbo...@googlegroups.com *
**
*   Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?

Review Board1.7.1

What's the URL of the page containing the problem?

http://10.43.2.70/dashboard/

What steps will reproduce the problem?
1.open:
http://10.43.2.70/dashboard/
2.appear:
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.

3.why?

What is the expected output? What do you see instead?

Admin 界面

What operating system are you using? What browser?

windows 7  google chrome/IE 9

Please provide any additional information below.


Attachments:
error500.png  37.4 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-09-04 Thread reviewboard

Updates:
Status: SetupIssue

Comment #11 on issue 2658 by trowb...@gmail.com: Something broke! (Error  
500)

http://code.google.com/p/reviewboard/issues/detail?id=2658

No matter what, this is the problem:

[Wed Jul 04 23:44:58 2012] [error] python_init: Python version mismatch,  
expected '2.7.2', found '2.7.3'.
[Wed Jul 04 23:44:58 2012] [error] python_init: Python executable  
found '/bin/python'.
[Wed Jul 04 23:44:58 2012] [error] python_init: Python path being  
used '/usr/lib/python27.zip:/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.


Something is not built correctly. I don't know what linux distribution  
you're using, but the versions aren't right.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-08 Thread reviewboard


Comment #10 on issue 2658 by chenjf...@gmail.com: Something broke! (Error  
500)

http://code.google.com/p/reviewboard/issues/detail?id=2658

hi,you means the log demonstrate that I use mod_python? but I use mod_wsgi,  
how can i handle the problem?


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-07 Thread reviewboard


Comment #9 on issue 2658 by trowb...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2658

That looks like it's definitely a problem--your mod_python was built  
against a different version than your /bin/python executable.


You should really be using mod_wsgi. mod_python is deprecated and will not  
be supported much longer.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-06 Thread reviewboard


Comment #8 on issue 2658 by chenjf...@gmail.com: Something broke! (Error  
500)

http://code.google.com/p/reviewboard/issues/detail?id=2658

Is it related with the python version?it seems not review board  
configurate problem but the server configuration.

httpd error log:
[Wed Jul 04 23:44:58 2012] [error] python_init: Python version mismatch,  
expected '2.7.2', found '2.7.3'.
[Wed Jul 04 23:44:58 2012] [error] python_init: Python executable  
found '/bin/python'.
[Wed Jul 04 23:44:58 2012] [error] python_init: Python path being  
used '/usr/lib/python27.zip:/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed Jul 04 23:44:58 2012] [notice] mod_python: Creating 4 session mutexes  
based on 256 max processes and 0 max threads.

[Wed Jul 04 23:44:58 2012] [notice] mod_python: using mutex_directory /tmp
[Wed Jul 04 23:44:59 2012] [notice] SSL FIPS mode disabled
[Wed Jul 04 23:44:59 2012] [notice] Apache/2.2.22 (Unix) DAV/2  
mod_python/3.3.1 Python/2.7.3 mod_wsgi/3.3 PHP/5.4.1 mod_ssl/2.2.22  
OpenSSL/1.0.0i-fips mod_perl/2.0.5 Perl/v5.14.2 configured -- resuming  
normal operations

[Wed Jul 04 23:47:04 2012] [notice] caught SIGTERM, shutting down
Attempt to free unreferenced scalar: SV 0xb7dfc650, Perl interpreter:  
0xb7cb3c08 during global destruction.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-05 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2658 by chenjf...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2658

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
v1.6.9

What's the URL of the page containing the problem?
http://10.140.16.69/

What steps will reproduce the problem?
1.just try to login
2.
3.

error info:
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.

What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-05 Thread reviewboard


Comment #1 on issue 2658 by chenjf...@gmail.com: Something broke! (Error  
500)

http://code.google.com/p/reviewboard/issues/detail?id=2658

error log:
[Thu Jul 05 01:00:32 2012] [error] [client 10.140.90.91] File does not  
exist: /var/www/reviews.example.com/htdocs/media/rbcommons
[Thu Jul 05 01:00:47 2012] [error] [client 10.140.90.91] File does not  
exist: /home/app/httpd/htdocs/favicon.ico
[Thu Jul 05 01:01:04 2012] [error] [client 10.140.90.91] File does not  
exist: /home/app/httpd/htdocs/dashboard
[Thu Jul 05 01:01:04 2012] [error] [client 10.140.90.91] File does not  
exist: /home/app/httpd/htdocs/favicon.ico
[Thu Jul 05 01:10:27 2012] [error] [client 10.140.90.91] File does not  
exist: /home/app/httpd/htdocs/favicon.ico
[Thu Jul 05 01:12:30 2012] [error] [client 10.140.90.91] File does not  
exist: /var/www/reviews.example.com/htdocs/media/rbcommons
[Thu Jul 05 18:32:45 2012] [error] [client 10.140.90.91] File does not  
exist: /var/www/reviews.example.com/htdocs/media/rbcommons
[Wed Jul 04 20:10:30 2012] [error] [client 10.140.90.91] File does not  
exist: /var/www/reviews.example.com/htdocs/media/rbcommons
[Wed Jul 04 23:53:27 2012] [error] [client 10.140.90.91] File does not  
exist: /var/www/reviews.example.com/htdocs/media/rbcommons/images


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-05 Thread reviewboard

Updates:
Status: NeedInfo

Comment #2 on issue 2658 by trowb...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2658

The errors you pasted in comment #1 don't have whatever failed. You'll need  
to look deeper into this file, or perhaps look in a different file  
(depending on how your web server is configured)


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-05 Thread reviewboard


Comment #3 on issue 2658 by chenjf...@gmail.com: Something broke! (Error  
500)

http://code.google.com/p/reviewboard/issues/detail?id=2658

it seems that the folder rbcommons is not exist. when i create a site,  
this folder can be created , is it? because i previous delete a site on web  
admin page.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-05 Thread reviewboard


Comment #4 on issue 2658 by trowb...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2658

I don't understand at all why you'd have rbcommons in your logs ever. The  
review board codebase doesn't have any mention of that string. Can you  
provide some detail of what steps you did to install the server?


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-05 Thread reviewboard


Comment #5 on issue 2658 by chenjf...@gmail.com: Something broke! (Error  
500)

http://code.google.com/p/reviewboard/issues/detail?id=2658

here is a line in apache-wsgi.conf configuration, perhaps it is why it need  
the rbcommons , i remove it, the error dispeared, the apache is working,  
but reviewboard still can't get access to


error as following:
[Thu Jul 05 16:22:18 2012] [error] [client 10.140.90.91] File does not  
exist: /home/app/httpd/htdocs/favicon.ico


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-05 Thread reviewboard


Comment #6 on issue 2658 by trowb...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2658

Can you paste your apache-wsgi.conf configuration here?

Just having a missing favicon shouldn't cause the entire page to return a  
500 error.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2658 in reviewboard: Something broke! (Error 500)

2012-07-05 Thread reviewboard


Comment #7 on issue 2658 by chenjf...@gmail.com: Something broke! (Error  
500)

http://code.google.com/p/reviewboard/issues/detail?id=2658

(No comment was entered for this change.)

Attachments:
apache-wsgi.conf  673 bytes
httpd.conf  13.3 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2626 in reviewboard: Something broke! (Error 500)

2012-06-25 Thread reviewboard


Comment #4 on issue 2626 by cmni...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2626

I tried the data in the tables but I cannt trace the issue yet..

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2626 in reviewboard: Something broke! (Error 500)

2012-06-24 Thread reviewboard

Updates:
Status: SetupIssue

Comment #3 on issue 2626 by trowb...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2626

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2626 in reviewboard: Something broke! (Error 500)

2012-06-07 Thread reviewboard


Comment #1 on issue 2626 by cmni...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2626

Can anyone help me?

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2626 in reviewboard: Something broke! (Error 500)

2012-06-07 Thread reviewboard


Comment #2 on issue 2626 by chip...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2626

Somehow, something in your database got duplicated. There's a duplicate  
Comment entry on that review. You'd have to go into the database  
administration page, find it, and delete it.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2628 in reviewboard: Something broke! (Error 500)

2012-06-07 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2628 by kalli...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2628

My review URL:
https://reviewboard.eng.vmware.com/r/342607/

Error occurs when I try to post a new review or if I try to update the Diff  
with the attached file.


Attachments:
diff.diff  5.2 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2628 in reviewboard: Something broke! (Error 500)

2012-06-07 Thread reviewboard


Comment #1 on issue 2628 by kalli...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2628

Sorry. I thought that this issue will be addressed to our internal admins.  
I think you cannot help me, without the actual review + diff


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2626 in reviewboard: Something broke! (Error 500)

2012-06-05 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2626 by cmni...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2626

What version are you running?
1.5.1

What's the URL of the page containing the problem?

Error Code: 500

Error Text: Internal Server Error

Request URL: /api/json/reviewrequests/634/diff/2/file/3187/line/1/comments/

Request Data: action=setnum_lines=1text=Test


What steps will reproduce the problem?
1. Error produces when commenting a source code during the code review
2.
3.

What is the expected output? What do you see instead?


DoesNotExist at  
/api/json/reviewrequests/634/diff/2/file/3187/line/1/comments/


Review matching query does not exist.

Request Method: POST
Request URL: 	 
http://192.168.2.5/api/json/reviewrequests/634/diff/2/file/3187/line/1/comments/

Django Version: 1.2.4
Exception Type: DoesNotExist
Exception Value:

Review matching query does not exist.

Exception Location: 	 
/usr/local/lib/python2.6/dist-packages/Django-1.2.4-py2.6.egg/django/db/models/query.py  
in get, line 347

Python Executable:  /usr/bin/python
Python Version: 2.6.5
Python Path: 	 
['/var/www/reviews.nucore.com/conf', '/usr/local/lib/python2.6/dist-packages/python_memcached-1.47-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.5.1-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/recaptcha_client-1.0.5-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/pytz-2010o-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/python_dateutil-1.5-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/paramiko-1.7.6-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/flup-1.0.3.dev_20100525-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Pygments-1.3.1-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Djblets-0.6.6-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/django_evolution-0.6.2-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Django-1.2.4-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/pycrypto-2.3-py2.6-linux-x86_64.egg', '/usr/local/lib/python2.6/dist-packages/PIL-1.1.6-py2.6-linux-x86_64.egg', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/pymodules/python2.6', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages']

Server time:Tue, 5 Jun 2012 22:10:11 -0700
Traceback Switch to copy-and-paste view

 
/usr/local/lib/python2.6/dist-packages/Django-1.2.4-py2.6.egg/django/core/handlers/base.py  
in get_response

response = callback(request, *callback_args, **callback_kwargs) ...
▶ Local vars
 
/usr/local/lib/python2.6/dist-packages/Django-1.2.4-py2.6.egg/django/views/decorators/cache.py  
in _wrapped_view_func

response = view_func(request, *args, **kwargs) ...
▶ Local vars
 
/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.5.1-py2.6.egg/reviewboard/webapi/decorators.py  
in _view

response = view_func(*args, **kwargs) ...
▶ Local vars
 
/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.5.1-py2.6.egg/reviewboard/webapi/decorators.py  
in _check

return webapi_login_required(view_func)(*args, **kwargs) ...
▶ Local vars
 
/usr/local/lib/python2.6/dist-packages/Djblets-0.6.6-py2.6.egg/djblets/webapi/decorators.py  
in _checklogin

response = view_func(*args, **kwargs) ...
▶ Local vars
 
/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.5.1-py2.6.egg/reviewboard/webapi/json.py  
in diff_line_comments

base_reply_to__isnull=True) ...
▶ Local vars
 
/usr/local/lib/python2.6/dist-packages/Djblets-0.6.6-py2.6.egg/djblets/util/db.py  
in get_or_create

return self.get(**kwargs) ...
▶ Local vars
 
/usr/local/lib/python2.6/dist-packages/Django-1.2.4-py2.6.egg/django/db/models/manager.py  
in get

return self.get_query_set().get(*args, **kwargs) ...
▶ Local vars
 
/usr/local/lib/python2.6/dist-packages/Django-1.2.4-py2.6.egg/django/db/models/query.py  
in get

if self.query.can_filter():
clone = clone.order_by()
num = len(clone)
if num == 1:
return clone._result_cache[0]
if not num:
raise self.model.DoesNotExist(%s matching query does not exist.
% self.model._meta.object_name) ...
raise self.model.MultipleObjectsReturned(get() returned more than  
one %s -- it returned %s! Lookup parameters were %s

% (self.model._meta.object_name, num, kwargs))
def create(self, **kwargs):

Creates a new object with the given kwargs, saving it to the  
database

▶ Local vars

Request information
GET

No GET data
POST
VariableValue
action  
u'set'
text
u'Test'
api_format  
u'json'
num_lines   
u'1'
FILES

No FILES data
COOKIES
Variable

Issue 2576 in reviewboard: Something broke! (Error 500)

2012-04-19 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2576 by gopi...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2576

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
Latest version

What's the URL of the page containing the problem?
https://reviewboard.ciqdev.com/account/login/

What steps will reproduce the problem?
1.When I tried to login https://reviewboard.ciqdev.com
2.giving correct user name and password
3.In the next page getting below  
exception(https://reviewboard.ciqdev.com/account/login/)


In my machine other users were logging in successfully.When I tried in  
other machines or in my machines am getting same exception as below


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.



What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.


Attachments:
somethingbroke.png  40.4 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2576 in reviewboard: Something broke! (Error 500)

2012-04-19 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 2576 by chip...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2576

It's always important to know exactly which version. Latest doesn't  
really tell us anything.


Can you check the reviewboard.log file to see if you can find any stack  
traces? You may need to turn on logging. You can also check the Apache log  
file.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2576 in reviewboard: Something broke! (Error 500)

2012-04-19 Thread reviewboard


Comment #3 on issue 2576 by chip...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2576

There's nothing I can look into until the logs are provided.

If you don't run the server, you'll need to talk to the administrators, as  
this is the bug tracker for Review Board itself.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2576 in reviewboard: Something broke! (Error 500)

2012-04-19 Thread reviewboard


Comment #4 on issue 2576 by gopi...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2576

Version am using is 1.0.5.1

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2576 in reviewboard: Something broke! (Error 500)

2012-04-19 Thread reviewboard


Comment #5 on issue 2576 by chip...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2576

That version is three years old. There have been 20 releases since then.

Are you running the server, or are you a user on it?

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2576 in reviewboard: Something broke! (Error 500)

2012-04-19 Thread reviewboard

Updates:
Status: Invalid

Comment #7 on issue 2576 by chip...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2576

Okay, you're going to need to talk to the people who run your server then.  
We don't have any access to it. They can look into it and, if need be,  
contact us.


This bug tracker covers the Review Board software, which is independent of  
your company.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2576 in reviewboard: Something broke! (Error 500)

2012-04-19 Thread reviewboard


Comment #8 on issue 2576 by gopi...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2576

ok same will intimate to my administrator

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2144 in reviewboard: Something broke! (Error 500)

2011-06-26 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 2144 by trowb...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2144

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2144 in reviewboard: Something broke! (Error 500)

2011-06-22 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2144 by raluca.v...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2144

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
ReviewBoard 1.5.5

What's the URL of the page containing the problem?
http://localhost/raluca/r/8/

What steps will reproduce the problem?
1.open a review request
2.modifie the bugs field
3.publish changes

What is the expected output? What do you see instead?

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.

What operating system are you using? What browser?
Ubuntu 11.04 on VirtualBox
Mozilla Firefox

Please provide any additional information below.
I've tried to modifying $sitedir/conf/settings_local.py and
adding: DEBUG = True and restart apache. After this, when i was following  
the same stepts i received a messege like this:

AttributeError at /raluca/r/7/

'NoneType' object has no attribute 'bug_tracker'

Request Method: GET
Request URL:http://localhost/raluca/r/7/
Django Version: 1.3
Exception Type: AttributeError
Exception Value:

'NoneType' object has no attribute 'bug_tracker'

Exception Location: 	 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.5.5-py2.7.egg/reviewboard/reviews/views.py  
in review_detail, line 200

Python Executable:  /usr/bin/python
Python Version: 2.7.1
Python Path:

['/var/www/raluca/conf',
 '/usr/local/lib/python2.7/dist-packages/python_memcached-1.47-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.5.5-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/recaptcha_client-1.0.6-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/pytz-2011g-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/python_dateutil-1.5-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/paramiko-1.7.7.1-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/flup-1.0.3.dev_20110405-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/Pygments-1.4-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/Djblets-0.6.7-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/django_evolution-0.6.3-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/distribute-0.6.19-py2.7.egg',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-linux2',
 '/usr/lib/python2.7/lib-tk',
 '/usr/lib/python2.7/lib-old',
 '/usr/lib/python2.7/lib-dynload',
 '/usr/local/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages/PIL',
 '/usr/lib/pymodules/python2.7/gtk-2.0',
 '/usr/lib/python2.7/dist-packages/gst-0.10',
 '/usr/lib/python2.7/dist-packages/gtk-2.0',
 '/usr/lib/pymodules/python2.7',
 '/usr/lib/pymodules/python2.7/ubuntuone-control-panel',
 '/usr/lib/pymodules/python2.7/ubuntuone-storage-protocol',
 '/usr/lib/pymodules/python2.7/ubuntuone-client']

Server time:Wed, 22 Jun 2011 05:00:04 -0700

and a lot of other informations. Please resolve this probleme as soon as  
possible.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2144 in reviewboard: Something broke! (Error 500)

2011-06-22 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 2144 by trowb...@gmail.com: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=2144

Please include the entire backtrace from the error.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1787 in reviewboard: Something broke! (Error 500)

2010-11-05 Thread reviewboard

Updates:
Status: Incomplete

Comment #3 on issue 1787 by trowbrds: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=1787

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1787 in reviewboard: Something broke! (Error 500)

2010-10-30 Thread reviewboard


Comment #2 on issue 1787 by rv.nath: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=1787

Probably the author of this defect is trying to remind you something  
just 'broke' without giving a backtrace :)


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1787 in reviewboard: Something broke! (Error 500)

2010-09-23 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 1787 by trowbrds: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=1787

Unfortunately, without a backtrace of what went wrong in the server, we  
can't solve this. Can you contact your administrator and try to get logs  
for what happens in this case?


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 1787 in reviewboard: Something broke! (Error 500)

2010-08-25 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1787 by GHJun10: Something broke! (Error 500)
http://code.google.com/p/reviewboard/issues/detail?id=1787

*NOTE: Do not post confidential information in this bug report.*

What version are you running?


What's the URL of the page containing the problem?

Error:http://rb.corp.taobao.com/r/new/

What steps will reproduce the problem?
1. Repository:cdn
2. Repository: http://svn.simba.taobao.com/svn/QA/Scripts/CDN/CDNTest/
3. Diff: C:\Documents and Settings\buke\桌面\patch.txt
4. click Create Review Request

What is the expected output? What do you see instead?

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.



What operating system are you using? What browser?
xp_sp3
IE7

Please provide any additional information below.
 diff file in Attach

Attachments:
patch.txt  17.4 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Something broke! (Error 500)

2010-05-25 Thread Christian Hammond
Try restarting the web server after enabling logging.

What version?

Christian

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


On Mon, May 24, 2010 at 10:51 PM, Madhavi Gupta madhavii.gu...@gmail.comwrote:

 I have enabled the logging. however no logs are getting created.

 Right after login, the error screen gets displayed. the URL is http://
 serverName/siteName/dashboard/

 On Tue, May 25, 2010 at 11:17 AM, Christian Hammond 
 chip...@chipx86.comwrote:

 Hi,

 If you turn on logging in the administration UI - Settings - Logging,
 then you should see some information on the errors.

 What version are you running, and what pages are you going to that causes
 this?

 Christian

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


 On Mon, May 24, 2010 at 9:34 PM, Madhavi madhavii.gu...@gmail.comwrote:

 Hi,

 I have installed ReviewBoard on CentOS.After logging in to the site,
 sometimes I get error as follows :


 -
 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.

 --

 If I refresh the page couple of times, then the error goes away.

 Where should I look to debug this ?

 thanks in advance.

 -Madhavi

 --
 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.comreviewboard%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.comreviewboard%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.comreviewboard%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

Re: Something broke! (Error 500)

2010-05-25 Thread Madhavi Gupta
the version is 1.0.7

after restating the web server, now I am not able to login. the error screen
gets displayed right away.

However I created a new site and it is working properly.

-Madhavi

On Tue, May 25, 2010 at 11:36 AM, Christian Hammond chip...@chipx86.comwrote:

 Try restarting the web server after enabling logging.

 What version?


 Christian

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


 On Mon, May 24, 2010 at 10:51 PM, Madhavi Gupta 
 madhavii.gu...@gmail.comwrote:

 I have enabled the logging. however no logs are getting created.

 Right after login, the error screen gets displayed. the URL is http://
 serverName/siteName/dashboard/

 On Tue, May 25, 2010 at 11:17 AM, Christian Hammond 
 chip...@chipx86.comwrote:

 Hi,

 If you turn on logging in the administration UI - Settings - Logging,
 then you should see some information on the errors.

 What version are you running, and what pages are you going to that causes
 this?

 Christian

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


 On Mon, May 24, 2010 at 9:34 PM, Madhavi madhavii.gu...@gmail.comwrote:

 Hi,

 I have installed ReviewBoard on CentOS.After logging in to the site,
 sometimes I get error as follows :


 -
 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.

 --

 If I refresh the page couple of times, then the error goes away.

 Where should I look to debug this ?

 thanks in advance.

 -Madhavi

 --
 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.comreviewboard%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.comreviewboard%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.comreviewboard%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.comreviewboard%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

Something broke! (Error 500)

2010-05-24 Thread Madhavi
Hi,

I have installed ReviewBoard on CentOS.After logging in to the site,
sometimes I get error as follows :

-
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.
--

If I refresh the page couple of times, then the error goes away.

Where should I look to debug this ?

thanks in advance.

-Madhavi

-- 
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: Something broke! (Error 500)

2010-05-24 Thread Christian Hammond
Hi,

If you turn on logging in the administration UI - Settings - Logging, then
you should see some information on the errors.

What version are you running, and what pages are you going to that causes
this?

Christian

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


On Mon, May 24, 2010 at 9:34 PM, Madhavi madhavii.gu...@gmail.com wrote:

 Hi,

 I have installed ReviewBoard on CentOS.After logging in to the site,
 sometimes I get error as follows :


 -
 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.

 --

 If I refresh the page couple of times, then the error goes away.

 Where should I look to debug this ?

 thanks in advance.

 -Madhavi

 --
 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.comreviewboard%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

Re: Something broke! (Error 500)

2010-05-24 Thread Madhavi Gupta
I have enabled the logging. however no logs are getting created.

Right after login, the error screen gets displayed. the URL is http://
serverName/siteName/dashboard/

On Tue, May 25, 2010 at 11:17 AM, Christian Hammond chip...@chipx86.comwrote:

 Hi,

 If you turn on logging in the administration UI - Settings - Logging,
 then you should see some information on the errors.

 What version are you running, and what pages are you going to that causes
 this?

 Christian

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


 On Mon, May 24, 2010 at 9:34 PM, Madhavi madhavii.gu...@gmail.com wrote:

 Hi,

 I have installed ReviewBoard on CentOS.After logging in to the site,
 sometimes I get error as follows :


 -
 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.

 --

 If I refresh the page couple of times, then the error goes away.

 Where should I look to debug this ?

 thanks in advance.

 -Madhavi

 --
 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.comreviewboard%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.comreviewboard%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

Something broke! (Error 500)

2010-04-27 Thread 蜗牛369
Hi,

I put the patch.exe into Paython/Scripts folder because of RB can not
found patch.exe before.

Now, I got this page:

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.


What can I do now?

-- 
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: Something broke! (Error 500) after adding new Git repository

2009-08-10 Thread Scott Ferguson

I'm also having this same issue.  Could you please elaborate on the
fix?

On Jul 14, 5:57 pm, wezyde wes.bill...@gmail.com wrote:
 Looks like it was an error in the paths.  I had to enter some
 additional information in the mirror and also create a new local
 clone.

 Working now though.

 Thanks for the help.

 On Jul 14, 3:26 pm, wezyde wes.bill...@gmail.com wrote:

  I just ran...
  git --git-dir=/var/git/repositories/k2.git config
  core.repositoryformatversion

  and it responded with...
  0

  I'm not a python expert, but hopefully that is the command.

  In my repository setup I have
  /var/git/repositories/k2.git

  Thanks.

  On Jul 14, 3:03 pm, Christian Hammond chip...@chipx86.com wrote:

   Actually, it looks like it had trouble with the repository it was 
   configured
   with.

   The relevant code is:

       def __init__(self, path):
           self.path = path
           p = subprocess.Popen(
               ['git', '--git-dir=%s' % self.path, 'config',
                    'core.repositoryformatversion'],
               stderr=subprocess.PIPE,
               stdout=subprocess.PIPE,
               close_fds=(os.name != 'nt')
           )
           contents = p.stdout.read()
           errmsg = p.stderr.read()
           failure = p.wait()

           if failure:
               raise ImportError

   So maybe try executing that same command and making sure it works on the
   exact path specified in your repository info.

   Christian

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

   On Tue, Jul 14, 2009 at 3:02 PM, wezyde wes.bill...@gmail.com wrote:

I definitely have Git on the server.  I'm using it for many projects.
Is is possible that there is an issue with permissions for the apache
user?

On Jul 14, 2:41 pm, Christian Hammond chip...@chipx86.com wrote:
 Looks like git isn't installed on that server.

 We're going to put in better error messages for such failure cases in
1.1,
 but for now, make sure git is installed and in the path.

 Christian

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

 On Tue, Jul 14, 2009 at 2:38 PM, wezyde wes.bill...@gmail.com wrote:

  I just installed reviewboard on a Ubuntu box and things were running
  well.  Once I add a new git repository and click on New Review
  Request I get theSomethingBroke! page.

  Can anyone help with this?

  Thanks.

  Traceback (most recent call last):

   File /usr/local/lib/python2.6/dist-packages/Django-1.0.2_final-
  py2.6.egg/django/core/handlers/base.py, line 86, in get_response
     response = callback(request, *callback_args, **callback_kwargs)

   File /usr/local/lib/python2.6/dist-packages/Djblets-0.5-py2.6.egg/
  djblets/auth/util.py, line 45, in _checklogin
     return view_func(request, *args, **kwargs)

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/reviews/views.py, line 84, in
  new_review_request
     fields[repo.id] = repo.get_scmtool().get_fields()

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/scmtools/models.py, line 40, in get_scmtool
     return cls(self)

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/scmtools/git.py, line 18, in __init__
     self.client = GitClient(repository.path)

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/scmtools/git.py, line 170, in __init__
     raise ImportError

  ImportError

  ModPythonRequest
  path:/r/new/,
  GET:QueryDict: {},
  POST:QueryDict: {},
  COOKIES:{'rbsessionid': 'a343a2ba1857c6035cfdd714e3e473c8'},
  META:{'AUTH_TYPE': None,
   'CONTENT_LENGTH': 0L,
   'CONTENT_TYPE': None,
   'GATEWAY_INTERFACE': 'CGI/1.1',
   'HTTP_ACCEPT': 'application/xml,application/xhtml+xml,text/
  html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
   'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
   'HTTP_ACCEPT_ENCODING': 'gzip,deflate,bzip2,sdch',
   'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8',
   'HTTP_CONNECTION': 'keep-alive',
   'HTTP_COOKIE': 'rbsessionid=a343a2ba1857c6035cfdd714e3e473c8',
   'HTTP_HOST': 'review.firmware',
   'HTTP_REFERER': 'http://review.firmware/account/preferences/?next=/
  dashboard/
   http://review.firmware/account/preferences/?next=/%0Adashboard/
  ',
   'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
  AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 
  Safari/530.5',
   'PATH_INFO': u'/r/new/',
   'PATH_TRANSLATED': None,
   'QUERY_STRING': None,
   'REMOTE_ADDR': '10.0.0.144',
   'REMOTE_HOST': None,
   

Re: Something broke! (Error 500) after adding new Git repository

2009-08-06 Thread Ben

Hi there, what was the fix you did for this? I currently have exactly
the same issue and cannot make it work correctly.

On Jul 14, 11:57 pm, wezyde wes.bill...@gmail.com wrote:
 Looks like it was an error in the paths.  I had to enter some
 additional information in the mirror and also create a new local
 clone.

 Working now though.

 Thanks for the help.

 On Jul 14, 3:26 pm, wezyde wes.bill...@gmail.com wrote:

  I just ran...
  git --git-dir=/var/git/repositories/k2.git config
  core.repositoryformatversion

  and it responded with...
  0

  I'm not a python expert, but hopefully that is the command.

  In my repository setup I have
  /var/git/repositories/k2.git

  Thanks.

  On Jul 14, 3:03 pm, Christian Hammond chip...@chipx86.com wrote:

   Actually, it looks like it had trouble with the repository it was 
   configured
   with.

   The relevant code is:

       def __init__(self, path):
           self.path = path
           p = subprocess.Popen(
               ['git', '--git-dir=%s' % self.path, 'config',
                    'core.repositoryformatversion'],
               stderr=subprocess.PIPE,
               stdout=subprocess.PIPE,
               close_fds=(os.name != 'nt')
           )
           contents = p.stdout.read()
           errmsg = p.stderr.read()
           failure = p.wait()

           if failure:
               raise ImportError

   So maybe try executing that same command and making sure it works on the
   exact path specified in your repository info.

   Christian

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

   On Tue, Jul 14, 2009 at 3:02 PM, wezyde wes.bill...@gmail.com wrote:

I definitely have Git on the server.  I'm using it for many projects.
Is is possible that there is an issue with permissions for the apache
user?

On Jul 14, 2:41 pm, Christian Hammond chip...@chipx86.com wrote:
 Looks like git isn't installed on that server.

 We're going to put in better error messages for such failure cases in
1.1,
 but for now, make sure git is installed and in the path.

 Christian

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

 On Tue, Jul 14, 2009 at 2:38 PM, wezyde wes.bill...@gmail.com wrote:

  I just installed reviewboard on a Ubuntu box and things were running
  well.  Once I add a new git repository and click on New Review
  Request I get the Something Broke! page.

  Can anyone help with this?

  Thanks.

  Traceback (most recent call last):

   File /usr/local/lib/python2.6/dist-packages/Django-1.0.2_final-
  py2.6.egg/django/core/handlers/base.py, line 86, in get_response
     response = callback(request, *callback_args, **callback_kwargs)

   File /usr/local/lib/python2.6/dist-packages/Djblets-0.5-py2.6.egg/
  djblets/auth/util.py, line 45, in _checklogin
     return view_func(request, *args, **kwargs)

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/reviews/views.py, line 84, in
  new_review_request
     fields[repo.id] = repo.get_scmtool().get_fields()

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/scmtools/models.py, line 40, in get_scmtool
     return cls(self)

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/scmtools/git.py, line 18, in __init__
     self.client = GitClient(repository.path)

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/scmtools/git.py, line 170, in __init__
     raise ImportError

  ImportError

  ModPythonRequest
  path:/r/new/,
  GET:QueryDict: {},
  POST:QueryDict: {},
  COOKIES:{'rbsessionid': 'a343a2ba1857c6035cfdd714e3e473c8'},
  META:{'AUTH_TYPE': None,
   'CONTENT_LENGTH': 0L,
   'CONTENT_TYPE': None,
   'GATEWAY_INTERFACE': 'CGI/1.1',
   'HTTP_ACCEPT': 'application/xml,application/xhtml+xml,text/
  html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
   'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
   'HTTP_ACCEPT_ENCODING': 'gzip,deflate,bzip2,sdch',
   'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8',
   'HTTP_CONNECTION': 'keep-alive',
   'HTTP_COOKIE': 'rbsessionid=a343a2ba1857c6035cfdd714e3e473c8',
   'HTTP_HOST': 'review.firmware',
   'HTTP_REFERER': 'http://review.firmware/account/preferences/?next=/
  dashboard/
   http://review.firmware/account/preferences/?next=/%0Adashboard/
  ',
   'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
  AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 
  Safari/530.5',
   'PATH_INFO': u'/r/new/',
   'PATH_TRANSLATED': None,
   'QUERY_STRING': None,
   'REMOTE_ADDR': 

Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread wezyde

I just installed reviewboard on a Ubuntu box and things were running
well.  Once I add a new git repository and click on New Review
Request I get the Something Broke! page.

Can anyone help with this?

Thanks.

Traceback (most recent call last):

  File /usr/local/lib/python2.6/dist-packages/Django-1.0.2_final-
py2.6.egg/django/core/handlers/base.py, line 86, in get_response
response = callback(request, *callback_args, **callback_kwargs)

  File /usr/local/lib/python2.6/dist-packages/Djblets-0.5-py2.6.egg/
djblets/auth/util.py, line 45, in _checklogin
return view_func(request, *args, **kwargs)

  File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
py2.6.egg/reviewboard/reviews/views.py, line 84, in
new_review_request
fields[repo.id] = repo.get_scmtool().get_fields()

  File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
py2.6.egg/reviewboard/scmtools/models.py, line 40, in get_scmtool
return cls(self)

  File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
py2.6.egg/reviewboard/scmtools/git.py, line 18, in __init__
self.client = GitClient(repository.path)

  File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
py2.6.egg/reviewboard/scmtools/git.py, line 170, in __init__
raise ImportError

ImportError


ModPythonRequest
path:/r/new/,
GET:QueryDict: {},
POST:QueryDict: {},
COOKIES:{'rbsessionid': 'a343a2ba1857c6035cfdd714e3e473c8'},
META:{'AUTH_TYPE': None,
 'CONTENT_LENGTH': 0L,
 'CONTENT_TYPE': None,
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': 'application/xml,application/xhtml+xml,text/
html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
 'HTTP_ACCEPT_ENCODING': 'gzip,deflate,bzip2,sdch',
 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_COOKIE': 'rbsessionid=a343a2ba1857c6035cfdd714e3e473c8',
 'HTTP_HOST': 'review.firmware',
 'HTTP_REFERER': 'http://review.firmware/account/preferences/?next=/
dashboard/',
 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 Safari/530.5',
 'PATH_INFO': u'/r/new/',
 'PATH_TRANSLATED': None,
 'QUERY_STRING': None,
 'REMOTE_ADDR': '10.0.0.144',
 'REMOTE_HOST': None,
 'REMOTE_IDENT': None,
 'REMOTE_USER': None,
 'REQUEST_METHOD': 'GET',
 'SCRIPT_NAME': '',
 'SERVER_NAME': 'review.firmware',
 'SERVER_PORT': 0,
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'mod_python'}

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



  1   2   >