Modify ↓
#8384 closed defect (fixed)
Repeated prompts to upgrade the environment
| Reported by: | rjollos | Owned by: | rjollos |
|---|---|---|---|
| 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 2 years ago by rjollos
comment:2 Changed 2 years ago by rjollos
comment:3 Changed 2 years ago by rjollos
- Priority changed from normal to high
- Status changed from new to assigned
comment:4 Changed 2 years ago by jaosvi
- Resolution set to fixed
- Status changed from assigned to 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 2 years ago by rjollos
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.