Hi, it looks like a java problem with upper case package names. Can you try convert this path /apps/AEMUPGRADE/components/aemUser/ all to lower case and then change package apps.AEMUPGRADE.components.aemUser; to package apps.aemupgrade.components.aemuser;that should do the trick