You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tiles.apache.org by stanlick <st...@gmail.com> on 2008/11/19 18:28:45 UTC

Stream closed exception

I have been chasing an IOException for nearly an hour that was reported as
being raised in Tiles 2.1 InsertAttributeTag.doFinally() V.  Also, what the
heck is the "V" following the method?

As I was at a break point in the JSP that contained the
<tiles:insertAttribute name="middle" />, I reformatted the source code,
thereby requiring the servlet to be regenerated and now the problem is gone! 
If the originally compiled servlet (jsp page) was compiled against Tiles
2.05 and I have now upgraded the Tiles to 2.1, could that explain this
scenario?  

Peace,
Scott
-- 
View this message in context: http://www.nabble.com/Stream-closed-exception-tp20584665p20584665.html
Sent from the tiles users mailing list archive at Nabble.com.


Re: Stream closed exception

Posted by stanlick <st...@gmail.com>.
Thanks Ciao -- 

I just had to do that!

P.S. I dumped the Tomcat work folder and life is great again!  I sure like
the wildcard and EL support you guys have added.  I deleted so many
definitions this weekend that my laptop is now about six ounces lighter!

Ciao,
Scott



Antonio Petrelli-3 wrote:
> 
> 2008/11/19 stanlick <st...@gmail.com>:
>> As I was at a break point in the JSP that contained the
>> <tiles:insertAttribute name="middle" />, I reformatted the source code,
>> thereby requiring the servlet to be regenerated and now the problem is
>> gone!
>> If the originally compiled servlet (jsp page) was compiled against Tiles
>> 2.05 and I have now upgraded the Tiles to 2.1, could that explain this
>> scenario?
> 
> Yes, Tiles 2.1 removed lots of catched exceptions. If the Jsp page is
> not recompiled, then it is bound to the old version.
> Simply clear all compiled jsp (e.g. Tomcat has awork directory).
> 
> Ciao
> Antonio
> 
> 

-- 
View this message in context: http://www.nabble.com/Stream-closed-exception-tp20584665p20610231.html
Sent from the tiles users mailing list archive at Nabble.com.


Re: Stream closed exception

Posted by Antonio <an...@gmail.com>.
2008/11/19 stanlick <st...@gmail.com>:
> As I was at a break point in the JSP that contained the
> <tiles:insertAttribute name="middle" />, I reformatted the source code,
> thereby requiring the servlet to be regenerated and now the problem is gone!
> If the originally compiled servlet (jsp page) was compiled against Tiles
> 2.05 and I have now upgraded the Tiles to 2.1, could that explain this
> scenario?

Yes, Tiles 2.1 removed lots of catched exceptions. If the Jsp page is
not recompiled, then it is bound to the old version.
Simply clear all compiled jsp (e.g. Tomcat has awork directory).

Ciao
Antonio