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 20:13:34 UTC

[jira] Updated: (WW-2142) input streams need to be explicitly closed

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

James Holmes updated WW-2142:
-----------------------------

    Summary: input streams need to be explicitly closed  (was: an input stream needs explicit close)

> input streams need to be explicitly closed
> ------------------------------------------
>
>                 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.