Modify

Opened 9 years ago

Closed 6 years ago

#12183 closed defect (worksforme)

ERROR: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]"

Reported by: massimo.b@… Owned by:
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description

Not sure if this belongs to AccountManagerPlugin or AnnouncerPlugin...

I notice this error in the log:

2015-02-09 12:49:00,289 Trac[env] INFO: Reloading environment due to configuration change
2015-02-09 12:49:00,632 Trac[loader] ERROR: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]": 
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/trac/loader.py", line 68, in _load_eggs
    entry.load(require=True)
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 2184, in load
    ['__name__'])
ImportError: No module named opt.announcer.uid_chg

This is trac 1.0.3. I have these plugins:

RoadmapHours-0.5-py2.7.egg
SimpleMultiProject-0.0.4dev_r14359-py2.7.egg
timingandestimationplugin-1.3.7-py2.7.egg
TracAccountManager-0.5dev_r14363-py2.7.egg
TracAnnouncer-1.0dev_r13984-py2.7.egg
TracAutocompleteUsersPlugin-0.4.3dev_r14213-py2.7.egg
TracDiscussion-0.9dev_r14140-py2.7.egg
TracFullBlogPlugin-0.1.1_r0-py2.7.egg
TracGanttCalendarPlugin-0.6.4_r859-py2.7.egg
TracMasterTickets-3.0.5dev_r14323-py2.7.egg
TracWatchlistPlugin-1.0.1-patched_py2.7.egg
TracWorkflowAdmin-0.12.0.2-py2.7.egg
WikiAutoComplete-1.0-py2.7.egg
WorkLog-0.4dev_r13835-py2.7.egg

Attachments (0)

Change History (3)

comment:1 Changed 9 years ago by Steffen Hoffmann

What's the exact issue you're experiencing with this?

This error just indicates a failure of loading an extra component required for changing UIDs in TracAnnouncer (AnnouncerPlugin) db tables. Nothing fatal so far, and ultimately not justifying a software defect right a way.

I'd recommend you check your installation and configuration, i. e. disable unused components as appropriate and come up with similar issues in our trac-users MailingList first, please. Thanks for taking care to report here anyway.

comment:2 Changed 7 years ago by Ryan J Ollos

Owner: Steffen Hoffmann deleted

comment:3 Changed 6 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

I'm unsure why you get ERROR logging with traceback. With Trac 1.0 and without TracAnnouncer installed, I get:

22:54:38 Trac[loader] DEBUG: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]": ("DistributionNotFound: The 'TracAnnouncer' distribution was not found and is required by the application" not found)

With TracAnnouncer installed:

23:02:28 Trac[loader] DEBUG: Loading acct_mgr.opt.announcer.uid_chg from /Users/rjollos/.pyenv/versions/2.7.14/envs/trac-2.7/lib/python2.7/site-packages/TracAccountManager-0.5.1.dev0-py2.7.egg

Please let me know if you can still reproduce the issue and can provide more information.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.