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 2014/08/28 20:24:09 UTC

[jira] [Comment Edited] (JCRVLT-58) VLT RCP errs when moving binary content

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

Tobias Bocanegra edited comment on JCRVLT-58 at 8/28/14 6:23 PM:
-----------------------------------------------------------------

fixed by OAK-2052. using a recent oak build does not show this problem.


was (Author: tripod):
fixed by OAK-2502. using a recent oak build does not show this problem.

> VLT RCP errs when moving binary content
> ---------------------------------------
>
>                 Key: JCRVLT-58
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-58
>             Project: Jackrabbit FileVault
>          Issue Type: Bug
>    Affects Versions: 3.1.6
>         Environment: Jackrabbit Oak, Vault RCP 3.1.6
>            Reporter: David Gonzalez
>            Assignee: Tobias Bocanegra
>
> I am using Vault RCP OSGi Service 3.1.6 to move content from one Oak instance to another.
> I receive this exception:
> 25.08.2014 17:14:51.954 *ERROR* [Vault RCP Task - dev-dam-migration] org.apache.sling.extensions.threaddump.internal.Activator Uncaught exception in Thread Thread[Vault RCP Task - dev-dam-migration,5,main]
> when listing jobs... 
> {noformat}
> {
>       "id": "dev-dam-migration",
>       "src": "http://xxx:xxx@server:port/crx/server/-/jcr:root/content/dam",
>       "dst": "/content/dam",
>       "recursive": true,
>       "batchsize": 1000,
>       "update": true,
>       "onlyNewer": false,
>       "noOrdering": false,
>       "throttle": 100,
>       "resumeFrom": null,
>       "excludes": [
>         "/content/dam/(.*)/jcr:content/folderThumbnail(.*)"
>       ],
>       "status": {
>         "state": "RUNNING",
>         "currentPath": "/content/dam/mysite/logo/mylogo_128x128.png/jcr:content/renditions/cq5dam.web.1280.1280.png/jcr:content",
>         "lastSavedPath": null,
>         "totalNodes": 134,
>         "totalSize": 1182,
>         "currentSize": 1182,
>         "currentNodes": 83
>       }
>     }
> {noformat}
> The job immediately hangs. I've tried excluding problem paths (see above folderThumbnail exclude) but it simply errs on the next binary it hits.
> Moving non-binary content works without issue.



--
This message was sent by Atlassian JIRA
(v6.2#6252)