.drill did not generate any commands
Hi,
I am new to RAF and just trying to import java def for all servers on a given node, but its failing with the following error message:
ERROR .drill did not generate any commands, variables '', grouped by '', variable & group separator ',', execution string '${BATCH_COMMAND} ${RAFW_HOME}/bin/rafw${SCRIPT_EXT} -env ${ENVIRONMENT} -cell ${CELL_NAME} -node ${NODE1_NODE_NAME} -server ${BASE_SERVERS_ON_NODE} -import was_common_configure_server_java_def ${PREVIEW}'.
Any help would be greatly appreciated.
Thanks,
Mayur
I am new to RAF and just trying to import java def for all servers on a given node, but its failing with the following error message:
ERROR .drill did not generate any commands, variables '', grouped by '', variable & group separator ',', execution string '${BATCH_COMMAND} ${RAFW_HOME}/bin/rafw${SCRIPT_EXT} -env ${ENVIRONMENT} -cell ${CELL_NAME} -node ${NODE1_NODE_NAME} -server ${BASE_SERVERS_ON_NODE} -import was_common_configure_server_java_def ${PREVIEW}'.
Any help would be greatly appreciated.
Thanks,
Mayur
2 answers
Have a look at one of the out-of-the-box libraries that come with RAF, e.g.
RAFW_WAS_70_ND_Configure.
In the steps there you will find some examples using the .drill command.
Make sure that the variables used in the commands are defined in the environment (eventually through an include) that you use with your BF project.
--Luc
RAFW_WAS_70_ND_Configure.
In the steps there you will find some examples using the .drill command.
Make sure that the variables used in the commands are defined in the environment (eventually through an include) that you use with your BF project.
--Luc