Adobe-Consulting-Services / acs-aem-tools

http://adobe-consulting-services.github.io/acs-aem-tools/
120 stars 97 forks source link

Live upload bundle will not install - Access Denied #221

Open jaydubb12 opened 4 years ago

jaydubb12 commented 4 years ago

Maven version = 3.6.3 IDE = Intellij v2019.3.4 AEM Version = 6.5.3

Description When user attempts to run profile mvn install -PautoBundleInstall the installation fails, and displays an error message within IDE "Access Denied"

File Path = bundle-live-reload/pom.xml

Triage Notes This issue appears to be occurring due to the use of a legacy configuration in the bundle profile at line 124 <usePut>true</usePut>

When replaced with the following `

http://${crx.host}:${crx.port}/system/console
                <deploymentMethod>WebConsole</deploymentMethod>
            </configuration>`