I'm a bit stumped here.  I recently reinstalled my web app on a new Windows 
Server 2008 box using the viviotech installation integrated with Tomcat and 
IIS.  My app is setup to email me the details of any runtime errors that 
occur. Additionally, my controller always looks for an updated config.xml 
(by file modified date) to refresh certain application variables should the 
data in that xml file change.  All requests to my application go through 
the controller.  

The problem I'm seeing is some of my scheduled tasks are failing.  The 
error being reported is that the expected application scope variables do 
not exist -- which should not be possible because the controller 
initializes them if they don't exist before processing the request.  My 
application is also set to send me an email on the first request it 
receives after the server has been started (allowing me to track unexpected 
reboots and server restarts).  I am not receiving these emails so I can 
conclude that the server is not restarting unexpectedly.

Any ideas why my application variables would be getting cleared without the 
server restarting?  I have no code in place to clear these variables -- 
only code to set them.

Thanks

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to