Hi,
I've been using the email receiving service for a email to twitter
service (tweetbeeper.com). The basics of it work well but I have hit a
bit of a problem that now seems to be recurring constantly as if some
built in retry is in effect. I didn't see anything in the docs about
this, but thought I'd check to see if others are experiencing anything
like it.
Basically I uploaded a new version that when receiving a certain email
throws an exception (unclosed PM, my bad). I have since uploaded
multiple new versions (that I have made default), and tried
overwriting newer versions but the error keeps coming (even though I
am not sending more emails) and worse still the same error keeps
happening, on what is now a non-existent line number.
This makes me think it is still retrying on the old code? (assuming it
is retrying). This is evident in the fact that new log messages I put
in to the fixed code, are apparently not showing up in the log output
when errors occur.
As an example:
String to = getToAddress(req);
_log.info("to: " + to);
_log.info("from: " + message.getFrom()[0].toString());
String dm = message.getSubject();
_log.info("dm: " + dm);
Is the code in the latest version and yet the log output preceeding
the error:
#
08-15 05:00PM 01.386
com.tweetbeeper.server.MailHandler doPost: Received POST
#
I 08-15 05:00PM 01.387
com.tweetbeeper.server.MailHandler doPost: to: aschroder
#
I 08-15 05:00PM 01.387
com.tweetbeeper.server.MailHandler doPost: dm: blah test
#
I 08-15 05:00PM 01.444
org.datanucleus.ObjectManagerImpl close: Outstanding nontx update
being committed to datastore
#
I 08-15 05:00PM 01.489
org.datanucleus.jdo.NucleusJDOHelper
getJDOExceptionForNucleusException: Exception thrown
Object Manager has been closed
Would appreciate any ideas on this, short of just uploading a
tweetbeeper2 app and starting over, I'm not sure how to get this to a)
stop retrying and b) use the new code?
Thanks,
Ashley
aschroder.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.