Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] import: com.day.jcr.vault.vlt.VltException: Unable to mount filesystem #20

Closed
vivekdhiman opened this issue Apr 16, 2018 · 3 comments

Comments

@vivekdhiman
Copy link

Hi,

I am not able to take pull or push to CRX repository. PFA Screenshots.
config
capture

@ghost
Copy link

ghost commented Apr 16, 2018

everything in your settings looks fine to me, and the exception you are getting is from vault, not from the plugin. Usually, "Unable to mount filesystem" on an export indicates that the instance you are connecting to can't be reached. You could try invoking the vlt cli directly to see if that gives you any further info.

@vivekdhiman
Copy link
Author

Getting same error when i run through terminal.

C:\Users\vdhim6>vlt --credentials admin:admin co --force http://localhost:4502/crx
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 C:\Users\vdhim6\jcr_root
Connecting via JCR remoting to http://localhost:4502/crx/server
[ERROR] checkout: com.day.jcr.vault.vlt.VltException: Unable to mount filesystem
caused by: javax.jcr.ItemNotFoundException: Not Found
  caused by: org.apache.jackrabbit.webdav.DavException: Not Found

@shsteimer
Copy link
Owner

under the covers, the plugin is just shelling out to VTL, so if it doesn't work there, it's not going to work through the plugin. The only time I've ever seen an issue like that is when the repo isn't running or otherwise isn't accessible for some reason, so I'm not sure why VLT can't connect to it, but it's not really an issue I can resolve in the plugin code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants