Sorry, more bugs (see also my previous post). Sometimes went I start my Tomcat+OpenBD, I get this error:
OpenBD Internal Server Error Type Internal 6 : <cffunction name="onRequestStart"> 7 : 8 : <cfinclude template="../onRequestStart.cfm"> java.lang.NoClassDefFoundError: Could not initialize class com.naryx.tagfusion.cfm.tag.cfMODULE It breaks on a really simple CFINCLUDE tag. The strange part however is that when I then go into Tomcat manager and I stop/start the application, it will then work. And also: in 90% of the cases after booting or restarting Tomcat or app, it works. But in 10% of the cases, it fails. I can then take the CFINCLUDE out, it will then work, but somewhere in the upcoming restarts/reboots/ reloads, it will fail again. Also saw this when I was working with an app for hours, reloaded it in Tomcat manager, then this error. Reloaded it again, error was gone. Very unpredictable, non- reproducable, but very worrying if I can't trust my app to come back up after a restart/reboot/reload. Also: I have multiple CF apps running on the same openBD instance. When this error occurs at a CFINCLUDE in app 1, it will fail for any other app in the same instance, always at a CFINCLUDE tag. The stack trace error suggests it is class file which has not been properly loaded. Any ideas? Ivo -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
