Bug 1127411
| Summary: | WARN [Thread-6] (rhq.core.pc.plugin.PluginClassLoader)- Failed to purge embedded jars directory. Cause: java.io.IOException | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Matt Mahoney <mmahoney> | ||||
| Component: | Agent | Assignee: | Thomas Segismont <tsegismo> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | JON 3.3.0 | CC: | miburman, tsegismo | ||||
| Target Milestone: | ER02 | ||||||
| Target Release: | JON 3.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-12-11 14:02:31 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Fixed in master commit 494e37ae3d140e250fb84ad0346c5159570eb6b0 Author: Thomas Segismont <tsegismo> Date: Mon Aug 25 11:51:21 2014 +0200 Destroy Plugin Class Loaders only once (IOException came from the directory being already purged) Cherry-picked to release/jon3.3.x:
commit a180843ed36f3b6a2db9385929cf27f51ab468e7
Author: Thomas Segismont <tsegismo>
Date: Mon Aug 25 11:51:21 2014 +0200
Bug 1127411 - WARN [Thread-6] (rhq.core.pc.plugin.PluginClassLoader)- Failed to purge embedded jars directory. Cause: java.io.IOException
Destroy Plugin Class Loaders only once (IOException came from the
directory being already purged)
(cherry picked from commit 494e37ae3d140e250fb84ad0346c5159570eb6b0)
Moving to ON_QA as available for test with the following brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=381194 |
Created attachment 924591 [details] agent.log Description of problem: WARN [Thread-6] (rhq.core.pc.plugin.PluginClassLoader)- Failed to purge embedded jars directory. Cause: java.io.IOException: Failed to delete file or directory: data/tmp/rhq-ant-bundle-plugin-4.12.0.JON330DR01.jar8157721612889852259.classloader WARN [Thread-6] (rhq.core.pc.plugin.PluginClassLoader)- Failed to purge embedded jars directory. Cause: java.io.IOException: Failed to delete file or directory: data/tmp/rhq-jboss-as-7-plugin-4.12.0.JON330DR01.jar5212713143008050940.classloader WARN [Thread-6] (rhq.core.pc.plugin.PluginClassLoader)- Failed to purge embedded jars directory. Cause: java.io.IOException: Failed to delete file or directory: data/tmp/rhq-postgres-plugin-4.12.0.JON330DR01.jar673842495051046565.classloader WARN [Thread-6] (rhq.core.pc.plugin.PluginClassLoader)- Failed to purge embedded jars directory. Cause: java.io.IOException: Failed to delete file or directory: data/tmp/rhq-rhqserver-plugin-4.12.0.JON330DR01.jar6369604091632355373.classloader Version-Release number of selected component (if applicable): JON 3.3 DR01 How reproducible: Steps to Reproduce: 1. Install and start JON. 2. 3. Actual results: Warnings in agent.log after clean install/start. Expected results: Should be zero silent Warnings in server.log Additional info: