Expand my Community achievements bar.

SOLVED

Getting unable to mount filesystem error while trying to checkout a specific project from CRX repository using VLT cmd

Avatar

Level 2

Here the trace of error i got,

C:\myproject\content\src\main\content\jcr_root>vlt --credentials admin:admin co --force http://localhost:4502/crx/server/-/jcr_root /apps/myproject Java HotSpot(TM) Client VM warning: ignoring option PermSize=128m; support was r emoved in 8.0 Checkout http://localhost:4502/crx/server/-/jcr_root/apps/myproject /jcr:root/ with local files using root at C:\myproject\content\src\main\content\jcr_root Connecting via JCR remoting to http://localhost:4502/crx/server/-/jcr_root/apps [ERROR] checkout: org.apache.jackrabbit.vault.vlt.VltException: Unable to mount filesystem caused by: javax.jcr.RepositoryException: Server Error caused by: org.apache.jackrabbit.webdav.DavException: Server Error
1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi

Please have a look at these community articles:-

Link:- https://helpx.adobe.com/aem-forms/kb/vault-fails-to-connect-to-crx-on-aem-6-1-forms-j2ee.html

// When you connect to the J2EE instance of AEM Forms, you need to provide the full path to the JCR Root as follows:

    vlt --credentials admin:admin co --force http://<server>:<port>/lc/crx/server/crx.default/jcr:root/

Link:-https://forums.adobe.com/thread/1104533

// Try with [1] 
[1] vlt -v --credentials admin:admin co http://localhost:23310/Test/crx/server/crx.default

I hope this would help you.

~kautuk



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Correct answer by
Administrator

Hi

Please have a look at these community articles:-

Link:- https://helpx.adobe.com/aem-forms/kb/vault-fails-to-connect-to-crx-on-aem-6-1-forms-j2ee.html

// When you connect to the J2EE instance of AEM Forms, you need to provide the full path to the JCR Root as follows:

    vlt --credentials admin:admin co --force http://<server>:<port>/lc/crx/server/crx.default/jcr:root/

Link:-https://forums.adobe.com/thread/1104533

// Try with [1] 
[1] vlt -v --credentials admin:admin co http://localhost:23310/Test/crx/server/crx.default

I hope this would help you.

~kautuk



Kautuk Sahni

Avatar

Administrator

Did you try the solution ?



Kautuk Sahni