1 Reply Latest reply on Mar 4, 2009 9:02 PM by titou09

    Seam on WebSphere 7 hangs

    rroeserr
      Hi,

      I am having a hard time getting Seam working on WebSphere 7. Seam appears to start without problems from what I can tell. When I try to laod the URL however, it hangs. I was wondering if anyone else has problems with that? Here is the stack trace:
      [3/4/09 10:28:00:305 PST] 00000032 SeamFilter    I org.jboss.seam.servlet.SeamFilter init Initializing filter: org.jboss.seam.debug.hotDeployFilter
      [3/4/09 10:28:00:305 PST] 00000032 SeamFilter    I org.jboss.seam.servlet.SeamFilter init Initializing filter: org.jboss.seam.web.ajax4jsfFilter
      [3/4/09 10:28:00:368 PST] 00000032 CacheManager  I org.ajax4jsf.cache.CacheManager getCacheFactory Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
      [3/4/09 10:39:12:392 PST] 00000015 ThreadMonitor W   WSVR0605W: Thread "WebContainer : 0" (00000032) has been active for 672306 milliseconds and may be hung.  There is/are 1 thread(s) in total in the server that may be hung.
              at org.ajax4jsf.cache.ServletContextInitMap$1.size(ServletContextInitMap.java:74)
              at java.util.AbstractMap.size(Unknown Source)
              at java.util.AbstractMap.isEmpty(Unknown Source)
              at java.util.AbstractMap.toString(Unknown Source)
              at java.lang.String.valueOf(String.java:1511)
              at java.lang.StringBuffer.append(StringBuffer.java:187)
              at org.ajax4jsf.cache.LRUMapCacheFactory.createCache(LRUMapCacheFactory.java:44)
              at org.ajax4jsf.resource.InternetResourceService.init(InternetResourceService.java:110)
              at org.ajax4jsf.webapp.BaseFilter.init(BaseFilter.java:148)
              at org.jboss.seam.web.Ajax4jsfFilter.init(Ajax4jsfFilter.java:86)
              at org.jboss.seam.servlet.SeamFilter.init(SeamFilter.java:97)
              at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.init(FilterInstanceWrapper.java:140)
              at com.ibm.ws.webcontainer.filter.WebAppFilterManager._loadFilter(WebAppFilterManager.java:509)
              at com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter(WebAppFilterManager.java:423)
              at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterInstanceWrapper(WebAppFilterManager.java:282)
              at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterChain(WebAppFilterManager.java:340)
              at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:812)
              at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:917)
              at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.invokeFilters(DefaultExtensionProcessor.java:924)
              at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:651)
              at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3610)
              at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:274)
              at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:926)
              at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
              at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
              at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
              at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
              at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:272)
              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:202)
              at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
              at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
              at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)

      I am using Seam 2.0.3

      Thanks,
      Robert