Error 500: null
Servlet:
URI:
Exception Message: Cannot create a session after the response has been committed
Caused by: Cannot create a session after the response has been committed
Class: main.gsp
At Line: [745]
Code Snippet:
java.lang.IllegalStateException: Cannot create a session after the response has been committed
at gsp_catalog_layoutsmain_gsp$_run_closure2.doCall(main.gsp:229)
at gsp_catalog_layoutsmain_gsp$_run_closure2.doCall(main.gsp)
at gsp_catalog_layoutsmain_gsp.run(main.gsp:745)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)