Hi,

I deployed a MyFaces Trinidad application (MyFaces 1.2.8 and Trinidad
1.2.13) with facelets in WebSphere 7.0. It was working fine, till I made
a new change to use a class which in in one of the jar files packed in
my ear. To fix the NoClassDefFoundError, I set the classloader policy to
PARENT_LAST. However, now I get this error message when I start the
application. Apparently, it is a class loader issue (I think some jar
used by MyFaces is missing or conflicting). Is there any way in which I
can find out which classes are causing the problem? Will turning on
MyFaces/Trinidad logging help?

Exception stack trace is as follows.

[5/12/10 13:47:03:849 IST] 0000001a servlet       E
com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0100E: Uncaught
init() exception created by servlet Faces Servlet in application
TDDMobileApp: java.lang.IllegalStateException: No Factories configured
for this Application. This happens if the faces-initialization does not
work at all - make sure that you properly include all configuration
settings necessary for a basic faces application and that all the
necessary libs are included. Also check the logging output of your web
application and your container for any exceptions!
If you did that and find nothing, the mistake might be due to the fact
that you use some special web-containers which do not support
registering context-listeners via TLD files and a context listener is
not setup in your web.xml.
A typical config looks like this;
<listener>
 
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener<
/listener-class>
</listener>

        at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:106)
        at javax.faces.webapp.FacesServlet.init(FacesServlet.java:132)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:
325)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperIm
pl.java:165)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper
.java:1588)
        at
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServlet
Wrapper(WebExtensionProcessor.java:98)
        at
com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:936)
        at
com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:857)
        at
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.ja
va:538)
        at
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.
java:360)
        at
com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:292
)
        at
com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupIm
pl.java:99)
        at
com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImp
l.java:167)
        at
com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:722
)
        at
com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.
java:607)
        at
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerI
mpl.java:376)
        at
com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImp
l.java:668)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl
.java:1162)
        at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectS
tart(DeployedApplicationImpl.java:1313)
        at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl
.java:611)
        at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedAppli
cationImpl.java:938)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica
tionMgrImpl.java:740)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl
.java:1312)
        at
com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.jav
a:4189)
        at
com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerIm
pl.java:4367)
        at
com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.jav
a:255)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamica
lly(ApplicationMgrImpl.java:1317)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl
.java:2089)
        at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUni
tMgrImpl.java:437)
        at
com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitIm
pl.java:122)
        at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUni
tMgrImpl.java:380)
        at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit
(CompositionUnitMgrImpl.java:644)
        at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit
(CompositionUnitMgrImpl.java:613)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica
tionMgrImpl.java:1215)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:45)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:45)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
        at
javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredMode
lMBean.java:1085)
        at
javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean
.java:966)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBea
nServerInterceptor.java:848)
        at
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
        at
com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1313)
        at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.
java:118)
        at
com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1206
)
        at
com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServic
eDelegator.java:181)
        at
com.ibm.ws.management.connector.ipc.CallRouter.route(CallRouter.java:242
)
        at
com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink.doWork(IPCCo
nnectorInboundLink.java:286)
        at
com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink$IPCConnector
ReadCallback.complete(IPCConnectorInboundLink.java:502)
        at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(Ai
oReadCompletionListener.java:165)
        at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.
java:217)
        at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFu
ture.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)

[5/12/10 13:47:03:865 IST] 0000001a extension     E
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor
createServletWrapper Error occured while preparing the servlet for
initialization. 
                                 javax.servlet.ServletException:
SRVE0207E: Uncaught initialization exception created by servlet
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:
377)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperIm
pl.java:165)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper
.java:1588)
        at
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServlet
Wrapper(WebExtensionProcessor.java:98)
        at
com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:936)
        at
com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:857)
        at
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.ja
va:538)
        at
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.
java:360)
        at
com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:292
)
        at
com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupIm
pl.java:99)
        at
com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImp
l.java:167)
        at
com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:722
)
        at
com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.
java:607)
        at
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerI
mpl.java:376)
        at
com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImp
l.java:668)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl
.java:1162)
        at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectS
tart(DeployedApplicationImpl.java:1313)
        at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl
.java:611)
        at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedAppli
cationImpl.java:938)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica
tionMgrImpl.java:740)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl
.java:1312)
        at
com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.jav
a:4189)
        at
com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerIm
pl.java:4367)
        at
com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.jav
a:255)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamica
lly(ApplicationMgrImpl.java:1317)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl
.java:2089)
        at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUni
tMgrImpl.java:437)
        at
com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitIm
pl.java:122)
        at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUni
tMgrImpl.java:380)
        at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit
(CompositionUnitMgrImpl.java:644)
        at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit
(CompositionUnitMgrImpl.java:613)
        at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica
tionMgrImpl.java:1215)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:45)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:45)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
        at
javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredMode
lMBean.java:1085)
        at
javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean
.java:966)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBea
nServerInterceptor.java:848)
        at
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
        at
com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1313)
        at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.
java:118)
        at
com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1206
)
        at
com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServic
eDelegator.java:181)
        at
com.ibm.ws.management.connector.ipc.CallRouter.route(CallRouter.java:242
)
        at
com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink.doWork(IPCCo
nnectorInboundLink.java:286)
        at
com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink$IPCConnector
ReadCallback.complete(IPCConnectorInboundLink.java:502)
        at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(Ai
oReadCompletionListener.java:165)
        at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.
java:217)
        at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFu
ture.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)
Caused by: java.lang.IllegalStateException: No Factories configured for
this Application. This happens if the faces-initialization does not work
at all - make sure that you properly include all configuration settings
necessary for a basic faces application and that all the necessary libs
are included. Also check the logging output of your web application and
your container for any exceptions!
If you did that and find nothing, the mistake might be due to the fact
that you use some special web-containers which do not support
registering context-listeners via TLD files and a context listener is
not setup in your web.xml.
A typical config looks like this;
<listener>
 
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener<
/listener-class>
</listener>

        at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:106)
        at javax.faces.webapp.FacesServlet.init(FacesServlet.java:132)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:
325)
        ... 60 more

[5/12/10 13:47:04:053 IST] 0000001a webcontainer  I
com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web
Module TDDMobileWebApp has been bound to
default_host[*:9083,*:80,*:9446,*:5067,*:5066,*:443].
[5/12/10 13:47:04:115 IST] 0000001a ApplicationMg A   WSVR0221I:
Application started: TDDMobileApp
[5/12/10 13:47:04:193 IST] 0000001a CompositionUn A   WSVR0191I:
Composition unit WebSphere:cuname=TDDMobileApp in BLA
WebSphere:blaname=TDDMobileApp started.
[5/12/10 13:47:13:428 IST] 00000025 FfdcProvider  I
com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident
emitted on
D:\IBM\SDP\runtimes\base_v7\profiles\AppSrv01\logs\ffdc\server1_5dab5dab
_10.05.12_13.47.13.42812436.txt
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl 272
[5/12/10 13:47:13:444 IST] 00000025 servlet       E
com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0100E: Uncaught
init() exception created by servlet Faces Servlet in application
TDDMobileApp: java.lang.IllegalStateException: No Factories configured
for this Application. This happens if the faces-initialization does not
work at all - make sure that you properly include all configuration
settings necessary for a basic faces application and that all the
necessary libs are included. Also check the logging output of your web
application and your container for any exceptions!
If you did that and find nothing, the mistake might be due to the fact
that you use some special web-containers which do not support
registering context-listeners via TLD files and a context listener is
not setup in your web.xml.
A typical config looks like this;
<listener>
 
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener<
/listener-class>
</listener>

        at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:106)
        at javax.faces.webapp.FacesServlet.init(FacesServlet.java:132)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:
325)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperIm
pl.java:165)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap
per.java:628)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap
per.java:443)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(Servlet
WrapperImpl.java:175)
        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:1
73)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio
n(HttpInboundLink.java:455)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformatio
n(HttpInboundLink.java:384)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLi
nk.java:272)
        at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscr
iminators(NewConnectionInitialReadCallback.java:214)
        at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(Ne
wConnectionInitialReadCallback.java:113)
        at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(Ai
oReadCompletionListener.java:165)
        at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.
java:217)
        at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFu
ture.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)

[5/12/10 13:47:13:444 IST] 00000025 FfdcProvider  I
com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident
emitted on
D:\IBM\SDP\runtimes\base_v7\profiles\AppSrv01\logs\ffdc\server1_5dab5dab
_10.05.12_13.47.13.44412437.txt
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest() 309
[5/12/10 13:47:13:584 IST] 00000025 webapp        E
com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E:
[Servlet Error]-[Faces Servlet]: java.lang.IllegalStateException: No
Factories configured for this Application. This happens if the
faces-initialization does not work at all - make sure that you properly
include all configuration settings necessary for a basic faces
application and that all the necessary libs are included. Also check the
logging output of your web application and your container for any
exceptions!
If you did that and find nothing, the mistake might be due to the fact
that you use some special web-containers which do not support
registering context-listeners via TLD files and a context listener is
not setup in your web.xml.
A typical config looks like this;
<listener>
 
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener<
/listener-class>
</listener>

        at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:106)
        at javax.faces.webapp.FacesServlet.init(FacesServlet.java:132)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:
325)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperIm
pl.java:165)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap
per.java:628)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap
per.java:443)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(Servlet
WrapperImpl.java:175)
        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:1
73)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio
n(HttpInboundLink.java:455)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformatio
n(HttpInboundLink.java:384)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLi
nk.java:272)
        at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscr
iminators(NewConnectionInitialReadCallback.java:214)
        at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(Ne
wConnectionInitialReadCallback.java:113)
        at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(Ai
oReadCompletionListener.java:165)
        at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.
java:217)
        at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFu
ture.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)

Thanks,
Seema 

Reply via email to