-
Bug
-
Resolution: Done
-
Blocker
-
7.0.0.DR11
-
None
There are duplicated messages in Batch susbsystem in EAP which have the same ids. At the moment they also have the same content. But in general, there should not be any duplicated messages.
Here is the list of them:
Found: 8 collision(s) Id = WFLYBATCH-1 is used 2 times /jboss-eap-7.0-src/batch/extension-jberet/src/main/java/org/wildfly/extension/batch/jberet/_private/BatchLogger.java-"Error processing META-INF/batch-jobs directory.") /jboss-eap-7.0-src/batch/extension/src/main/java/org/wildfly/extension/batch/_private/BatchLogger.java-"Error processing META-INF/batch-jobs directory.") Id = WFLYBATCH-2 is used 2 times /jboss-eap-7.0-src/batch/extension-jberet/src/main/java/org/wildfly/extension/batch/jberet/_private/BatchLogger.java-"Resources of type %s cannot be removed") /jboss-eap-7.0-src/batch/extension/src/main/java/org/wildfly/extension/batch/_private/BatchLogger.java-"Resources of type %s cannot be removed") Id = WFLYBATCH-3 is used 2 times /jboss-eap-7.0-src/batch/extension-jberet/src/main/java/org/wildfly/extension/batch/jberet/_private/BatchLogger.java-"Could not find deployment name: %s") /jboss-eap-7.0-src/batch/extension/src/main/java/org/wildfly/extension/batch/_private/BatchLogger.java-"Could not find deployment name: %s") Id = WFLYBATCH-4 is used 2 times /jboss-eap-7.0-src/batch/extension-jberet/src/main/java/org/wildfly/extension/batch/jberet/_private/BatchLogger.java-"The service JobOperatorService has been stopped and cannot execute operations.") /jboss-eap-7.0-src/batch/extension/src/main/java/org/wildfly/extension/batch/_private/BatchLogger.java-"The service JobOperatorService has been stopped and cannot execute operations.") Id = WFLYBATCH-5 is used 2 times /jboss-eap-7.0-src/batch/extension-jberet/src/main/java/org/wildfly/extension/batch/jberet/_private/BatchLogger.java-"The job name '%s' was not found for the deployment.") /jboss-eap-7.0-src/batch/extension/src/main/java/org/wildfly/extension/batch/_private/BatchLogger.java-"The job name '%s' was not found for the deployment.") Id = WFLYBATCH-6 is used 2 times /jboss-eap-7.0-src/batch/extension-jberet/src/main/java/org/wildfly/extension/batch/jberet/_private/BatchLogger.java-"Could not find the job XML file in the deployment: %s") /jboss-eap-7.0-src/batch/extension/src/main/java/org/wildfly/extension/batch/_private/BatchLogger.java-"Could not find the job XML file in the deployment: %s") Id = WFLYBATCH-7 is used 2 times /jboss-eap-7.0-src/batch/extension-jberet/src/main/java/org/wildfly/extension/batch/jberet/_private/BatchLogger.java-"Failed processing the job XML file %s. Attempting to execute this job may result in errors.") /jboss-eap-7.0-src/batch/extension/src/main/java/org/wildfly/extension/batch/_private/BatchLogger.java-"Failed processing the job XML file %s. Attempting to execute this job may result in errors.") Id = WFLYBATCH-9 is used 2 times /jboss-eap-7.0-src/batch/extension-jberet/src/main/java/org/wildfly/extension/batch/jberet/_private/BatchLogger.java-"Indexed child resources can only be registered if the parent resource supports ordered children. The parent of '%s' is not indexed") /jboss-eap-7.0-src/batch/extension/src/main/java/org/wildfly/extension/batch/_private/BatchLogger.java-"Indexed child resources can only be registered if the parent resource supports ordered children. The parent of '%s' is not indexed")
Giving blocker priority as this issue blocks RFE verification.
- is blocked by
-
WFLY-5553 Remove unneeded messages from deprecated batch subsystem
- Closed