I've been using watchdog with Sun JDK 1.3 with no
problems. When I switched to Sun JDK 1.4.0.01 I got
the following error when launching the program:
Warning: validation was turned on but an
org.xml.sax.ErrorHandler was not
set, which is probably not what is desired. Parser will
use a default
ErrorHandler to print the first 10 errors. Please call
the 'setErrorHandler' method to fix this.
Error: URI=null Line=1: Element
type "JWatchDog:configuration" is not declared.
Error: URI=null Line=3: Element type "general" is not
declared.
Error: URI=null Line=5: Attribute "tasklistfile" is not
declared for element "general".
Error: URI=null Line=6: Attribute "polldelay" is not
declared for element "general".
Error: URI=null Line=7: Attribute "log4j" is not declared
for element "general".
Error: URI=null Line=8: Attribute "history" is not
declared for element "general".
Error: URI=null Line=11: Element type "task" is not
declared.
Error: URI=null Line=13: Attribute "name" is not
declared for element "task".
Error: URI=null Line=14: Attribute "watchpoint" is not
declared for element "task".
Error: URI=null Line=15: Attribute "wp_num_params" is
not declared for element "task".
These errors seem to occur as a result of the
TaskListCheck watchpoint, and they recur whenever this
check runs (by any of the currently running watch dogs).