Increase Buffer Size ( Lines )

Issue #7 new
Former user created an issue

HI

I tried to Increase the buffer Size from 1000 - 5000 lines which resulted in the following error

" Grails Runtime Exception

Error Details

Error 500: Executing action [save] of controller [vsconsole.GeneralConfigController] caused exception: Runtime error executing action Servlet: grails URI: /vsconsole/grails/generalConfig/save.dispatch Exception Message: No such property: configAttribute for class: vsconsole.GeneralConfigController Caused by: No such property: configAttribute for class: vsconsole.GeneralConfigController Class: GeneralConfigController At Line: [41] Code Snippet: Stack Trace

groovy.lang.MissingPropertyException: No such property: configAttribute for class: vsconsole.GeneralConfigController

at vsconsole.GeneralConfigController$_closure2_closure3.doCall(GeneralConfigController.groovy:42)

at vsconsole.GeneralConfigController$_closure2.doCall(GeneralConfigController.groovy:41)

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:745)"

Comments (0)

  1. Log in to comment