You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Manfred Dohmen (JIRA)" <ji...@apache.org> on 2013/04/11 18:23:15 UTC

[jira] [Created] (CAMEL-6262) org.apache.camel.support.ServiceSupport: InputStream not being explicitly closed

Manfred Dohmen created CAMEL-6262:
-------------------------------------

             Summary: org.apache.camel.support.ServiceSupport: InputStream not being explicitly closed
                 Key: CAMEL-6262
                 URL: https://issues.apache.org/jira/browse/CAMEL-6262
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.11.0
            Reporter: Manfred Dohmen
            Priority: Trivial


In method getVersion() of ServiceSupport there is an InputStream opened around line 284:

InputStream is = getClass().getResourceAsStream("/META-INF/maven/org.apache.camel/camel-core/pom.properties");

This stream is not closed explicitly.

If you undeploy an application from a container like GlassFish you get a warning like this:

[#|2013-04-11T18:02:00.783+0200|WARNING|glassfish3.1.2|javax.enterprise.system.core.classloading.com.sun.enterprise.loader|_ThreadID=137;_ThreadName=Thread-2;|Input stream has been finalized or forced closed w
ithout being explicitly closed; stream instantiation reported in following stack trace
java.lang.Throwable
        at com.sun.enterprise.loader.ASURLClassLoader$SentinelInputStream.<init>(ASURLClassLoader.java:1230)
        at com.sun.enterprise.loader.ASURLClassLoader$InternalJarURLConnection.getInputStream(ASURLClassLoader.java:1338)
        at java.net.URLClassLoader.getResourceAsStream(URLClassLoader.java:233)
        at com.sun.enterprise.loader.ASURLClassLoader.getResourceAsStream(ASURLClassLoader.java:872)
        at java.lang.Class.getResourceAsStream(Class.java:2049)
        at org.apache.camel.support.ServiceSupport.getVersion(ServiceSupport.java:284)
        at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:1439)
        at org.apache.camel.cdi.CdiCamelContext.start(CdiCamelContext.java:61)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[...]


These were similar issues: XBEAN-190, JCR-2962



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira