Bug 616578 - rb-site install fails to complete
Summary: rb-site install fails to complete
Keywords:
Status: CLOSED DUPLICATE of bug 598460
Alias: None
Product: Fedora
Classification: Fedora
Component: ReviewBoard
Version: 13
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Stephen Gallagher
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-20 20:17 UTC by Leif Gruenwoldt
Modified: 2010-07-20 20:34 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-07-20 20:34:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Leif Gruenwoldt 2010-07-20 20:17:06 UTC
Description of problem:

ReviewBoard fails to complete site config install.

Version-Release number of selected component (if applicable):

ReviewBoard-1.0.5.1-2.fc13.noarch

How reproducible:

Always.

Steps to Reproduce:
1. sudo rb-site install /var/www/reviews
2. Walk through gui installer clicking next a lot
3. I chose a MySQL, Apache, and Memcached
  
Actual results:

Creating table django_evolution
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/reviewboard/cmdline/rbsite.py", line 770, in next_page
    func()
  File "/usr/lib/python2.6/site-packages/reviewboard/cmdline/rbsite.py", line 944, in call_func
    func()
  File "/usr/lib/python2.6/site-packages/reviewboard/cmdline/rbsite.py", line 313, in sync_database
    self.run_manage_command("syncdb", ["--noinput"])
  File "/usr/lib/python2.6/site-packages/reviewboard/cmdline/rbsite.py", line 352, in run_manage_command
    execute_manager(reviewboard.settings, [__file__, cmd] + params)
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 438, in execute_manager
    utility.execute()
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 191, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 218, in execute
    output = self.handle(*args, **options)
  File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 347, in handle
    return self.handle_noargs(**options)
  File "/usr/lib/python2.6/site-packages/django/core/management/commands/syncdb.py", line 103, in handle_noargs
    emit_post_sync_signal(created_models, verbosity, interactive, db)
  File "/usr/lib/python2.6/site-packages/django/core/management/sql.py", line 185, in emit_post_sync_signal
    interactive=interactive, db=db)
  File "/usr/lib/python2.6/site-packages/django/dispatch/dispatcher.py", line 162, in send
    response = receiver(signal=self, sender=sender, **named)
  File "/usr/lib/python2.6/site-packages/reviewboard/admin/management/sites.py", line 21, in init_siteconfig
    create_default_site(app, created_models, verbosity)
TypeError: create_default_site() takes exactly 4 arguments (3 given)


Expected results:

rb-site install to finish cleanly.

Additional info:

Recommended action is to upgrade to ReviewBoard 1.0.9

http://groups.google.com/group/reviewboard/browse_thread/thread/5fdfa28b64f92bc2/1f0cb810cfcd834e?tvc=2#1f0cb810cfcd834e

Comment 1 Stephen Gallagher 2010-07-20 20:34:38 UTC

*** This bug has been marked as a duplicate of bug 598460 ***


Note You need to log in before you can comment on or make changes to this bug.