Solution:
When moving/migrating your Stat Central Agent (SCA) take into account the following:
1. Make sure that the standalone.conf have the STAT_HOME and JAVA_HOME variables pointing to the correct locations.
2. Make sure that your STAT_HOME/app/bin folder has chmod 755 permissions.
3. Make sure that you configure properly the Stat Configuration Assistant page.
*Remember that if you are not running the agent from the local machine (i.e.Telnet session), you must add the IP address to <STAT_HOME>/config/stat-config.properties of the machine is running the browser.
4. Also, If 8080 is already in used by another application, you may need to change the offset port. Example: if you want to use port 8081 then you need to replace in the standalone.conf the parameter below from:
-Djboss.socket.binding.port-offset=0
to
-Djboss.socket.binding.port-offset=1
Above changes should also be reflected on Oracle EBS machine stat.conf file if necessary, on section "# Stat Central Agent".