[
https://issues.apache.org/jira/browse/SLING-6777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15965825#comment-15965825
]
Konrad Windszus commented on SLING-6777:
----------------------------------------
bq. This could also be a bug in the validation service holding a stale
ResourceBundleProvider
Indeed it could be, but I currently fail to see how this can happen. The
{{ValidationServiceImpl}} holds a volatile dynamic reference to all
{{ResourceBundleProviders}} in
https://github.com/apache/sling/blob/trunk/bundles/extensions/validation/core/src/main/java/org/apache/sling/validation/impl/ValidationServiceImpl.java#L101.
This is used in {{getDefaultResourceBundle}} to get a resource bundle. This
resource bundle is not cached and also the stack trace from this issue actually
includes {{getDefaultResourceBundle}} so I am wondering, how the
{{ResourceBundleProvider}} could have been deactivated here.
> ValidationServiceImpl breaks when hitting closed resolver for resource
> bundles (i18n)
> -------------------------------------------------------------------------------------
>
> Key: SLING-6777
> URL: https://issues.apache.org/jira/browse/SLING-6777
> Project: Sling
> Issue Type: Bug
> Components: Extensions, Validation
> Reporter: Oliver Lietz
>
> {noformat}
> java.lang.IllegalStateException: Resource resolver is already closed.
> at
> org.apache.sling.resourceresolver.impl.ResourceResolverImpl.checkClosed(ResourceResolverImpl.java:186)
> at
> org.apache.sling.resourceresolver.impl.ResourceResolverImpl.findResources(ResourceResolverImpl.java:731)
> at
> org.apache.sling.i18n.impl.JcrResourceBundle.loadPotentialLanguageRoots(JcrResourceBundle.java:328)
> at
> org.apache.sling.i18n.impl.JcrResourceBundle.<init>(JcrResourceBundle.java:85)
> at
> org.apache.sling.i18n.impl.JcrResourceBundleProvider.createResourceBundle(JcrResourceBundleProvider.java:452)
> at
> org.apache.sling.i18n.impl.JcrResourceBundleProvider.getResourceBundleInternal(JcrResourceBundleProvider.java:411)
> at
> org.apache.sling.i18n.impl.JcrResourceBundleProvider.getResourceBundle(JcrResourceBundleProvider.java:180)
> at
> org.apache.sling.i18n.impl.JcrResourceBundleProvider.getResourceBundle(JcrResourceBundleProvider.java:171)
> at
> org.apache.sling.validation.impl.ValidationServiceImpl.getDefaultResourceBundle(ValidationServiceImpl.java:196)
> at
> org.apache.sling.validation.impl.ValidationServiceImpl.validate(ValidationServiceImpl.java:292)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)