./Layer7_migrate_tool.sh tool to migrate from JBOSS 6.4 to JBOSS 7.2 is throwing the error below:
./Layer7_migrate_tool.sh -s "/apps/JBOSS64/jboss-eap-6.4" -t "/apps/JBOSS72/jboss-eap-7.2"
The Source is not a valid JBoss EAP 6.4 or WildFly 8.2, Exiting ...
Release : 14.3
Component : IdentityMinder(Identity Manager)
The error you are getting is "The Source is not a valid JBoss EAP 6.4" this means that either the location is incorrect or the user you are running the command as does not have read access to that location. As well as an incorrect environment variable is set for JBOSS_HOME.
Confirm your path is correct, run the command as root, and or remove the JBOSS_HOME environment variable if it exists.