-
Type:
Bug
-
Status: Done
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: AMQ 7.0.2.GA
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Target Release:
-
Sprint:AMQ Broker 1839
-
Affects:Release Notes
-
Release Notes Text:Logging error codes are not unique for all broker log messages. Use the logger name, org.apache.activemq.artemis.core.server for example, to identify uniqueness.
-
Release Notes Docs Status:Documented as Known Issue
-
Upstream Jira:
t had been noted by a customer, that the error code (AMQ119032) is defined in org.apache.activemq.artemis.core.server.ActiveMQMessageBundle_$bundle as
~~~
private static final String userNoPermissions = "AMQ119032: User:
~~~
and in org.apache.activemq.artemis.core.client.ActiveMQClientMessageBundle_$bundle in
~~~
private static final String invalidType = "AMQ119032: Invalid type: {0}
";
~~~
This pattern seems to occur multiple times between for different error code values in these 2 files.
- is related to
-
JBEAP-13290 Log messages without prefixed id code in artemis-server
-
- Coding In Progress
-
- cloned from
-
ARTEMIS-1018 Loading...