Random Errors

Hi,

My apps is generating pretty random errors - stopping me from putting
it into production.

I get errors such as:
Could not find the included template //views/admin/panels/
directory.cfm - a refresh and it works - so the view IS there.

I also get errors such as Element APPLICATIONSTORAGE is undefined in a
Java object of type class [Ljava.lang.String;, Element DSN is
undefined in a Java object of type class [Ljava.lang.String;. etc etc.
- but again, a refresh and it works.

Has anyone else seen things like this?

Any help to assist me fix this would be appreciated!!

Thanks,

Tom.

What is your configAutoReload flag set to in your config? If it's true, then your app is reiniting on every request and I could see that cause issues like you describe.

Curt

HI Curt,

No that's the first thing I checked. It's set to false.