Hello,
The Jenkins build fails with the following exception in the error logs -
[ERROR] Request failed: com.day.jcr.vault.packaging.PackageException: javax.jcr.nodetype.ConstraintViolationException: /etc/designs/banners/master/css/fonts/clrndnc-webfont.svg/jcr:content: mandatory property {http://www.jcp.org/jcr/1.0}data does not exist (500)
Please help.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
So here is the thing, for files data gets store jcr:content/jcr:data, This jcr:data will be a property in jcr:content. When you upload a svg file, jcr:data will store svg content which you see when you open same svg file in Notepad++. Now you will be see in "view" option, click on it and a file will be downloaded with name jcr%3content, open this in notepad++, you might not be able to see svg file content properly. Please re upload the working version on svg file.
Views
Replies
Total Likes
Hi,
So here is the thing, for files data gets store jcr:content/jcr:data, This jcr:data will be a property in jcr:content. When you upload a svg file, jcr:data will store svg content which you see when you open same svg file in Notepad++. Now you will be see in "view" option, click on it and a file will be downloaded with name jcr%3content, open this in notepad++, you might not be able to see svg file content properly. Please re upload the working version on svg file.
Views
Replies
Total Likes
Thanks for suggestions ! We are trying both the workarounds listed here :)
Views
Replies
Total Likes
what is the jcr:primaryType of the font node ?? can you post the xml or the screenshot of the properties for the same
Views
Replies
Total Likes
Please have a look at the link :- https://forums.adobe.com/thread/1091504?tstart=0
Vaultclipse to import to eclipse creates .dir folder. After removing these .dir folder and creating package it worked. So remove any extra folder been created. check if this works.
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Views
Likes
Replies