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"

xxxx@yyyyy:~/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/xxxx
Current Directory = /home/xxxx/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/xxxx/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>
  <title>500 - Internal Server Error | Review Board</title>
 </head>
 <body>
  <h1>Something 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 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.

Reply via email to