Andrew, Any idea on things I can try? Could dumping and reloading the tables have caused any issues? (Don't think that should have, but I have seen some issues with that on MSSQL)
I've now found how django created all the tables I think... Jason > -----Original Message----- > From: [email protected] [mailto:baruwa- > [email protected]] On Behalf Of Jason Ede > Sent: 18 August 2011 13:39 > To: Baruwa users list > Subject: Re: [Baruwa] mail release never completing in web interface > > Back from holiday and looking at this issue again... > > The learning/releasing from email or from the main screen still isn't > working. However, if I was to browse through to quarantine /spam/non- > spam and try the learn/release etc from there then it works perfectly. > > I want to check the database structure to make sure that no problems were > created when I dumped and reloaded database, but can't seem to find the > code that creates all the tables... As all of the actual commands are carried > out ok I'm wondering if a view is used and that didn't get created correctly > when db reloaded... > > Very frustrating as it is so close and must be something simple... > > Jason > > > -----Original Message----- > > From: [email protected] [mailto:baruwa- > > [email protected]] On Behalf Of Jason Ede > > Sent: 29 July 2011 09:10 > > To: Baruwa users list > > Subject: Re: [Baruwa] mail release never completing in web interface > > > > The end of of celerytaskmeta > > > > | 541 | 04305033-9184-4bce-b886-2a76337d63e2 | SUCCESS | > > > gAJdcQF9cQIoVQdyZWxlYXNlcQOIVQZlcnJvcnNxBF1xBVUFbGVhcm5xBk5VC > > > m1lc3NhZ2VfaWRxB1gSAAAAMEY1MDAxMEI4MDAzLkEzRTNBcQhVBmRlbGV > > 0ZXEJTnVhLg== | 2011-07-29 08:31:54 | NULL | > > | 551 | 00399525-8bf5-48ec-b01d-4dcc850d67f1 | SUCCESS | > > > gAJdcQF9cQIoVQdyZWxlYXNlcQOIVQZlcnJvcnNxBF1xBVUFbGVhcm5xBk5VC > > > m1lc3NhZ2VfaWRxB1gRAAAARTEzMUYzNjgwNzQuQTNBNUNxCFUGZGVsZXR > > lcQlOdWEu | 2011-07-29 08:34:23 | NULL | > > | 561 | 6eda0fa7-e4bd-4b31-852a-dfefe39e4d9a | SUCCESS | > > > gAJdcQF9cQIoVQdyZWxlYXNlcQOIVQZlcnJvcnNxBF1xBVUFbGVhcm5xBk5VC > > > m1lc3NhZ2VfaWRxB1gRAAAAMTU0MjYzNjgwNzQuQTUwODFxCFUGZGVsZXR > > lcQlOdWEu | 2011-07-29 09:07:11 | NULL | > > > > I can see in this table all the releases I have ever done on this server... > > > > > > At one points I did dump with mysqldump and reload the databases, but > > that shouldn't have affected things should it? > > > > Jason > > > > > > > -----Original Message----- > > > From: [email protected] [mailto:baruwa- > > > [email protected]] On Behalf Of Andrew Colin Kissa > > > Sent: 29 July 2011 09:03 > > > To: Baruwa users list > > > Subject: Re: [Baruwa] mail release never completing in web interface > > > > > > > > > On 29 Jul 2011, at 9:51 AM, Jason Ede wrote: > > > > > > > I've tried removing all virtual hosts apart from baruwa and > > > > turning off SSL, > > > but still see the same results. > > > > > > I doubt this is the cause. > > > > > > > > > > > I'm now wondering if the EPEL repository I have is updating a > > > > package > > > version that baruwa needs and causing problems. > > > > > > Dont think so, am running update EPEL at several sites. > > > > > > > > > > > The most irritating part is that I can see no errors anywhere... > > > > rabbit > > > processes the message as does celery, but the confirmation just > > > never gets back to the web page... > > > > > > It is possible the results are not being written to the result > > > store, the mysql db in this case. Run a task, then check the DB to > > > see if the results are being stored. > > > > > > select * from celery_taskmeta; > > > > > > -- > > > Baruwa - www.baruwa.org > > > > > > _______________________________________________ > > > Baruwa mailing list > > > [email protected] > > > http://lists.baruwa.org/mailman/listinfo/baruwa > > > Keep Baruwa FREE - http://pledgie.com/campaigns/12056 > > _______________________________________________ > > Baruwa mailing list > > [email protected] > > http://lists.baruwa.org/mailman/listinfo/baruwa > > Keep Baruwa FREE - http://pledgie.com/campaigns/12056 > _______________________________________________ > Baruwa mailing list > [email protected] > http://lists.baruwa.org/mailman/listinfo/baruwa > Keep Baruwa FREE - http://pledgie.com/campaigns/12056 _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa Keep Baruwa FREE - http://pledgie.com/campaigns/12056

