Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

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 Solução aceita

Avatar

Resposta correta de
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

Ver solução na publicação original

3 Respostas

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

Resposta correta de
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