Looks like you need to update your installed django-evolution.

-David

On Wed, Mar 16, 2016 at 11:53 AM Jim Hagan <jim.locat...@gmail.com> wrote:

> Okay, I restarted GUNICORN again and got this:
>
> ersionConflict: (django-evolution 0.7.5
> (/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg),
> Requirement.parse('django-evolution<=0.7.999,>=0.7.6'))
> ERROR:root:Error loading authentication backend ldap: (django-evolution
> 0.7.5
> (/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg),
> Requirement.parse('django-evolution<=0.7.999,>=0.7.6'))
> Traceback (most recent call last):
>   File
> "/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/ReviewBoard-2.5.3-py2.7.egg/reviewboard/accounts/backends.py",
> line 935, in _populate_defaults
>     cls = entry.load()
>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
> 2201, in load
>     self.require(*args, **kwargs)
>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
> 2218, in require
>     items = working_set.resolve(reqs, env, installer)
>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 835,
> in resolve
>     raise VersionConflict(dist, req).with_context(dependent_req)
> VersionConflict: (django-evolution 0.7.5
> (/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg),
> Requirement.parse('django-evolution<=0.7.999,>=0.7.6'))
>
>
> On Wed, Mar 16, 2016 at 2:09 PM, Jim Hagan <jim.locat...@gmail.com> wrote:
>
>> David,
>>
>> I can't find anything obvious in the logs.  Doe sit help that I am able
>> to run the following
>> code from my django shell for the site in question...
>>
>> >>> import pkg_resources
>> >>> for entry in
>> pkg_resources.iter_entry_points('reviewboard.auth_backends'):
>> ...     print entry
>> ...
>> *x509 = reviewboard.accounts.backends:X509Backend*
>> *nis = reviewboard.accounts.backends:NISBackend*
>> *ad = reviewboard.accounts.backends:ActiveDirectoryBackend*
>> *digest = reviewboard.accounts.backends:HTTPDigestBackend*
>> *ldap = reviewboard.accounts.backends:LDAPBackend*
>>
>>
>> On Wed, Mar 16, 2016 at 1:50 PM, David Trowbridge <trowb...@gmail.com>
>> wrote:
>>
>>> This sounds like it's not loading the entry points because of some
>>> unsatisfied or conflicting dependency. Can you check the reviewboard and
>>> webserver logs to see if there are any errors at start-up?
>>>
>>> -David
>>>
>>> On Wed, Mar 16, 2016 at 7:12 AM Jim H <jim.locat...@gmail.com> wrote:
>>>
>>>>
>>>>
>>>> I upgraded from 2.0.18 to 2.5.3.  After this I was unable to login via
>>>> Active Directory and when I create an admin account manually and looked at
>>>> the *"Authentication Method"* dropdown, I was missing most of the
>>>> options I previously had.
>>>> My site config *JSON* is nearly identical to before, and my Django
>>>> settings file is identical (other than SQL connection)
>>>>
>>>>
>>>>
>>>> <https://lh3.googleusercontent.com/-MiApwEAFBMg/VulV3ax4yWI/AAAAAAAAADI/tM1iDZ2rFe4mjVyq_sRpFTDS-n1H0cThw/s1600/pre_2_5_3_auth_options.jpg>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> <https://lh3.googleusercontent.com/-5OebjugomS8/VulXsov0FNI/AAAAAAAAADU/Qd2xtdTLexM4SjJZ8L_2waB5XSRCC0DSw/s1600/post_2_5_3_auth_options.jpg>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Any ideas are much appreciated.
>>>>
>>>> --
>>>> Supercharge your Review Board with Power Pack:
>>>> https://www.reviewboard.org/powerpack/
>>>> Want us to host Review Board for you? Check out RBCommons:
>>>> https://rbcommons.com/
>>>> Happy user? Let us know! https://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.
>>>>
>>> --
>>> -David
>>>
>>> --
>>> Supercharge your Review Board with Power Pack:
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons:
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://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.
>>>
>>
>>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://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.
>
-- 
-David

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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.

Reply via email to