Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live upload bundle will not install - Access Denied #221

Open
jaydubb12 opened this issue Apr 8, 2020 · 0 comments
Open

Live upload bundle will not install - Access Denied #221

jaydubb12 opened this issue Apr 8, 2020 · 0 comments

Comments

@jaydubb12
Copy link

jaydubb12 commented Apr 8, 2020

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
<configuration> <slingUrl>http://${crx.host}:${crx.port}/system/console</slingUrl> <deploymentMethod>WebConsole</deploymentMethod> </configuration>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant