Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1067019

Summary: Some serious logs don't support localization - OSGi
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Nikoleta Hlavickova <nziakova>
Component: OSGiAssignee: Tomas Hofman <thofman>
Status: CLOSED CURRENTRELEASE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: kkhan, psotirop, thofman
Target Milestone: DR10   
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:
Embargoed:

Description Nikoleta Hlavickova 2014-02-19 14:18:48 UTC
There are some serious log messages which don't support localization.

jboss-eap-6.3-src/osgi/service/src/main/java/org/jboss/as/osgi/service/InitialDeploymentTracker.java
132   LOGGER.warnf("ServiceStartFailed: %s", serviceName);

jboss-eap-6.3-src/osgi/integration/http/src/main/java/org/jboss/as/osgi/httpservice/HttpServiceImpl.java
197   WEB_LOGGER.errorf(e, "");

Comment 1 Nikoleta Hlavickova 2014-04-09 11:25:34 UTC
There is an additional serious log message not supporting localization in EAP 6.3.0 ER1:

jboss-eap-6.3-src/osgi/service/src/main/java/org/jboss/as/osgi/service/JAXPServiceProvider.java
94   LOGGER.warn(e);

Comment 2 Kabir Khan 2014-11-13 16:03:48 UTC
https://github.com/jbossas/jboss-eap/pull/1956

Comment 3 Nikoleta Hlavickova 2014-11-25 13:38:14 UTC
Verified with EAP 6.4.0.DR11.