You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Konrad Windszus (JIRA)" <ji...@apache.org> on 2017/03/08 15:07:38 UTC

[jira] [Commented] (JCRVLT-144) Unable to perform checkout due to wrong default workspace handling

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

Konrad Windszus commented on JCRVLT-144:
----------------------------------------

In SLING-6618 we ran into the same issue, which is unfortunately not solved by this workaround. Also passing the empty string leads to the empty string being used in https://github.com/apache/jackrabbit/blob/60f44f7d5c67c869ab4dbc7b620c5b7183a0423d/jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/Spi2davexRepositoryServiceFactory.java#L128. Which in turn leads to using the empty string in https://github.com/apache/jackrabbit/blob/60f44f7d5c67c869ab4dbc7b620c5b7183a0423d/jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/RepositoryServiceImpl.java#L307 which doesn't seem valid. IMHO it must be possible to use {{null}} as workspace name, which is no longer possible due to the changes in JCR-2113.

> Unable to perform checkout due to wrong default workspace handling
> ------------------------------------------------------------------
>
>                 Key: JCRVLT-144
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-144
>             Project: Jackrabbit FileVault
>          Issue Type: Bug
>          Components: vlt
>    Affects Versions: 3.1.28, 3.1.30
>            Reporter: Radu Cotescu
>            Assignee: Tobias Bocanegra
>             Fix For: 3.1.36
>
>
> When trying to perform a {{vlt co}} with {{vlt}} > 3.1.26 I get the following error message:
> {noformat}
> vlt co --force http://localhost:4502
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
> Checkout http://localhost:4502/crx/server/-/jcr:root/ with local files using root at [...]/content/src/content/jcr_root
> Connecting via JCR remoting to http://localhost:4502/crx/server
> [ERROR] checkout: org.apache.jackrabbit.vault.vlt.VltException: Unable to mount filesystem
> caused by: javax.jcr.lock.LockException: Precondition Failed
>   caused by: org.apache.jackrabbit.webdav.DavException: Precondition Failed
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)