You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "David Gonzalez (JIRA)" <ji...@apache.org> on 2014/08/25 23:20:58 UTC

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

David Gonzalez created JCRVLT-58:
------------------------------------

             Summary: 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


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)