Open tareqini opened 6 years ago
Avertissement: 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.ASURLClassLoader$SentinelInputStream.
Hi, Do we have any resolution on it? I am getting the same issue and looking for resolution.
This implementation is not currently being actively developed. This code has been evolved and moved into the batch feature of the OpenLiberty project. This issue may have been fixed there (I'm not sure), but if not you could open an issue at: https://github.com/openliberty/open-liberty/issues. Thanks.
the stream in readJobXML() method does't closed at all ,and i have a stream remain open for each call of the method. you can reproduce this issue by start a job and the get the printStacktrack when you stop the server
best regard.