You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the agent context is closed, the inspectIT classloader will not be closed. This leads to the problem, that temporary JAR files (e.g. the nested inspectit-core) used by the inspectIT classloader will not be removed on Windows because these files are locked.
In order to be able to remove these JARs once the agent is shutting down, the inspectIT classloader should be closed as well.
The text was updated successfully, but these errors were encountered:
…ing down (#1281)
* Closing inspectIT class loader when the agent is shutting down
* Using different approach for getting the agent class loader
* Replacing bean event listener with direct call
* Added parameter description to copyResourceToTempJarFile
* Removing magic strings for temporary file names
Co-authored-by: Heiko Holz <heiko.holz@novatec-gmbh.de>
Currently, when the agent context is closed, the inspectIT classloader will not be closed. This leads to the problem, that temporary JAR files (e.g. the nested inspectit-core) used by the inspectIT classloader will not be removed on Windows because these files are locked.
In order to be able to remove these JARs once the agent is shutting down, the inspectIT classloader should be closed as well.
The text was updated successfully, but these errors were encountered: