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

2010-04-14 Thread david ruescas
/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 1, 2009 at 10:02 AM, david ruescas fastn...@gmail.com wrote: Ive done some more testing and it seems the problem

[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
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 fastn...@gmail.com wrote: Ive observed the same behaviour -- You received this message because you are subscribed to the Google Groups Google App Engine

[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 fastn

[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?

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

2009-11-30 Thread david ruescas
A similar thing has happened to me using fmt:formatNumber 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

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 jeffg@gmail.com wrote: I was having about 2 hour index build times. I think a lot of people were launching over the weekend. --Jeff On

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

2009-11-25 Thread david ruescas
of [javax.mail.internetMimeMessage.getContentType() ] for confirmation. thanks. On 11月25日, 午前3:57, david ruescas fastn...@gmail.com wrote: 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

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 fastn...@gmail.com 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 StringWriter sw = new

[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

[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 maxr%2bappeng...@google.com wrote: I'm pretty sure you're hitting this: http://code.google.com/p/googleappengine/issues/detail?id=2221