Expand my Community achievements bar.

SOLVED

AEM 6.5.10 packagemanager install error actool

Avatar

Level 3

Hello, I'm facing one issue and I don't know how to fix it. Can anyone help me?

 

Maven build

---

$ mvn clean install -PautoInstallPackage -Padobe-public -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -DskipTests -e

 

Result

---

Installing xxx-common.ui.acls (/Users/xxx/xxx/xxx/xxx-aem-common/ui.acls/target/xxx-common.ui.acls-2.0.7.zip) to http://localhost:4502/crx/packmgr/service.jsp
[ERROR] Request failed: org.apache.jackrabbit.vault.packaging.PackageException: hook's main class biz.netcentric.cq.tools.actool.installhook.AcToolInstallHook not found: actool (500)

 

Error log

---

*ERROR* [qtp1523100397-1582] org.apache.jackrabbit.vault.packaging.impl.InstallHookProcessorImpl Error while initializing hook: org.apache.jackrabbit.vault.packaging.PackageException: hook's main class biz.netcentric.cq.tools.actool.installhook.AcToolInstallHook not found: actool

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Same issue was discussed on this thread and seems like there is a solution. Please refer this if it helps :https://githubmemory.com/repo/Netcentric/accesscontroltool/issues/529 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Same issue was discussed on this thread and seems like there is a solution. Please refer this if it helps :https://githubmemory.com/repo/Netcentric/accesscontroltool/issues/529 

Avatar

Level 2

I had same problem. Following is how I fixed this -

1. Download "accesscontroltool-package-3.0.4.zip" from https://repo1.maven.org/maven2/biz/netcentric/cq/tools/accesscontroltool/accesscontroltool-package/3...

 

2. Upload and install above zip in your local/instance using package manager.

 

3. Uplodad and install your respective code package now and it should install as expected.

Hope this helps!!