|
Hi,
I have deployed the slide.war file (binary version 2.0) on WAS 5.1 (WAS 5.1 running on SUN platform)
I have also replaced the jdom.jar of WAS 5.1 with the one coming with slide application.
When I connect through network place I am able to connect it. (I have disabled all the authentication And authorization part from slide application)
When I try to browse the network place it is giving me following error…
Can anybody help me for tracing out what could be the problem.
[9/7/04 8:58:16:757 EDT] 1e219e7 WebGroup E SRVE0026E: [Servlet Error]-[webdav]: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: Internal Server Error: Read timed out at com.ibm.ws.webcontainer.srt.SRTServletResponseContext.sendError(SRTServletResponseContext.java:162) at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:621) at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:152) at org.apache.slide.webdav.logger.XHttpServletResponseFacade.sendError(Unknown Source) at org.apache.slide.webdav.method.AbstractWebdavMethod.sendError(Unknown Source) at org.apache.slide.webdav.method.PropFindMethod.parseRequest(Unknown Source) at org.apache.slide.webdav.method.AbstractWebdavMethod.run(Unknown Source) at org.apache.slide.webdav.WebdavServlet.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110) at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174) at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313) at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116) at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283) at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42) at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:76) at org.apache.slide.webdav.filter.LogFilter.doFilter(Unknown Source) at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:132) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:71) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:965) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:555) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200) at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119) at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276) at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71) at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114) at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186) at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334) at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
[9/7/04 8:58:16:815 EDT] 1e219e7 SystemOut O Servlet.Engine.Transports : 0, 07-Sep-2004 08:58:11, , PROPFIND, 500 "Internal Server Error", 5100 ms, / [9/7/04 8:58:16:815 EDT] 1e219e7 WebGroup I SRVE0180I: [slide.war] [/slide] [Servlet.LOG]: Servlet.Engine.Transports : 0, 07-Sep-2004 08:58:11, , PROPFIND, 500 "Internal Server Error", 5100 ms, / [9/7/04 8:58:21:828 EDT] 1e219e7 SRTServletReq E SRVE0120E: IO Error java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at com.ibm.ws.io.Stream.read(Stream.java:17) at com.ibm.ws.io.ReadStream.read(ReadStream.java:177) at com.ibm.ws.http.ContentLengthInputStream.read(ContentLengthInputStream.java:32) at com.ibm.ws.io.ReadStream.read(ReadStream.java:177) at com.ibm.ws.webcontainer.http.HttpConnection.read(HttpConnection.java:340) at com.ibm.ws.webcontainer.srp.SRPConnection.read(SRPConnection.java:200) at com.ibm.ws.webcontainer.srt.SRTInputStream.read(SRTInputStream.java:80) at com.ibm.ws.webcontainer.srt.http.HttpInputStream.read(HttpInputStream.java:309) at java.io.InputStream.read(InputStream.java:88) at com.ibm.ws.webcontainer.srt.SRTServletRequest.finish(SRTServletRequest.java:1023) at com.ibm.ws.webcontainer.srt.SRTConnectionContext.finishConnection(SRTConnectionContext.java:86) at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:196) at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276) at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71) at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114) at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186) at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334) at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
[9/7/04 8:58:21:861 EDT] 1e219e7 WebGroup E SRVE0026E: [Servlet Error]-[Error while finishing the connection]: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at com.ibm.ws.io.Stream.read(Stream.java:17) at com.ibm.ws.io.ReadStream.read(ReadStream.java:177) at com.ibm.ws.http.ContentLengthInputStream.read(ContentLengthInputStream.java:32) at com.ibm.ws.io.ReadStream.read(ReadStream.java:177) at com.ibm.ws.webcontainer.http.HttpConnection.read(HttpConnection.java:340) at com.ibm.ws.webcontainer.srp.SRPConnection.read(SRPConnection.java:200) at com.ibm.ws.webcontainer.srt.SRTInputStream.read(SRTInputStream.java:80) at com.ibm.ws.webcontainer.srt.http.HttpInputStream.read(HttpInputStream.java:309) at java.io.InputStream.read(InputStream.java:88) at com.ibm.ws.webcontainer.srt.SRTServletRequest.finish(SRTServletRequest.java:1023) at com.ibm.ws.webcontainer.srt.SRTConnectionContext.finishConnection(SRTConnectionContext.java:86) at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:196) at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276) at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71) at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114) at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186) at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334) at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
Thanks Mihir
Sr. Software Engineer eBiz, Gandhinagar
"Imaginations... its limits are only those of the mind itself"
http://www.patni.com World-Wide Partnerships. World-Class Solutions. _____________________________________________________________________ This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at [EMAIL PROTECTED] and delete this mail. _____________________________________________________________________ |
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
