views:

267

answers:

0

We are using Apache Tiles to stitch the pages into a given JSP template. The applicatoin is built and deployed using Weblogic 9.2

In deployment environment we started facing the issue, where the following error is logged in our log file,

2009-06-23 10:50:41,984 [[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR org.apache.struts.taglib.tiles.InsertTag.Can't insert page '/jsp/welcome.jsp' : Connection reset

and due to this error sometimes the page comes blank and sometimes there is no appearent error.

Here welcome.jsp is one of the tile being inserted into a template.

I believe it has something to do with misconfiguration in Apache Tiles. The following is the entry in tiles-def.xml,

Please let me know if you have any idea how to fix this problem.

Thanks in advance.