You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2007/08/28 19:47:34 UTC

[jira] Commented: (WW-2142) an input stream needs explicit close

    [ https://issues.apache.org/struts/browse/WW-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42047 ] 

James Holmes commented on WW-2142:
----------------------------------

This is actually an issue in more than one place throughout the Struts 2 codebase. I will fix the other areas as well.

> an input stream needs explicit close
> ------------------------------------
>
>                 Key: WW-2142
>                 URL: https://issues.apache.org/struts/browse/WW-2142
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Component Management
>    Affects Versions: 2.0.9
>         Environment: Sun app server 9; struts 2.0.9
>            Reporter: D. Dinev
>            Assignee: James Holmes
>             Fix For: 2.0.10
>
>
> at org.apache.struts2.components.template.BaseTemplateEngine.getThemeProps()
> needs explicitly closure of the input stream
> I get this exception: 
> Input stream has been finalized or forced closed without being explicitly closed; stream instantiation reported in following stack trace
> java.lang.Throwable
>         at com.sun.enterprise.loader.EJBClassLoader$SentinelInputStream.<init>(EJBClassLoader.java:1123)
>         at com.sun.enterprise.loader.EJBClassLoader$InternalJarURLConnection.getInputStream(EJBClassLoader.java:1216)
>         at java.net.URL.openStream(URL.java:1009)
>         at com.opensymphony.xwork2.util.ClassLoaderUtil.getResourceAsStream(ClassLoaderUtil.java:116)
>         at org.apache.struts2.components.template.BaseTemplateEngine.getThemeProps(BaseTemplateEngine.java:70)
>         at org.apache.struts2.components.template.Template.getPossibleTemplates(Template.java:67)
>         at org.apache.struts2.components.template.FreemarkerTemplateEngine.renderTemplate(FreemarkerTemplateEngine.java:85)
>         at org.apache.struts2.components.UIBean.mergeTemplate(UIBean.java:530)
>         at org.apache.struts2.components.UIBean.end(UIBean.java:484)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.