You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error can be observed in the error.log
15.05.2024 10:04:11.623 *WARN* [qtp295247546-90] org.apache.jackrabbit.vault.packaging.impl.InstallHookProcessorImpl Hook actool threw exception. PREPARE aborted.
org.apache.jackrabbit.vault.packaging.PackageException: invalid section identifier: system-reader in configuration file: /apps/hcp-common/permissions/02-systemusers.yaml_valid configuration section identifiers are: [group_config, obsolete_authorizables, global_config, user_config, ace_config]
at biz.netcentric.cq.tools.actool.installhook.AcToolInstallHook.install(AcToolInstallHook.java:99) [biz.netcentric.cq.tools.accesscontroltool.bundle:3.0.10]
at biz.netcentric.cq.tools.actool.installhook.AcToolInstallHook.execute(AcToolInstallHook.java:39) [biz.netcentric.cq.tools.accesscontroltool.bundle:3.0.10]
at org.apache.jackrabbit.vault.packaging.impl.InstallHookProcessorImpl.execute(InstallHookProcessorImpl.java:145) [org.apache.jackrabbit.vault:3.7.3.T20240308111857-81fa88f1]
...
Caused by: java.lang.IllegalArgumentException: invalid section identifier: system-reader in configuration file: /apps/hcp-common/permissions/02-systemusers.yaml_valid configuration section identifiers are: [group_config, obsolete_authorizables, global_config, user_config, ace_config]
at biz.netcentric.cq.tools.actool.validators.YamlConfigurationsValidator.validateSectionIdentifiers(YamlConfigurationsValidator.java:72) [biz.netcentric.cq.tools.accesscontroltool.bundle:3.0.10]
at biz.netcentric.cq.tools.actool.configreader.YamlConfigurationMerger.getMergedConfigurations(YamlConfigurationMerger.java:145) [biz.netcentric.cq.tools.accesscontroltool.bundle:3.0.10]
at biz.netcentric.cq.tools.actool.impl.AcInstallationServiceImpl.installConfigurationFiles(AcInstallationServiceImpl.java:286) [biz.netcentric.cq.tools.accesscontroltool.bundle:3.0.10]
at biz.netcentric.cq.tools.actool.impl.AcInstallationServiceImpl.installConfigurationFiles(AcInstallationServiceImpl.java:255) [biz.netcentric.cq.tools.accesscontroltool.bundle:3.0.10]
at biz.netcentric.cq.tools.actool.installhook.impl.AcToolInstallHookServiceImpl.installYamlFilesFromPackage(AcToolInstallHookServiceImpl.java:63) [biz.netcentric.cq.tools.accesscontroltool.bundle:3.0.10]
at biz.netcentric.cq.tools.actool.installhook.impl.AcToolInstallHookServiceImpl.installYamlFilesFromPackage(AcToolInstallHookServiceImpl.java:32) [biz.netcentric.cq.tools.accesscontroltool.bundle:3.0.10]
at biz.netcentric.cq.tools.actool.installhook.AcToolInstallHook.install(AcToolInstallHook.java:92) [biz.netcentric.cq.tools.accesscontroltool.bundle:3.0.10]
... 83 common frames omitted
While the install log only emits
Install Package: /etc/packages/....zip
Wed May 15 2024 10:04:11 GMT+0200 (Central European Summer Time)
Installing content
Installing ACLs through AcToolInstallHook in phase PREPARE...
Error: Error while executing an install hook during prepare phase.
The IAE should be caught inside the ACTool code and properly emitted to the install log as well before being rethrown to cancel package installation.
The text was updated successfully, but these errors were encountered:
The following error can be observed in the
error.log
While the install log only emits
The IAE should be caught inside the ACTool code and properly emitted to the install log as well before being rethrown to cancel package installation.
The text was updated successfully, but these errors were encountered: