Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #18778
| Received | by 10.66.81.202 with SMTP id c10mr860436pay.40.1347657541408; Fri, 14 Sep 2012 14:19:01 -0700 (PDT) |
|---|---|
| Received | by 10.236.181.234 with SMTP id l70mr850881yhm.5.1347657541145; Fri, 14 Sep 2012 14:19:01 -0700 (PDT) |
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!4no9852146pbn.1!news-out.google.com!t10ni30811380pbh.0!nntp.google.com!r4no9779800pbs.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.java.programmer |
| Date | Fri, 14 Sep 2012 14:19:01 -0700 (PDT) |
| In-Reply-To | <abhknrFfcjaU2@mid.individual.net> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T |
| NNTP-Posting-Host | 69.28.149.29 |
| References | <k305t6$n8o$1@news.m-online.net> <abhknrFfcjaU2@mid.individual.net> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <e6e09b6e-0974-48eb-b5e6-db8abf36f8ce@googlegroups.com> (permalink) |
| Subject | Re: Exception - Java heap space |
| From | Lew <lewbloch@gmail.com> |
| Injection-Date | Fri, 14 Sep 2012 21:19:01 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Xref | csiph.com comp.lang.java.programmer:18778 |
Show key headers only | View raw
Robert Klemme wrote: > Magnus Warker wrote: >> below is an exception found in my tomcat log. It's a GWT app. > >> What is going on there? > >> ----- >> Sep 14, 2012 10:58:14 PM org.apache.catalina.core.ApplicationContext log >> SEVERE: Exception while dispatching incoming RPC call >> java.lang.OutOfMemoryError: Java heap space >> ... > > Well, what do you think does OutOfMemoryError mean? What does the Ooh! Ooh! I know! It means the JVM ran out of heap memory for new allocations. > class's JavaDoc say? Beyond that since we have almost zero information > and there's nobody with a crystal ball around (AFAIK) we'll have a hard > time answering the question more thoroughly. One common cause is failure to let go of object references. -- Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Exception - Java heap space Magnus Warker <magnux@mailinator.com> - 2012-09-14 23:01 +0200
Re: Exception - Java heap space Robert Klemme <shortcutter@googlemail.com> - 2012-09-14 23:09 +0200
Re: Exception - Java heap space Lew <lewbloch@gmail.com> - 2012-09-14 14:19 -0700
Re: Exception - Java heap space Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-09-14 15:06 -0700
Re: Exception - Java heap space Roedy Green <see_website@mindprod.com.invalid> - 2012-09-16 08:23 -0700
Re: Exception - Java heap space Lew <lewbloch@gmail.com> - 2012-09-16 16:58 -0700
Re: Exception - Java heap space Kevin McMurtrie <mcmurtrie@pixelmemory.us> - 2012-09-18 22:25 -0700
csiph-web