Skip to content

Exception while deleting a logged drink #44

Description

@cnthompson

On the Edit Logged Drink page, the first time I attempted to delete a logged drink, it took an exceptionally long time to perform the operation. At least 5 minutes, but I actually forgot about it. The time could have been as long as 10 minutes. That drink log deletion did complete successfully/. I wanted to see if this was repeatable, but a second attempt to delete a logged drink resulted in a java heap space error:
org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error processing GroovyPageView: Error executing tag <b:renderDrinkLogsSection>: java.lang.OutOfMemoryError: Java heap space

at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:195)

at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:744)

Caused by: org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag <b:renderDrinkLogsSection>: java.lang.OutOfMemoryError: Java heap space

at gsp_beer366_usercompletelog_gsp$_run_closure2.doCall(gsp_beer366_usercompletelog_gsp.groovy:40)

at gsp_beer366_usercompletelog_gsp.run(gsp_beer366_usercompletelog_gsp.groovy:43)

... 5 more

Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.OutOfMemoryError: Java heap space

... 7 more

Caused by: java.lang.OutOfMemoryError: Java heap space

at beer366.IndexTagLib$_closure5_closure15.doCall(IndexTagLib.groovy:224)

at beer366.IndexTagLib$_closure5.doCall(IndexTagLib.groovy:183)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions