This morning I started getting these errors referencing a variable in Application.cfc: application.administratorGateway.. "Element ADMINISTRATORGATEWAY is undefined in a Java object of type class [Ljava.lang.String; referenced as" It's in the onApplicationStart method so when the application started it should have been created. I bounced the server and everything returned to normal, but what could have caused this and is there a way around it? Should I check in the onRequest method to see if they exist and if not create them?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340625 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

