1. Turtle05/01/2010 08:26:21 PM
Homepage: http://www.weightlessdog.com
Actually no XPages stuff running at all on this server. Also occurs when there's essentially no traffic on the box as shown in the logs. Reinstall might be the way to go. Thanks.
2. Simon O'Doherty04/30/2010 07:08:39 PM
Homepage: http://www.bleedyellow.com/blogs/Simon/
I've seen the issue a couple of times before. In those instances it related to a bad install. Either jvm folder contents were not correct or the xsp folder. Removing (backing up) and rerunning the installer to repair may resolve it.
You can try using the following debug to get more information.
CONSOLE_LOG_ENABLED=1
DEBUG_THREADID=1
JavaVerbose=1
3. Tim Tripcony04/30/2010 01:04:55 PM
Homepage: http://www.timtripcony.com
CLFAAD errors usually indicate an uncaught exception in an XPage, though it's bizarre that it'd be happening every 30 seconds. Do you have an app with a setInterval triggering partial refreshes or other Ajax requests every 30?