You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2016/12/19 06:44:58 UTC

[jira] [Comment Edited] (JCRVLT-144) Unable to perform checkouts with vlt > 3.1.26

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

Tobias Bocanegra edited comment on JCRVLT-144 at 12/19/16 6:44 AM:
-------------------------------------------------------------------

related to changes in JCR-2113 that added new default workspace handling in spi2dav

workaround is to specify the default workspace in the url. eg:

{noformat}
$ vlt co --force http://localhost:4502/crx/server/crx.default/jcr:root
Checkout http://localhost:4502/crx/server/crx.default/jcr:root/ with local files using root at /Users/tripod/tmp/v1/screens/jcr_root
Connecting via JCR remoting to http://localhost:4502/crx/server
Checking out / to jcr_root
...
{noformat}


was (Author: tripod):
related to changes in JCR-2113 that added new default workspace handling in spi2dav

workaround is to specify the default workspace in the url. eg:

{noformat}
$ vlt co --force http://localhost:4502/crx/server/crx.default/jcr:root
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Checkout http://localhost:4502/crx/server/crx.default/jcr:root/ with local files using root at /Users/tripod/tmp/v1/screens/jcr_root
Connecting via JCR remoting to http://localhost:4502/crx/server
Checking out / to jcr_root
...
{noformat}

> Unable to perform checkouts with vlt > 3.1.26
> ---------------------------------------------
>
>                 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
>
> 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.4#6332)