Skip to content

Live upload bundle will not install - Access Denied #221

@jaydubb12

Description

@jaydubb12

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions