Bug 977350
| Summary: | Log events will not be collected if target log file doesn't exist at the time the resource is started by the plug-in container | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | bkramer <bkramer> |
| Component: | Plugin -- JBoss EAP 6 | Assignee: | Thomas Segismont <tsegismo> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | JON 3.1.2 | CC: | jbednari, jkremser, loleary, steven.post, tsegismo |
| Target Milestone: | DR01 | ||
| Target Release: | JON 3.2.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-08 17:43:50 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: | |||
| Bug Depends On: | 977352 | ||
| Bug Blocks: | |||
|
Description
bkramer
2013-06-24 11:21:20 UTC
Fixed in master commit b4c048f8dfe3aab6f4c8347e856b80f40e66f29a Author: Thomas Segismont <tsegismo> Date: Thu Jan 30 18:15:50 2014 +0100 Changed the warning message to indicate that the poller will be started even if the file does not exist Changed the poller implementation to support "bad" files (non existing or file is a directory): event polling will start as soon as a regular file is found commit in the release branch: 3e109d407 Moving to ON_QA as available for testing in the following brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=336752 Note: the installed version is still JON 3.2.0.GA by design and this represents part of the payload for JON 3.2.1 also known as cumulative patch 1 for 3.2.0.GA. How this will be delivered to customers is still being discussed. Moving to VERIFIED Verified on JON 3.2.1 DR01 (Build Number : c758688:4c03150) and EAP 6.0, EAP 6.1, EAP 6.2 Followed the steps and verified that instead of former ERROR message there is a new "info" message (LOGFILE: Logfile at location /home/hudson/jboss-eap6-domain/domain/servers/test-jboss-managed-server3/log/server.log does not exist or is not readable. The poller will be started but no events will be polled until the file is created.) and that after the log file is created the events are logged. JON 3.2.1 released week of 5/5/2014 |