Yes, the problem appears when cache items are read back from the cache, so deleting the cache is a work-around. But just re-running the same job a second time might be a work-around as well (I haven't had clear reports to that end, but would be very interested if people can confirm this). The issue is usually hard to reproduce. One of the problems involved is that there is a second issue covering the first, causing an exception in an exception handler, which makes it harder to spot the initial problem.
There is a bug for this, bug#6296, which John opened. Benjamin, could you please add your findings as a comment to it?! Thanks, T. On 08/31/2012 09:44 AM, LoremIpsum wrote: > Yup, or ./generate.py dist-clean will do the trick, too. > > Lorem > > > On 08/31/2012 09:37 AM, John Spackman wrote: >> I've had a similar error that I think was fixed by deleting the generator >> cache and rebuilding (to find the cache dir, run "generate.py info") >> >> John >> >> On 30/08/2012 19:30, "Benjamin Dreux"<[email protected]> wrote: >> >>> I just realised that the error occurs when i run the translate job >>> >>> 2012/8/30 Benjamin Dreux<[email protected]>: >>>> Hi >>>> >>>> Here is an error that just occurs to me >>>> >>>> Traceback (most recent call last): >>>> File >>>> "/Users/dreux_b/project/chaire/ifsr/presentation/target/qooxdoo-sdk/tool/ >>>> bin/generator.py", >>>> line 247, in<module> >>>> if str(e): # there's something to print >>>> File >>>> "/Users/dreux_b/project/chaire/ifsr/presentation/target/qooxdoo-sdk/tool/ >>>> pylib/generator/resource/Resource.py", >>>> line 48, in __repr__ >>>> return "<%s:%s>" % (self.__class__.__name__, self.id) >>>> AttributeError: 'Image' object has no attribute 'id' >>>> >>>> I don't know, at the moment what cause this issue. >>>> It happens when i run build job. >>>> >>>> >>>> I hope this will help to improve the generator >>>> >>>> -- >>>> Benjamin Dreux >>>> Analyste-Programmeur >>>> Chaire de logiciel libre-Finance Social et solidaire >>>> UQAM >>>> Montréal >>> >>> -- >>> Benjamin Dreux >>> Analyste-Programmeur >>> Chaire de logiciel libre-Finance Social et solidaire >>> UQAM >>> Montréal >>> >>> -------------------------------------------------------------------------- >>> ---- >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
