Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.1.6
-
None
-
None
-
None
-
Jackrabbit Oak, Vault RCP 3.1.6
Description
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...
{ "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 } }
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.
Attachments
Issue Links
- is blocked by
-
OAK-2052 Node.setProperty(String, Value) fails for binary non ValueImpls
- Closed