I've this issue in which on the package manager the packages show installed, but going to OSGI console it always shows not refreshed (old timestamp). I rmember there is a tempoary folder in crx from which you've to delete a corrupt installation and then this works again.
Does anyone know which folder is that?
Solved! Go to Solution.
Views
Replies
Total Likes
As Feike suggested, mostly its do with the nodes under /system/sling/installer/jcr/pauseInstallation, that prevents auto Installation of bundles.
Hotfix 9336 you can request from the day care.
--Durga
Views
Replies
Total Likes
You could use the below curl command to delete the package and try again.
curl -u admin:admin -X POST http://localhost:4502/crx/packmgr/service/.json/etc/packages/my_packages/samplepackage.zip?cmd=delet...
Views
Replies
Total Likes
Do you see nodes at this location: /system/sling/installer/jcr/pauseInstallation
Views
Replies
Total Likes
As Feike suggested, mostly its do with the nodes under /system/sling/installer/jcr/pauseInstallation, that prevents auto Installation of bundles.
Hotfix 9336 you can request from the day care.
--Durga
Views
Replies
Total Likes
Views
Likes
Replies