I have installed altjvm in my local machine and used hotswap from https://github.com/HotswapProjects/HotswapAgent/releases for Hot Deployment in Hybris. The hybris server is starting properly, but for the first time, the ant clean all is taking about 30 minutes and the server start up is taking about 40 minutes. For any change in facades or populators, the change is getting reflected by building only the required extension.
But the issue is with the storefront extension. Whenever any change is made in the storefront extension, I’m getting “Unable create CtClass for URI ‘<>_tag.class' ” error for all the tag files and the pages are not opening after that.
Hybris Version used: 6.7
DCEVM version: DCEVM-8u181-installer-build2.jar
java version: “1.8.0_191”
OS: Windows 10 pro.
If anyone know something about this issue, please let me know.