Hello,I hope you are using AEM 6.2 jar to run crx2oak.java -Xmx32G -XX:MaxPermSize=4096m -jar cq5-author-p4502.jar -v -x crx2oak -xargs -- -o migrate.Use the crx2oak bundled with AEM 6.2Also, can you check your index logs . Are the logs looping? It might be possible that re-indexing is failing. Can ...
Hobbes can test your page in edit mode and also on Author. Hobbes can handle almost all cases, like testing a page on edit mode, published mode etc. The documentation is quite handy. Hobbes has almost all API to handle any test case.
Hobbes will help you in writing test cases that are specific to AEM pages. It is very similar to JUnit and easy to learn. Selenium happens to be the future of AEM testing, So, if you are starting afresh, I would recommend you to use Selenium
When you declare client libs in /apps in AEM 6.4, you have to access it via a proxy servlet. To do that, you have to define allowProxy =true in your client libs folderRead this: Using Client-Side Libraries
Hi pranjalk45087228,If on AEM 6.4, did you use allowProxy when using clientlibs? On what version of AEM are you one? Also, did you declare the categories of clientlibs folder? Regards,Manish Singh
Did you try to rebuild the clientlibs from the same url? Which version of AEM are you using? Try creating the va/clientlibs folder yourself from crx/de and try again
Do you get any error in th error.log file while the packages are being installed from the install folder? What type of files are being ommited? Ideally, you should first install AEM insead of creating folders yourself. Once AEM is installed, create the install folder and dump your packages in it.