-
Notifications
You must be signed in to change notification settings - Fork 107
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
Unable to install app on aem 6.5.9 #805
Comments
Hi! This is expected for 6.5 since the AEM CS download framework is not available on 6.5. This is why these imports are optional. That said, ASC should fall back on 6.5 to an internal implementation that supports downaloads being orchestrated in the AEM JVM. Please let us know if the download aren't working on 6.5 -- vs just having an optional dependency being unsatisfied (again, it's optional for a reason) |
You are right - missing imports are optional and they do not cause the problem with this bundle. As far as I understand bundle was failing to start because of missing dependency (based on the error log)
and mostly this part of the log I checked the documentation and found out that on my AEM bundle exporting I installed additional bundle locally and it resolved the issue:
I guess this still needs some fix in the app - I am not sure whether this should be included in the app package or maybe documentation needs to be extended. |
This is a regression of #767. Using dependabot on OSGi dependencies is usually not helpful. |
@bartoszWesolowski This should be fixed in 2.4.0 (just released) - thanks to @kwin for spotting this. I tested it on my 6.5.9 and everything resolves. Please re-open if you see anything funny. |
Describe the bug
Installing the all package on AEM 6.5.9 (with all required dependencies present) fails due to missing cloud dependencies:
I followed instructions from documentation and added dependency for
Logs when I try to activate the bundle
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Application works (bundle active)
The text was updated successfully, but these errors were encountered: