[ColdBox 3.5.3] Solitary module strange error on Railo

Hi,

I migrate an app from ACF to Railo 4.0.2 and got an error from solitary module by Dan Vega. This works perfectly on ColdFusion.

java.lang.StackOverflowError
	at railo.runtime.type.util.CollectionUtil.keys(CollectionUtil.java:67):67
	at railo.runtime.type.scope.storage.StorageScopeImpl.keys(StorageScopeImpl.java:287):287
	at railo.runtime.type.util.CollectionUtil.keys(CollectionUtil.java:67):67
	at railo.runtime.type.scope.storage.StorageScopeImpl.keys(StorageScopeImpl.java:287):287
	at railo.runtime.type.util.CollectionUtil.keys(CollectionUtil.java:67):67
	at railo.runtime.type.scope.storage.StorageScopeImpl.keys(StorageScopeImpl.java:287):287

Sounds like you need to adjust your JVM heap.

The error persist. This are my JVM settings:

JAVA_OPTS="-Xms512m -Xmx1024m -XX:MaxPermSize=512m "; # memory settings

Which version of Railo?

But the problem with that error is to do with the stack overflow off the language and in this case Railo, there is a know bug in Railo 4 beta which appears to be fixed according to the ticket. Try updating to the latest Railo 4 if that is what you are using, otherwise one of the other guys with more Railo knowledge can pipe in.

I have updated, all works perfectly now. Many thanks!!!

No problems.