Re: [appengine-java] Strange characters showing in incoming emails

2010-04-14 Thread david ruescas
noticed this issue > http://code.google.com/p/googleappengine/issues/detail?id=2288 was > created, but I'm not really sure where it targets my problem. > > David, did you finally solve your problem? any ideas about this? > > Thanks, > > Esteban > > > On Tue, Dec

[appengine-java] Cannot deploy - Version not ready

2010-02-11 Thread david ruescas
Ive been trying to update my app for the past hour, and I keep getting version not ready errors, the log always shows something like this: Unable to update: java.lang.RuntimeException: Version not ready. at com.google.appengine.tools.admin.AppVersionUpload.commit(AppVersionUpload.java:456)

Re: [appengine-java] Is replyTo supposed to work when sending emails?

2009-12-04 Thread david ruescas
laume Laforge wrote: > >> So I guess I'm not dreaming, replyTo is not respected. >> Should I file an issue in the bug tracker about this? >> >> >> On Fri, Dec 4, 2009 at 13:45, david ruescas wrote: >> >>> Ive observed the same behaviour >>

Re: [appengine-java] Is replyTo supposed to work when sending emails?

2009-12-04 Thread david ruescas
Ive observed the same behaviour -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsub

[appengine-java] Strange characters showing in incoming emails

2009-12-01 Thread david ruescas
Ive done some more testing and it seems the problem is not limited to character 0008, but that in general strange unencoded characters occasionally show up, apparently without following any pattern. Anyone else encountering this issue? Thank you David On 11/30/09, david ruescas wrote: > I

Re: [appengine-java] My indexes are stuck in "BUILDING" state after deploying my app for the first time (i.e. on an empty datastore)

2009-11-30 Thread david ruescas
A similar thing happened to me yesterday. The problem resolved itself overnight, cant tell you exactly how long it took. On 11/30/09, Jeffrey Goetsch wrote: > I was having about 2 hour index build times. I think a lot of people were > launching over the weekend. > > --Jeff > > On Sun, Nov 29, 20

Re: [appengine-java] JSTL formatDate requires session to be on?

2009-11-30 Thread david ruescas
A similar thing has happened to me using for which I had to enable sessions. I cant remember exactly where, but the stack trace reveals that somewhere in the fmt implementation there is a call to get session. Ive left sessions on for the moment to get this working for me, but if there is other wo

[appengine-java] Backspace characters showing up in email content

2009-11-30 Thread david ruescas
I get occasional characters that look like this http://www.fileformat.info/info/unicode/char/0008/index.htm when processing incoming emails. I think its the backspace 0008 character, at least thats how they show up in the app engine log. Any idea where these characters are coming from? Thankyou,

Re: [appengine-java] Re: out of memory on javax.mail.internet.MimeMultipart.getCount

2009-11-25 Thread david ruescas
It worked, cheers On 11/25/09, david ruescas wrote: > Thank you Jeremy, that may indeed be it. I'll give it a try shortly > > Incidentally, what does your IOUtils.toString look like? Does it use > an InputStreamReader combined with a StringWriter? Im using > > StringWrite

Re: [appengine-java] Re: out of memory on javax.mail.internet.MimeMultipart.getCount

2009-11-25 Thread david ruescas
m/2009/11/receiving-email-in-google-app-engine.html > I think this is a bug in App Engine. > > On Nov 25, 3:42 pm, david ruescas wrote: >> I added a trace message, here's the value of >> javax.mail.internetMimeMessage.getContentType(): >> >> com.dr.reviewengine

Re: [appengine-java] Re: out of memory on javax.mail.internet.MimeMultipart.getCount

2009-11-25 Thread david ruescas
h the value of > [javax.mail.internetMimeMessage.getContentType() ] > for confirmation. > > thanks. > > On 11月25日, 午前3:57, david ruescas wrote: >> When receiving email I get an out of memory error when calling >> getCount on the MimeMultipart object. >> >&

[appengine-java] out of memory on javax.mail.internet.MimeMultipart.getCount

2009-11-24 Thread david ruescas
When receiving email I get an out of memory error when calling getCount on the MimeMultipart object. Heres the stack trace: Error for /_ah/mail/rev...@reviewengine.appspotmail.com java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.io.Byt

[appengine-java] Re: app engine query error - java.lang.OutOfMemoryError: Java heap space

2009-11-11 Thread david ruescas
I used getObjectById() instead of newQuery() and the error went away Thanks Max On Wed, Nov 11, 2009 at 8:04 PM, Max Ross (Google) < maxr+appeng...@google.com > wrote: > I'm pretty sure you're hitting this: > http://code.google.com/p/googleappengine/issues/detail?id=2221 > > This will be fixed i