I previously noticed errors along the lines of being out of memory, so I increased the initial and maximum memory pools to 3072MB (up from 128MB and 256MB, respectively).
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:384)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:219)
at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:377)
at net.sf.cglib.proxy.Enhancer.create(Enhancer.java:285)
To increase the perm size, edit the following line in tomcat.service
I created a plain text file (.groovy extension, not .txt or anything else) called openboxes-config.groovy with that single line in it. Restarted Tomcat, waited a few minutes for everything to come back to life, and it’s still saying reCAPTCHA isn’t configured.