[
https://issues.apache.org/jira/browse/SLING-9342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-9342.
-------------------------------------
Resolution: Fixed
fixed by adding the missing class
https://github.com/apache/sling-org-apache-sling-installer-core/commit/29e79484eb1ab20eda7bc7726e4d4d47b380dd60
> NoClassDefFoundError:
> org/apache/sling/installer/core/impl/feature/CloseShieldWriter
> ------------------------------------------------------------------------------------
>
> Key: SLING-9342
> URL: https://issues.apache.org/jira/browse/SLING-9342
> Project: Sling
> Issue Type: Bug
> Components: Installer
> Affects Versions: Installer Core 3.11.0
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Priority: Major
> Fix For: Installer Core 3.11.2
>
>
> When using the latest Installer Core and Jcr Installer a NoClassDefFoundError
> occurs:
> Exception in thread "OsgiInstallerImpl" java.lang.NoClassDefFoundError:
> org/apache/sling/installer/core/impl/feature/CloseShieldWriter
> at
> org.apache.sling.installer.core.impl.serializer.JsonConfigurationSerializer.serialize(JsonConfigurationSerializer.java:41)
> at
> org.apache.sling.installer.provider.jcr.impl.JcrInstaller.handleUpdate(JcrInstaller.java:698)
> at
> org.apache.sling.installer.provider.jcr.impl.JcrInstaller.handleUpdate(JcrInstaller.java:596)
> at
> org.apache.sling.installer.core.impl.OsgiInstallerImpl.internalResourceAddedOrUpdated(OsgiInstallerImpl.java:1259)
> at
> org.apache.sling.installer.core.impl.OsgiInstallerImpl.processUpdateInfos(OsgiInstallerImpl.java:1116)
> at
> org.apache.sling.installer.core.impl.OsgiInstallerImpl.run(OsgiInstallerImpl.java:280)
> at java.lang.Thread.run(Thread.java:748)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)