Hi All,
Whenever I hit the URL
http://127.0.0.1:4502/etc/replication/agents.publish.json
My bundle get automatically goes to resolved status from active.
this happened only when i access through ip address .
does any one having same issue.
I checked error.log but it is not showing any information.
Solved! Go to Solution.
Views
Replies
Total Likes
I don't think that this call is the reason that any bundle gets non-active. While this is technically possible to do, I have yet to see code, which does that for a reason.
The only exception is the Bundle Disabler by ACS AEM Commons (https://adobe-consulting-services.github.io/acs-aem-commons/features/osgi-disablers/bundle-disabler/...), but if you configure that one, it will immediate deactivate a bundle as soon as you have activated it.
Please check the logs to get a better impression of the timing, because if a bundle is deactivated you should see a log message.
Hi @test566 ,
Which bundle is going to resolved state? Do you have any custom servlet/service in your system which uses/invokes replication agent programmatically.
Thanks,
Ritesh Mittal
Hi @Ritesh_Mittal ,
Project core bundle
we have 40+ custom servlet having
resourceTypes = NameConstants.NT_PAGE
but no servlet which handled replication agent .
@test566 I tried this in my local instance and its working fine. Issue could be from your project code. Once try on vineela instance.
But point to worry is "this happened only when i access through ip address ." I am not sure how is this happening only on ip address.
I don't think that this call is the reason that any bundle gets non-active. While this is technically possible to do, I have yet to see code, which does that for a reason.
The only exception is the Bundle Disabler by ACS AEM Commons (https://adobe-consulting-services.github.io/acs-aem-commons/features/osgi-disablers/bundle-disabler/...), but if you configure that one, it will immediate deactivate a bundle as soon as you have activated it.
Please check the logs to get a better impression of the timing, because if a bundle is deactivated you should see a log message.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies