Modify ↓
#8384 closed defect (fixed)
Repeated prompts to upgrade the environment
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | TracMetrixPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
2011-01-10 09:37:21,232 Trac[env] WARNING: Component <tracmetrixplugin.api.TracMetrixSetupParticipant object at 0x921e92c> requires environment upgrade 2011-01-10 09:37:21,232 Trac[env] WARNING: Component <tracmetrixplugin.api.TracMetrixSetupParticipant object at 0x921e92c> requires environment upgrade 2011-01-10 09:37:21,232 Trac[env] WARNING: Component <tracmetrixplugin.api.TracMetrixSetupParticipant object at 0x921e92c> requires environment upgrade 2011-01-10 09:37:21,232 Trac[env] WARNING: Component <tracmetrixplugin.api.TracMetrixSetupParticipant object at 0x921e92c> requires environment upgrade
After running upgrade, I get message "Database is up to date, no upgrade necessary"
Attachments (0)
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I manually created the <TRACENV>/cache/tracmetrixplugin folder, and now the plugin appears in the Trac Webadmin panel under Plugins. Also, the Metrics sheet is now available!
comment:5 Changed 14 years ago by
At this point it is unclear if the issues experienced were a local configuration problem or a plugin problem, but with the changes made in [9750:9752] we should be able to better diagnose any similar issues that occur in the future.
Note: See
TracTickets for help on using
tickets.
(In [9751]) Added exception handling for case that creating cache directory fails when running
trac-admin $ENV upgrade
. Refs #8384.