Action 'was_common_deploy_install_app' does not exist in the specified scope
![](http://jazz.net/_images/myphoto/ddc2afc70c654e744882af5c754ae8c5.jpg)
Friends,
I'm new to Build Forge/RAF, and I'm trying to deploy a sample app using the command line options for raf.
version 3.0.0.4
Steps used to reproduce my issue
- Performance env gen against target system successfully. Target system is WAS ND configuration with one cluster with one server in it.
- added new {scope}/app/properties file <portlet.properties>
- added new app file {scope}/app/media <portlet.ear>
- scope={rafw_home}/user/environments/<stuff>/cells/<stuffcell>
- {rafw_home}/bin/rafw.sh -env STUFF-TEST-ENV -cell <stuff> -node <stuff> -cluster <stuff> -execute was_common_deploy_install_app -a portlet.ear
After running Step 5 from the RAF server I get the following error:
/core.xml:158: The following error occurred while executing this line:
/product/lib/RAFW_lib_shared.xml:62: Action 'was_common_deploy_install_app' does not exist in the specified scope.
Any suggestions on how to resolve this issue?