[ https://issues.apache.org/jira/browse/JS2-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610129#comment-13610129 ]
Thomas LE GUYADER commented on JS2-1271: ---------------------------------------- Thanks for the very quick answer. I tried to do what you explain but without success. Do you remember of the error you saw in the logs files before your fix ? Was it something like that ? [22/03/13 11:28:08:578 CET] 0000003b webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Erreur de servlet]-[ServletNameNotFound]: java.lang.NullPointerException at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterChainContents(WebAppFilterManager.java:734) at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterChain(WebAppFilterManager.java:365) at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:890) at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1023) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3703) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:962) at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276) 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:1659) If yes, do you change anything else in the web.xml file ? (if you can join to the jira the content of your web.xml, I will be interested by the fact of comparing with mine) Thomas LE GUYADER > Running on websphere 7 and 8 fails > ---------------------------------- > > Key: JS2-1271 > URL: https://issues.apache.org/jira/browse/JS2-1271 > Project: Jetspeed 2 > Issue Type: Bug > Components: Deployment > Affects Versions: 2.2.2 > Environment: Windows XP > Websphere 7 (tested on 7.0.0.0 Express) > Websphere (tested on 8.0.0.1 Standard Edition) > Reporter: Mads Orehøj Sørensen > Priority: Minor > Labels: websphere > > The web.xml file states: > l: 85->88 > <filter-mapping> > <filter-name>staticResourceCachingFilter</filter-name> > <servlet-name>default</servlet-name> > </filter-mapping> > The default servlet is not defined (must be defined elsewhere on tomcat), > this causes an error on Websphere. > Websphere 7 logs an error. Jetspeed can't run on Websphere 8 due to the bug. > Fix: Removing the default servlet ? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org