Thanks Davis I understand the server ran out of memory. However the question was more towards the Gilead library I been using to convert Hibernate objects from lazy objects to those appropriate for GWT client code. I would like to know why the Gilead code is consuming so much memory. I have already bumped up my server settings to -Xms1024m -Xmx1024m.
Thanks On Tue, Nov 17, 2009 at 7:19 PM, Davis Ford <[email protected]>wrote: > Your server ran out of memory trying to base64 encode some binary data. > This isn't really relevant to GWT, but you'll need to increase the RAM on > your server or better yet question the size of the "certain objects" you are > trying to base64 encode and return to the client (i.e why are you base64 > encoding large binary objects as a return value?) > > > On Tue, Nov 17, 2009 at 7:38 PM, seth waughn <[email protected]>wrote: > >> I am getting the following exception whenever I try to pass a certain >> objects back to by GWT Client Code. Has anyone encountered this >> before? An ideas as how to fix it? >> >> Exception in thread "Thread-34" java.lang.OutOfMemoryError: Java heap >> space at java.lang.String.(String.java:174) at >> net.sf.gilead.core.serialization.Base64.encodeToString(Base64.java: >> 451) at >> net.sf.gilead.core.serialization.JBossProxySerialization.serialize >> (JBossProxySerialization.java:81) at >> net.sf.gilead.core.store.stateless.SerializationThread.run >> (SerializationThread.java:133) at java.lang.Thread.run(Thread.java:595) >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=. >> >> >> > > > -- > Zeno Consulting, Inc. > home: http://www.zenoconsulting.biz > blog: http://zenoconsulting.wikidot.com > p: 248.894.4922 > f: 313.884.2977 > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=.
