Expand my Community achievements bar.

SOLVED

Temporary install folder - ref: Packages show installed in package manager but never get refreshed. Only work from OSGI console

Avatar

Level 5

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?

1 Accepted Solution

Avatar

Correct answer by
Level 4

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

View solution in original post

3 Replies

Avatar

Level 7

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...

Avatar

Employee

Do you see nodes at this location: /system/sling/installer/jcr/pauseInstallation

Avatar

Correct answer by
Level 4

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