All my IWOV services are coming up after some routine (?) system maintenance last night, and iwstat claims everything is running smoothly.
However, trying to connect to the CC GUI gives me a 404: The requested resource (/iw-cc/command/iw.ui) is not available.
The only thing I see in the logs are in the servletd_out.log, where there's:
INFO: XML validation disabled
May 2, 2007 6:36:29 AM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
May 2, 2007 6:36:29 AM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
May 2, 2007 6:36:29 AM org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
May 2, 2007 6:36:30 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
May 2, 2007 6:36:31 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
May 2, 2007 6:36:31 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=15/46 config=C:\Interwoven\TeamSite\servletd\conf\jk
2.properties
May 2, 2007 6:36:31 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6156 ms
Unfortunately, there are about 5 filters and at least 20 filter mappings in the webapps/content_center/WEB-INF/web.xml, so I'm kinda stuck as to what the cause might be. This is on a TS6.5 SP2 box running on Windows 2000, SP4.
Has anyone seen this before? Any leads? Red herrings to avoid?