| Summary: | Some serious log messages don't have id to identify them - JBoss Web | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> |
| Component: | Web | Assignee: | Rémy Maucherat <rmaucher> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | kkhan |
| Target Milestone: | DR1 | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Petr Kremensky
2013-09-17 10:21:52 UTC
r2337 Since this appears to have been part of 6.3.0, I am setting to ON_QA for 6.4.0 There are some suspicious logs, but they all seem OK: src/main/java/org/apache/catalina/core/ApplicationContext.java - 687 context.getLogger().error(message, exception); - 700 context.getLogger().error(message, throwable); src/main/java/org/apache/catalina/authenticator/FormAuthenticator.java - 381 CatalinaLogger.AUTH_LOGGER.warn(msg, t); - 411 CatalinaLogger.AUTH_LOGGER.warn(msg, t); Verified with EAP 6.4.0.DR12. |