[
https://issues.apache.org/jira/browse/OAK-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14974449#comment-14974449
]
Alex Parvulescu commented on OAK-3409:
--------------------------------------
I just realised I forgot to commit and backport the test:
* trunk http://svn.apache.org/viewvc?rev=1710637&view=rev
backport TODO
> CompositeRegistration.unregister diagnostics not helpful
> --------------------------------------------------------
>
> Key: OAK-3409
> URL: https://issues.apache.org/jira/browse/OAK-3409
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.0.19
> Reporter: Julian Reschke
> Assignee: Alex Parvulescu
> Fix For: 1.3.9, 1.0.23, 1.2.8
>
> Attachments: OAK-3409.patch
>
>
> See in the real-world:
> {code}
> 14.09.2015 14:54:11.610 *INFO* [FelixStartLevel]
> com.adobe.granite.repository.impl.SlingRepositoryManager stop: Uncaught
> problem disposing the repository
> java.lang.IllegalStateException: Service already unregistered.
> at
> org.apache.felix.framework.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:124)
> at
> org.apache.jackrabbit.oak.osgi.OsgiWhiteboard$1.unregister(OsgiWhiteboard.java:75)
> at
> org.apache.jackrabbit.oak.spi.whiteboard.CompositeRegistration.unregister(CompositeRegistration.java:43)
> at org.apache.jackrabbit.oak.Oak$6.close(Oak.java:568)
> ...
> {code}
> Problems:
> 1) There is no information which registration failed, and maybe:
> 2) Is it ok for the code to give up on the first problem?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)