Well, considering we are staging LR GA2 for deployment in 2 weeks (there were some bug fixes we needed) and now we can't deploy themes or hooks locally except through the deploy directory, I needed to get something out pretty quick.
We downloaded and built it but got the following error on trying to deploy:
13:38:05,251 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:182] Processing private-plugin-installer-hook-6.2.0.1.war. This is attempt 9.
13:38:05,252 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][HookAutoDeployListener:48] Copying hook plugin for /opt/liferay/deploy/private-plugin-installer-hook-6.2.0.1.war
13:38:05,252 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:763] Deploying private-plugin-installer-hook-6.2.0.1.war
13:38:05,252 ERROR [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:210] com.liferay.portal.kernel.deploy.auto.AutoDeployException: com.liferay.portal.kernel.deploy.auto.AutoDeployException: private-plugin-installer-hook-6.2.0.1.war does not support this version of Liferay
com.liferay.portal.kernel.deploy.auto.AutoDeployException: com.liferay.portal.kernel.deploy.auto.AutoDeployException: private-plugin-installer-hook-6.2.0.1.war does not support this version of Liferay
at com.liferay.portal.tools.deploy.BaseDeployer.autoDeploy(BaseDeployer.java:201)
at com.liferay.portal.deploy.auto.HookAutoDeployListener.deploy(HookAutoDeployListener.java:51)
at com.liferay.portal.kernel.deploy.auto.AutoDeployDir.processFile(AutoDeployDir.java:193)
at com.liferay.portal.kernel.deploy.auto.AutoDeployDir.scanDirectory(AutoDeployDir.java:235)
at com.liferay.portal.kernel.deploy.auto.AutoDeployScanner.run(AutoDeployScanner.java:54)
Caused by: com.liferay.portal.kernel.deploy.auto.AutoDeployException: private-plugin-installer-hook-6.2.0.1.war does not support this version of Liferay
at com.liferay.portal.tools.deploy.BaseDeployer.deployFile(BaseDeployer.java:795)
at com.liferay.portal.tools.deploy.BaseDeployer.autoDeploy(BaseDeployer.java:198)
... 4 more
13:38:05,252 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:216] Add private-plugin-installer-hook-6.2.0.1.war to the blacklist
So it is telling us even though we built it with GA2 that it does not support this version of Liferay (as I looked at it again - are we pulling from the wrong branch as it is building as 6.2.0.1??), plus what is the blacklist that it is now on and how will we clear it from there once we figure this out?
Thanks!
Be kell jelentkezni ahhoz, hogy ez helytelenként legyen megjelölve.