-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.19.1
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
When starting up Confluence, messaging like the following appears in the logs:
07-Sep-2022 14:23:48.306 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server] failed to set property [debug] to [0] 07-Sep-2022 14:23:48.395 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector] failed to set property [debug] to [0] 07-Sep-2022 14:23:48.418 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Engine] failed to set property [debug] to [0] 07-Sep-2022 14:23:48.426 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Engine/Host] failed to set property [debug] to [0] 07-Sep-2022 14:23:48.473 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Engine/Host/Context] failed to set property [debug] to [0] 07-Sep-2022 14:23:48.540 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Engine/Host/Context] failed to set property [debug] to [0]
Steps to Reproduce
- Install confluence version 7.19.1
- Check the Catalina logs
Expected Results
The warning should not be there, as this was fixed as part of the suggestion: CONFSERVER-35172 on version 7.16.0
Actual Results
We are seeing the warnings.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available