Poppy dies after r9861/devel is applied
Bug #482173 reported by
Julian Edwards
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Critical
|
Julian Edwards |
Bug Description
The r9861/devel change that fixed script access to the auth store is mysteriously preventing Poppy from starting up on cocoplum and germanium.
Related branches
lp://qastaging/~julian-edwards/launchpad/poppy-epic-fail-bug-482173
- Abel Deuring (community): Approve (code)
-
Diff: 21 lines (+0/-4)1 file modifiedlib/lp/archiveuploader/poppyinterface.py (+0/-4)
Changed in soyuz: | |
status: | New → Triaged |
importance: | Undecided → Critical |
assignee: | nobody → Julian Edwards (julian-edwards) |
milestone: | none → 3.1.11 |
tags: | added: soyuz-upload |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
After some investigation it seems that Poppy is un-necessarily running execute_ zcml_for_ scripts and initZopeless, which makes it try to get a db connection with r9861 in place.
We can safely remove those two lines.