So I see three issues here. All external to Review Board.

First, it looks like you may have a busted Python or glibc install. The
fact that it couldn't load libpthread, a core glibc module, is a major red
flag and suggests a broken Linux install or broken jail of some sort. That
or some corruption.

Second, OSRNG. That's not ours. Looks like something custom on your
install. You'd have to track down what that is, how it ended up becoming a
dependency, and why it's missing.

Third, the django_session error. This shouldn't be able to happen. That key
is enforced to be unique at the database level. Again, looks like something
custom or corrupted.

What database are you using?

What Linux distro and version?

Christian


On Wednesday, November 9, 2011, shar111 <sharmila...@gmail.com> wrote:
> Hi,
>
> We are migrating to the new RB version 1.6.1 from 1.0.9
> I did an rb-site upgrade yesterday.
>
> I then got the below issue noted.
> And it hanged for long (almost a day)
>
>>>
> No fixtures found.
> Unable to load SCMTool svn = reviewboard.scmtools.svn:SVNTool: ld.so.
> 1: python: fatal: libpthread.so.0: open failed: No such file or
> directory
> Unable to load SCMTool git = reviewboard.scmtools.git:GitTool: cannot
> import name OSRNG
> Unable to load SCMTool bzr = reviewboard.scmtools.bzr:BZRTool: cannot
> import name OSRNG
> Unable to load SCMTool cvs = reviewboard.scmtools.cvs:CVSTool: cannot
> import name OSRNG
> Unable to load SCMTool perforce =
> reviewboard.scmtools.perforce:PerforceTool: cannot import name OSRNG
> Unable to load SCMTool plastic =
> reviewboard.scmtools.plastic:PlasticTool: cannot import name OSRNG
> Unable to load SCMTool clearcase =
> reviewboard.scmtools.clearcase:ClearCaseTool: cannot import name OSRNG
> Unable to load SCMTool hg = reviewboard.scmtools.hg:HgTool: cannot
> import name OSRNG
> Evolution could not be simulated, possibly due to raw SQL mutations
>>>
>
> So I killed the process and started my RB then it gave me issues
> telling that
>
> So obviously the upgrade is not complete.
> So I did a rb-site upgrade again..
>
> Now it shows me an error and exists
>
> roject signature has changed - an evolution is required
> Installing custom SQL ...
> Installing indexes ...
> No fixtures found.
> Unable to load SCMTool svn = reviewboard.scmtools.svn:SVNTool: ld.so.
> 1: python: fatal: libpthread.so.0: open failed: No such file or
> directory
> Unable to load SCMTool git = reviewboard.scmtools.git:GitTool: cannot
> import name OSRNG
> Unable to load SCMTool bzr = reviewboard.scmtools.bzr:BZRTool: cannot
> import name OSRNG
> Unable to load SCMTool cvs = reviewboard.scmtools.cvs:CVSTool: cannot
> import name OSRNG
> Unable to load SCMTool perforce =
> reviewboard.scmtools.perforce:PerforceTool: cannot import name OSRNG
> Unable to load SCMTool plastic =
> reviewboard.scmtools.plastic:PlasticTool: cannot import name OSRNG
> Unable to load SCMTool clearcase =
> reviewboard.scmtools.clearcase:ClearCaseTool: cannot import name OSRNG
> Unable to load SCMTool hg = reviewboard.scmtools.hg:HgTool: cannot
> import name OSRNG
> Evolution could not be simulated, possibly due to raw SQL mutations
> Error: Error applying evolution: (1061, "Duplicate key name
> 'django_session_c25c2c28'")
>
> Can you please  point me how to get this solved.
>
> Below are the details of the different steps I followed:
> 1. Installed the packages in my local repository
> 2. Was facing ussues with pycrypto, so downloaded the same in Linux
> and added that
> 3. Changed the settings and PATH to denote the new locations
> 4. Started RB with that
> 5. It gave me some missing columns
> 6. Then did an upgrade as in the scenario noted above.
>
> thanks-
> Sharmila
>
> --
> 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

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

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

Reply via email to