Yes, I can activate the older versions. Meanwhile, I have tried to restore it to the version that was causing issue(latest), now it works fine.But I had to go back to older version and then come back to it. Strange !!!
edubey wrote... Are you able to see previous version of these 2 pages on server O? Thanks for your response. Yes, I can see the version and if I restore the page to one of the older versions, then the problem of page activation is solved. ThanksSrikanth
vmehrotr wrote... Data tar permissions and ownership. Go to crx-quickstart/repository/segmentstore and do a ls -ltr to check permissions and ownership This is in Windows environment and simple instance and not complex things like runmodes, nosamplecontent and other stuff are involved in it. Two s...
vmehrotr wrote... From what version of AEM are you trying to migrate? Did you check the file permissions of those data tar files? Are they owned by aem user? AEM 6.1 version it is. What do you mean by file permissions ?
smacdonald2008 wrote... Have you gone through the docs on this subject: https://docs.adobe.com/content/docs/en/aem/6-1/deploy/upgrade/using-crx2oak.html? Yes, I referred the same link to get started. Please let me know if I have missed something.
Thanks Lokesh.I have few pdfs in DAM. I want to upload them to a cloud. For that, I have to create a file object and use that object in the corresponding method that uploads the physical files to that cloud. I have to pass the file's location as argument to File class. I am passing for example: http...
Thanks for the response.I am using Adobe Experience Manager, Version 6.0.0 . Yes, I have 1.6 in POM as well. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> <debug>tr...