File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes Context Reload Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Context Reload Problem" Watch "Context Reload Problem" New topic
Author

Context Reload Problem

Brandon Jones
Greenhorn

Joined: Oct 20, 2010
Posts: 1
I have a trouble with Tomcat context reloading. Almost everyday, application context is automatically reloaded.

Here is the event log:



My context parameters are:



What are the possible reasons that may cause this situation? I didn't change anything on system. Might it occur because of a network problem?

Any help is welcome.

Thanks
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

Welcome to the JavaRanch, Brandon!

Your supplied information is pretty limited, but it suggests that something is deleting a Java class from the WAR while the WAR is running. That would certainly cause the context to redeploy. And probably less pleasant things as well, depending on how things are put together for that particular app.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Context Reload Problem
 
Similar Threads
Unix OS on Windows Vista ?
SEVERE: BAD packet signature 200,SEVERE: Caught exception (java.lang.NullPointerException)
Cannot load xerces SAXParser
Why my program works fine when i write Thread.sleep(0)
NSString to NSDate conversion problem