Re: Search fails with HTTP 500

2013-08-09 Thread Christian Wuerdig
Sounds like this problem: 
https://code.google.com/p/reviewboard/issues/detail?id=2544

Shouldn't this be added as fix to RB instead of having individuals patching 
it? I don't really like running a custom patched version. This always gets 
you into trouble when upgrading.

Cheers
Christian

On Saturday, August 3, 2013 3:29:32 AM UTC+12, Igor Berger wrote:

 Hello,

 I have Review Board working except for search. When I try to search from 
 the search box, I get exceptions below.

 I've successfully rebuild the index (using rb-site manage /path/to/site 
 index -- --full) just in case, even though I have crontab setup to do it.

 Any ideas?

 Thank you,
 Igor.


 Server:
 Review Board 1.7.9
 Ubuntu 12.04.2 LTS
 PyLucene  2.3.1-1.1ubuntu2.1
 Python 2.7.3
 OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

 Client: Chrome 28 on Windows 7


 2013-08-02 15:22:56,027 - ERROR -  - Exception thrown for user igor.berger 
 at http://ourhostname/reviews/r/search/?q=hello

 java.lang.IndexOutOfBoundsException: Not a valid hit number: 0
 Java stacktrace:
 java.lang.IndexOutOfBoundsException: Not a valid hit number: 0
 at org.apache.lucene.search.Hits.hitDoc(Hits.java:202)
 at org.apache.lucene.search.Hits.doc(Hits.java:155)
 Traceback (most recent call last):
   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/core/handlers/base.py,
  
 line 111, in get_response
 response = callback(request, *callback_args, **callback_kwargs)
   File 
 /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.9-py2.7.egg/reviewboard/accounts/decorators.py,
  
 line 22, in _check
 return view_func(*args, **kwargs)
   File 
 /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.9-py2.7.egg/reviewboard/reviews/views.py,
  
 line 1405, in search
 for hit in searcher.search(parser.parse(query))]
 JavaError: java.lang.IndexOutOfBoundsException: Not a valid hit number: 0
 Java stacktrace:
 java.lang.IndexOutOfBoundsException: Not a valid hit number: 0
 at org.apache.lucene.search.Hits.hitDoc(Hits.java:202)
 at org.apache.lucene.search.Hits.doc(Hits.java:155)

 2013-08-02 15:22:56,030 - ERROR - None - igor.berger - /reviews/r/search/ 
 - Internal Server Error: /reviews/r/search/
 Traceback (most recent call last):
   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/core/handlers/base.py,
  
 line 111, in get_response
 response = callback(request, *callback_args, **callback_kwargs)
   File 
 /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.9-py2.7.egg/reviewboard/accounts/decorators.py,
  
 line 22, in _check
 return view_func(*args, **kwargs)
   File 
 /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.9-py2.7.egg/reviewboard/reviews/views.py,
  
 line 1405, in search
 for hit in searcher.search(parser.parse(query))]
 JavaError: java.lang.IndexOutOfBoundsException: Not a valid hit number: 0
 Java stacktrace:
 java.lang.IndexOutOfBoundsException: Not a valid hit number: 0
 at org.apache.lucene.search.Hits.hitDoc(Hits.java:202)
 at org.apache.lucene.search.Hits.doc(Hits.java:155)



-- 
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: Instant Messaging (XMPP) extension

2013-08-09 Thread Horatiu Eugen VLAD
Hi,


Just released version 0.4 to fix one nasty bug:

Fix for multiple delivery of same message


H.


On Saturday, May 18, 2013 4:36:52 PM UTC+2, Horatiu Eugen VLAD wrote:

 Hi,

 I have open-sourced a some time ago an Instant Messaging (XMPP) extension 
 for Review board. The feature set is basic at it just a mirroring the email 
 notification behavior.

 Code can be downloaded from:

 https://github.com/iconoeugen/rb-xmpp-notification

 For installation follow the next steps:

 using pip:
 sudo pip install RBXmppNotification
 using easy_install:
 sudo easy_install RBXmppNotification
 from source:
 git clone https://github.com/iconoeugen/rb-xmpp-notification
 cd RBXmppNotification
 sudo python setup.py build install
 Restart your web server running review board
 Login in to review board as administrator
 Go to Admin panel - Extensions
 In the 'MANAGE EXTENSIONS' page, enable 'RBXmppNotification'
 Configure 'RBXmppNotification' with the XMPP server and sender details.
 Click on 'Save'


 Any feedback is welcomed,
 H


-- 
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: Issue 3048 in reviewboard: Error in uploading files

2013-08-09 Thread reviewboard


Comment #2 on issue 3048 by balasubr...@gmail.com: Error in uploading files
http://code.google.com/p/reviewboard/issues/detail?id=3048

After changing the permission to 755, then also same issue persists,  
changed to 777 and worked...


--
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 2093 in reviewboard: Allow code formatting in comments

2013-08-09 Thread reviewboard


Comment #2 on issue 2093 by tyree...@gmail.com: Allow code formatting in  
comments

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

I noticed this issue hasn't seen any updates in a couple of years, and I  
was curious if anything ever happened with it. 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 3048 in reviewboard: Error in uploading files

2013-08-09 Thread reviewboard


Comment #3 on issue 3048 by trowb...@gmail.com: Error in uploading files
http://code.google.com/p/reviewboard/issues/detail?id=3048

777 may work fine based on the security of the server, but it sounds like  
probably the directory was not owned by the user that the web server is  
running as.


--
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 1321 in reviewboard: post-review fails when submitting a Perforce CLN that includes a symlink to a symlink.

2013-08-09 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 1321 by trowb...@gmail.com: post-review fails when  
submitting a Perforce CLN that includes a symlink to a symlink.

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

Fixed in rbtools master (8e72821). 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 1774 in reviewboard: post-review can't handle symlink deletes properly for p4 changes

2013-08-09 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 1774 by trowb...@gmail.com: post-review can't handle  
symlink deletes properly for p4 changes

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

Fixed in rbtools master (8e72821). 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 2093 in reviewboard: Allow code formatting in comments

2013-08-09 Thread reviewboard


Comment #3 on issue 2093 by trowb...@gmail.com: Allow code formatting in  
comments

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

We had a student get most of the way through implementing markdown support,  
which would enable this.


There's some work to be done with it, but hopefully it'll get in for 1.8

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