Hi all,
Let us say my component works fine on Author, but fails on Publish.
What are all the ways to debug?
I am aware of debug logging and also monitoring network tab using Developer tools.
Is looking at the bundles in Felix to see whether bundle is active an option on Publish?
Appreciate all your responses,
Thanks,
RK.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello,
If you have setup Publish environment in your local and testing the changes then yes you can use any below mentioned approach
debug logging
monitoring network tab using Developer tools.
Looking at the bundles in Felix to see whether bundle is active
HowEver, if you are planning to test your publish changes on higher environment on AEMAsCloud instance then:-
1) You can set log level to debug and print your logs there.
2) You can monitor network tab to see basic network calls and encoded source files that are loaded.
3) OSGI console is not accessible but Using Admin console you can check bundle status.
If you are testing this on AEM 6.5 instance which is not on cloud and managed by AMS then you cannot check Felix console, until and unless you got access from Adobe.
Few things to check --
Thanks
Thanks @PRATHYUSHA_VP .
The below are not possible in Publish?
debug logging
monitoring network tab using Developer tools.
Looking at the bundles in Felix to see whether bundle is active
What are all the debugging techniques we use on Author that could be and could not be used on Publish?
Thanks,
RK.
Views
Replies
Total Likes
Hello,
If you have setup Publish environment in your local and testing the changes then yes you can use any below mentioned approach
debug logging
monitoring network tab using Developer tools.
Looking at the bundles in Felix to see whether bundle is active
HowEver, if you are planning to test your publish changes on higher environment on AEMAsCloud instance then:-
1) You can set log level to debug and print your logs there.
2) You can monitor network tab to see basic network calls and encoded source files that are loaded.
3) OSGI console is not accessible but Using Admin console you can check bundle status.
If you are testing this on AEM 6.5 instance which is not on cloud and managed by AMS then you cannot check Felix console, until and unless you got access from Adobe.
Views
Replies
Total Likes
Hello there,
Here are some solid ways to debug when a component works on Author but fails on Publish in AEM as a Cloud Service:
So yes — on AEMaaCS, checking bundle status via the Developer Console is a valid and very helpful step.
Hope this helps.
Views
Replies
Total Likes
Yes indeed, these are the exact steps of what I use whenever debugging a problem in AEMaaCS.
Views
Replies
Total Likes
Views
Likes
Replies