java.lang.OutOfMemoryError: Java heap space
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via JIRA by Meryam Belhiah, 2 years ago
via JIRA by Meryam Belhiah, 1 year ago
via vmware.com by Unknown author, 1 year ago
via vmware.com by Unknown author, 2 years ago
via Google Groups by G M, 2 years ago
via Google Groups by Anthony Shortland, 2 years ago
java.lang.OutOfMemoryError: Java heap space
at java.util.HashMap.newValueIterator(HashMap.java:843)
at java.util.HashMap$Values.iterator(HashMap.java:910)
at java.util.Collections$SynchronizedCollection.iterator(Collections.java:1573)
at net.sf.ehcache.store.DiskStore.expireElements(DiskStore.java:858)
at net.sf.ehcache.store.DiskStore.expiryThreadMain(DiskStore.java:832)
at net.sf.ehcache.store.DiskStore.access$700(DiskStore.java:59)
at net.sf.ehcache.store.DiskStore$ExpiryThread.run(DiskStore.java:1008)