Re: Reg :RBT POST

2014-09-19 Thread Arjun A.M.

Hi David 

Thanks the problem was in the repo name . I didnt use the root path in svn 
info

Thanks
Arjun
On Wednesday, 17 September 2014 12:05:50 UTC-7, Arjun A.M. wrote:

 Hello

 I have got my reviewboard working but I am facing problems with rbt post.

 If I do a rbt diff I get the correct value but if I do a rbt post I get 

 ERROR: Error uploading diff


 HTTP 500

 Your review request still exists, but the diff is not attached.

 http://localhost/r/1/

 This is my reviewboard url in .reviewboardrc file : REVIEWBOARD_URL = 
 http://localhost/;

 Any help would be greatly appreciated

 Thanks
 Arjun


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


Reg :RBT POST

2014-09-17 Thread Arjun A.M.
Hello

I have got my reviewboard working but I am facing problems with rbt post.

If I do a rbt diff I get the correct value but if I do a rbt post I get 

ERROR: Error uploading diff


HTTP 500

Your review request still exists, but the diff is not attached.

http://localhost/r/1/

This is my reviewboard url in .reviewboardrc file : REVIEWBOARD_URL = 
http://localhost/;

Any help would be greatly appreciated

Thanks
Arjun

-- 
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: Reg :RBT POST

2014-09-17 Thread Arjun A.M.
] ImportError: SVN integration requires 
either subvertpy or pysvn

THanks
Arjun

On Wednesday, 17 September 2014 12:05:50 UTC-7, Arjun A.M. wrote:

 Hello

 I have got my reviewboard working but I am facing problems with rbt post.

 If I do a rbt diff I get the correct value but if I do a rbt post I get 

 ERROR: Error uploading diff


 HTTP 500

 Your review request still exists, but the diff is not attached.

 http://localhost/r/1/

 This is my reviewboard url in .reviewboardrc file : REVIEWBOARD_URL = 
 http://localhost/;

 Any help would be greatly appreciated

 Thanks
 Arjun


-- 
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: Reg :RBT POST

2014-09-17 Thread Arjun A.M.

 





Hi 

Now I get this I am not sure why there are junk inbetween characters. Also 
I am using my check out path so where am I going wrong?

ERROR: Error uploading diff


One or more fields had errors (HTTP 400, API Error 105)

path: 'svn%20checkout%20--username%
20agarammangada%20http%3A/
svn.teamforge.mascorp.com/svn/repos/directoryname/trunk/filename' 
http://svn.teamforge.mascorp.com/svn/repos/xadbapps/trunk/igmp is not a 
working copy
'svn%20checkout%20--username%20agarammangada%20http%3A/
svn.teamforge.mascorp.com/svn/repos/directoryname/trunk/filename 
http://svn.teamforge.mascorp.com/svn/repos/xadbapps/trunk/igmp' does not 
exist

Your review request still exists, but the diff is not attached.

http://localhost/r/1/

THanks
Arjun




On Wednesday, 17 September 2014 14:36:00 UTC-7, David Trowbridge wrote:

 It looks like it doesn't have an svn backend installed. I'd suggest using 
 pysvn.

 -David

 On Wed, Sep 17, 2014 at 2:34 PM, Arjun A.M. arjun...@gmail.com 
 javascript: wrote:

 HI David

 Here is the apache error log




 [Wed Sep 17 21:33:01 2014] [error] ERROR:root:Exception thrown for user 
 arjun at http://localhost/api/review-requests/1/diffs/
 [Wed Sep 17 21:33:01 2014] [error] 
 [Wed Sep 17 21:33:01 2014] [error] SVN integration requires either 
 subvertpy or pysvn
 [Wed Sep 17 21:33:01 2014] [error] Traceback (most recent call last):
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/core/handlers/base.py,
  
 line 112, in get_response
 [Wed Sep 17 21:33:01 2014] [error] response = 
 wrapped_callback(request, *callback_args, **callback_kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/views/decorators/cache.py,
  
 line 52, in _wrapped_view_func
 [Wed Sep 17 21:33:01 2014] [error] response = view_func(request, 
 *args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/views/decorators/vary.py,
  
 line 19, in inner_func
 [Wed Sep 17 21:33:01 2014] [error] response = func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/resources.py,
  
 line 495, in __call__
 [Wed Sep 17 21:33:01 2014] [error] request, method, view, 
 api_format=api_format, *args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/resources.py,
  
 line 566, in call_method_view
 [Wed Sep 17 21:33:01 2014] [error] return view(request, *args, 
 **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/resources.py,
  
 line 748, in post
 [Wed Sep 17 21:33:01 2014] [error] return self.create(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 117, in _call
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 138, in _checklogin
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 117, in _call
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/webapi/decorators.py,
  
 line 110, in _check
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 117, in _call
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 117, in _call
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 287, in _validate
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, 
 **new_kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/webapi/resources/diff.py,
  
 line 283, in create
 [Wed Sep 17 21:33:01 2014] [error] request=request)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/reviews/forms.py,
  
 line 95

Re: Reg :RBT POST

2014-09-17 Thread Arjun A.M.


On Wednesday, 17 September 2014 15:11:11 UTC-7, Arjun A.M. wrote:


  


 David ,

 

 Could you please reply to this when you find time 

 Thanks
Arjun 


 Hi 

 Now I get this I am not sure why there are junk inbetween characters. Also 
 I am using my check out path so where am I going wrong?

 ERROR: Error uploading diff


 One or more fields had errors (HTTP 400, API Error 105)

 path: 'svn%20checkout%20--username%
 20agarammangada%20http%3A/
 svn.teamforge.mascorp.com/svn/repos/directoryname/trunk/filename' 
 http://svn.teamforge.mascorp.com/svn/repos/xadbapps/trunk/igmp is not a 
 working copy
 'svn%20checkout%20--username%20agarammangada%20http%3A/
 svn.teamforge.mascorp.com/svn/repos/directoryname/trunk/filename 
 http://svn.teamforge.mascorp.com/svn/repos/xadbapps/trunk/igmp' does 
 not exist

 Your review request still exists, but the diff is not attached.

 http://localhost/r/1/

 THanks
 Arjun




 On Wednesday, 17 September 2014 14:36:00 UTC-7, David Trowbridge wrote:

 It looks like it doesn't have an svn backend installed. I'd suggest using 
 pysvn.

 -David

 On Wed, Sep 17, 2014 at 2:34 PM, Arjun A.M. arjun...@gmail.com wrote:

 HI David

 Here is the apache error log




 [Wed Sep 17 21:33:01 2014] [error] ERROR:root:Exception thrown for user 
 arjun at http://localhost/api/review-requests/1/diffs/
 [Wed Sep 17 21:33:01 2014] [error] 
 [Wed Sep 17 21:33:01 2014] [error] SVN integration requires either 
 subvertpy or pysvn
 [Wed Sep 17 21:33:01 2014] [error] Traceback (most recent call last):
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/core/handlers/base.py,
  
 line 112, in get_response
 [Wed Sep 17 21:33:01 2014] [error] response = 
 wrapped_callback(request, *callback_args, **callback_kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/views/decorators/cache.py,
  
 line 52, in _wrapped_view_func
 [Wed Sep 17 21:33:01 2014] [error] response = view_func(request, 
 *args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/views/decorators/vary.py,
  
 line 19, in inner_func
 [Wed Sep 17 21:33:01 2014] [error] response = func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/resources.py,
  
 line 495, in __call__
 [Wed Sep 17 21:33:01 2014] [error] request, method, view, 
 api_format=api_format, *args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/resources.py,
  
 line 566, in call_method_view
 [Wed Sep 17 21:33:01 2014] [error] return view(request, *args, 
 **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/resources.py,
  
 line 748, in post
 [Wed Sep 17 21:33:01 2014] [error] return self.create(*args, 
 **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 117, in _call
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 138, in _checklogin
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 117, in _call
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/webapi/decorators.py,
  
 line 110, in _check
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 117, in _call
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 117, in _call
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, **kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py,
  
 line 287, in _validate
 [Wed Sep 17 21:33:01 2014] [error] return view_func(*args, 
 **new_kwargs)
 [Wed Sep 17 21:33:01 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/webapi/resources/diff.py,
  
 line 283, in create
 [Wed Sep 17 21:33:01 2014] [error] request=request)
 [Wed

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.
/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
 
line 123, in render
[Mon Aug 11 17:21:31 2014] [error] return 
compiled_parent._render(context)
[Mon Aug 11 17:21:31 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 17:21:31 2014] [error] return self.nodelist.render(context)
[Mon Aug 11 17:21:31 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 17:21:31 2014] [error] bit = self.render_node(node, context)
[Mon Aug 11 17:21:31 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 17:21:31 2014] [error] return node.render(context)
[Mon Aug 11 17:21:31 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:21:31 2014] [error] url = self.url(context)
[Mon Aug 11 17:21:31 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:21:31 2014] [error] return staticfiles_storage.url(path)
[Mon Aug 11 17:21:31 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:21:31 2014] [error] hashed_name = 
self.hashed_name(clean_name).replace('', '/')
[Mon Aug 11 17:21:31 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:21:31 2014] [error] (clean_name, self))
[Mon Aug 11 17:21:31 2014] [error] ValueError: The file 
'rb/images/favicon_notify.ico' could not be found with 
pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.

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






















On Friday, 8 August 2014 19:28:37 UTC-7, Arjun A.M. 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

Plugins for visual studio and eclipse

2014-08-11 Thread Arjun A.M.


I am tying to research using reviewboard for my company and I was wondering 
if reviewboard has plugins for eclipse and visual studio. I know there is 
ereviewboard for eclipse. Is it a part of  the official reviewboard?

Thanks
Arjun

-- 
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: 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 Arjun A.M.
] [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 19:24:05 2014] [error] url = self.url(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/contrib/staticfiles/templatetags/staticfiles.py,
 
line 12, in url
[Mon Aug 11 19:24:05 2014] [error] return staticfiles_storage.url(path)
[Mon Aug 11 19:24:05 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 19:24:05 2014] [error] hashed_name = 
self.hashed_name(clean_name).replace('', '/')
[Mon Aug 11 19:24:05 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 19:24:05 2014] [error] (clean_name, self))
[Mon Aug 11 19:24:05 2014] [error] ValueError: The file 
'rb/images/favicon_notify.ico' could not be found with 
pipeline.storage.PipelineCachedStorage object at 0xa6b2328c.

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



Settings file :-

# Site-specific configuration settings for Review Board
# Definitions of these settings can be found at
# http://docs.djangoproject.com/en/dev/ref/settings/

# Database configuration
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': '/var/www/reviews.example.com/data/reviewboard.db',
},
}

# Unique secret key. Don't share this with anybody.
SECRET_KEY = '%_p!q0ii^0#0346ef=2je#lh0g6_mba7u8s^_(55svo4efu'

# Cache backend settings.
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': 'localhost:11211',
},
}

# Extra site information.
SITE_ID = 1
SITE_ROOT = '/reviews/'
FORCE_SCRIPT_NAME = ''
DEBUG = False
ALLOWED_HOSTS = ['example.com']
~   

 

~   

 

~   

 

~  


On Monday, 11 August 2014 12:12:05 UTC-7, Christian Hammond wrote:

 Did you restart Apache after changing it back to False?

 Christian

 -- 
 Christian Hammond - chri...@beanbaginc.com javascript:
 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...@gmail.com 
 javascript:) 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

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,