Comment 0 for bug 820389

Revision history for this message
Diogo Matsubara (matsubara) wrote :

The distroseriesdifference_job.py script raised an AttributeError: OOPS-2040REPORTIFSEEN261

   Traceback (most recent call last):
  Module lp.services.job.runner, line 192, in runJob
    job.run()
  Module lp.soyuz.model.distroseriesdifferencejob, line 319, in run
    self.distroseries, self.sourcepackagename, self.parent_series)
  Module lp.registry.model.distroseriesdifference, line 412, in new
    derived_series, parent_series)
  Module lp.registry.model.distroseriesparent, line 100, in getByDerivedAndParentSeries
    DistroSeriesParent.parent_series_id == parent_series.id,
AttributeError: 'NoneType' object has no attribute 'id'

It looks like that app server is using the wrong config as well, since it shouldn't be logging oopses with the REPORTIFSEEN prefix.