Opened 10 years ago

Last modified 10 years ago

#11521 new defect

Skipping "AccountLDAPPlugin = accountldap": — at Version 1

Reported by: anonymous Owned by: Carlos López Pérez
Priority: normal Component: AccountLdapPlugin
Severity: blocker Keywords:
Cc: Trac Release: 1.0

Description (last modified by Ryan J Ollos)

Hi,

I am unable to load Trac web browser and I see the below logs : Can you please help me understand on what the main issue could be as am newbie to Trac.

Trac[loader] ERROR: Skipping "AccountLDAPPlugin = accountldap":
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/loader.py", line 68, in _load_eggs
    entry.load(require=True)
  File "/usr/local/lib/python2.7/site-packages/distribute-0.6.49-py2.7.egg/pkg_resources.py", line 2087, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build/bdist.cygwin-1.7.20-i686/egg/accountldap/__init__.py", line 8, in <module>
  File "build/bdist.cygwin-1.7.20-i686/egg/accountldap/accountldap.py", line 9, in <module>
  File "/usr/local/lib/python2.7/ldap.py", line 14, in <module>
    from salt.exceptions import CommandExecutionError, SaltInvocationError
  File "/usr/local/lib/python2.7/salt/__init__.py", line 13, in <module>
    import salt.log
  File "/usr/local/lib/python2.7/salt/salt/__init__.py", line 19, in <module>
    from salt.utils import migrations
  File "/usr/local/lib/python2.7/salt/utils/__init__.py", line 26, in <module>
    import zmq
ImportError: No module named zmq

Trac[loader] DEBUG: Loading HudsonTrac from /db_apps/git/plugins/HudsonTrac-0.5-py2.7.egg
2014-01-17 15:05:46,167 Trac[loader] DEBUG: Loading HudsonTrac from /db_apps/git/plugins/HudsonTrac-0.5-py2.7.egg
2014-01-17 15:05:46,167 Trac[loader] DEBUG: Loading HudsonTrac from /db_apps/git/plugins/HudsonTrac-0.5-py2.7.egg
2014-01-17 15:05:46,170 Trac[loader] DEBUG: Loading STractistics from /db_apps/git/plugins/STractistics-0.5.0b-py2.7.egg
2014-01-17 15:05:46,170 Trac[loader] DEBUG: Loading STractistics from /db_apps/git/plugins/STractistics-0.5.0b-py2.7.egg
2014-01-17 15:05:46,170 Trac[loader] DEBUG: Loading STractistics from /db_apps/git/plugins/STractistics-0.5.0b-py2.7.egg
2014-01-17 15:05:46,171 Trac[loader] DEBUG: Loading TracXMLRPC from /db_apps/git/plugins/TracXMLRPC-1.1.2-py2.7.egg
2014-01-17 15:05:46,171 Trac[loader] DEBUG: Loading TracXMLRPC from /db_apps/git/plugins/TracXMLRPC-1.1.2-py2.7.egg
2014-01-17 15:05:46,171 Trac[loader] DEBUG: Loading TracXMLRPC from /db_apps/git/plugins/TracXMLRPC-1.1.2-py2.7.egg

Change History (1)

comment:1 Changed 10 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.