orhan coskun 26.Jan.12 10:18 AM a Web browser Sametime Standard8.5.2 IFR1Windows
Hello,
I upgraded all servers to IFR1 without any pb!
SSC, ST PRoxy, STMeeting Cluster, Community and STGateway.
That's a good thing.
But after restarting all services, I was not able to connect to the meeting server.
I had the error : Error 404: SRVE0190E: File not found
After some investigation, I found out some info:
Go to SSC, navigate to Servers -> STMeetingServer -> Container Settings -> Web Container -> Custom Properties
...and add the property com.ibm.ws.webcontainer.invokeFiltersCompatibility = true.
But it does not help. Now, when I enter the URL in a web browser, I still have the 404 error but when I refresh I can see the welcome page.
I checked the logs and lots of WebSphere error messages are reported:
[1/26/12 16:37:10:607 CET] 00000066 webcontainer E com.ibm.ws.webcontainer.WebContainer handleRequest SRVE0232E: Internal Server Error. <br> Exception Message: [javax.servlet.ServletException: Filter [LogoutFilter]: Could not find required filter class - com.ibm.rtc.filter.LogoutFilter.class
at com.ibm.ws.webcontainer.filter.WebAppFilterManager._loadFilter(WebAppFilterManager.java:511)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter(WebAppFilterManager.java:462)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterInstanceWrapper(WebAppFilterManager.java:319)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterChain(WebAppFilterManager.java:379)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:860)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:997)
at com.ibm.ws.webcontainer.webapp.WebApp.invokeFilters(WebApp.java:4023)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3911)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:445)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:504)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:301)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:275)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604)
Caused by: java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: com.ibm.rtc.filter.LogoutFilter
at java.beans.Beans.instantiate(Beans.java:190)
at java.beans.Beans.instantiate(Beans.java:75)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager._loadFilter(WebAppFilterManager.java:504)
... 25 more
]
Maybe it's due to the fact that I have a vertical cluster of STMeeting Servers with WAS Proxy servers on each of them.