You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Tomek Rękawek (JIRA)" <ji...@apache.org> on 2016/07/22 08:45:20 UTC

[jira] [Commented] (OAK-4588) Upgrade from JCR2 with S3DataStore doesn't work

    [ https://issues.apache.org/jira/browse/OAK-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389172#comment-15389172 ] 

Tomek Rękawek commented on OAK-4588:
------------------------------------

The reason is that the oak-upgrade started using S3DataStore implementation from the oak-blob-cloud, rather than jackrabbit-ext-s3. As a result, the JCR2 classes supporting S3 are not available in the oak-upgrade classpath. We should go back to using the JCR2 implementations.

> Upgrade from JCR2 with S3DataStore doesn't work
> -----------------------------------------------
>
>                 Key: OAK-4588
>                 URL: https://issues.apache.org/jira/browse/OAK-4588
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: upgrade
>    Affects Versions: 1.4.5, 1.5.6
>            Reporter: Tomek Rękawek
>
> An attempt to upgrade JCR2 repository using S3DataStore fails:
> {noformat}
> 22.07.2016 12:31:36.839 [main] *ERROR*  org.apache.jackrabbit.core.RepositoryImpl - failed to start Repository: Configured bean implementation class org.apache.jackrabbit.aws.ext.ds.S3DataStore was not found.
> org.apache.jackrabbit.core.config.ConfigurationException: Configured bean implementation class org.apache.jackrabbit.aws.ext.ds.S3DataStore was not found.
> 	at org.apache.jackrabbit.core.config.SimpleBeanFactory.newInstance(SimpleBeanFactory.java:44) ~[oak-upgrade.jar:1.4.2]
> 	at org.apache.jackrabbit.core.config.BeanConfig.newInstance(BeanConfig.java:191) ~[oak-upgrade.jar:1.4.2]
> 	at org.apache.jackrabbit.core.config.RepositoryConfigurationParser$4.getDataStore(RepositoryConfigurationParser.java:1032) ~[oak-upgrade.jar:1.4.2]
> 	at org.apache.jackrabbit.core.config.RepositoryConfig.getDataStore(RepositoryConfig.java:1072) ~[oak-upgrade.jar:1.4.2]
> 	at org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:281) ~[oak-upgrade.jar:1.4.2]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)