Trouble importing using vlt
I am looking to transfer some content between two 5.3 instances, but I cannot get the import to work. I have tried this in 5.6.1 and I get the same issue. I have carried the following,
Exported using
C:\Development\export>vlt --credentials admin:admin export -v http://localhost:4502/crx /content/vault vault
Tried Importing
C:\Development\export\vault>vlt import -v http://localhost:4502/crx . /
Connecting via JCR remoting to http://localhost:4502/crx/server
Collecting import information...
Installing node types...
- cq -> http://www.day.com/jcr/cq/1.0
- sling -> http://sling.apache.org/jcr/sling/1.0
- jcr -> http://www.jcp.org/jcr/1.0
- nt -> http://www.jcp.org/jcr/nt/1.0
- mix -> http://www.jcp.org/jcr/mix/1.0
[ERROR] import: java.lang.UnsupportedOperationException: JCR-2003. Implementation missing
Any ideas why this is failing?