RAFW 7.1.2 fix1: error installing WAS on
I'm running RAFW on Windos XP.
I create via wizard a new configuration cell.
After this, I want to install a WAS on a target machine.
I see that I've this error
225 1/22/11 4:19 AM SCRIPT "C:/Program Files/IBM/Build Forge/rafw"/bin/rafw.bat -env Carige-S4RW10 -cell s4rw10Cell01 -node %NODE1_NODE_NAME% -execute was_61_install_with_all_patches
226 1/22/11 4:19 AM EXEC start
227 1/22/11 4:19 AM EXEC Rational Automation Framework for WebSphere version 7.1.2.0.1 build 20101117-1227
228 1/22/11 4:19 AM EXEC CRWFW0026I Starting new run with id 68Qk
229 1/22/11 4:19 AM FILT Match on filter (RAFW) - Set fail status .
230 1/22/11 4:19 AM EXEC BUILD FAILED
231 1/22/11 4:19 AM EXEC Error: com.ibm.rational.rafw.wsadmin.RafwException
232 1/22/11 4:19 AM EXEC Details: com.ibm.rational.rafw.wsadmin.RafwException: Error Connecting to 's4rw10' Caused by: java.net.ConnectException: CTGRI0001E The application could not establish a connection to s4rw10 .
The product seem was unable to resolve the variable.
But as you can see the variable is set.
but as you can see the variable is setting correctly
190 1/22/11 4:19 AM ENV NODE1_NODE_NAME=s4rw10Node01
Any contribution is appreciated
I create via wizard a new configuration cell.
After this, I want to install a WAS on a target machine.
I see that I've this error
225 1/22/11 4:19 AM SCRIPT "C:/Program Files/IBM/Build Forge/rafw"/bin/rafw.bat -env Carige-S4RW10 -cell s4rw10Cell01 -node %NODE1_NODE_NAME% -execute was_61_install_with_all_patches
226 1/22/11 4:19 AM EXEC start
227 1/22/11 4:19 AM EXEC Rational Automation Framework for WebSphere version 7.1.2.0.1 build 20101117-1227
228 1/22/11 4:19 AM EXEC CRWFW0026I Starting new run with id 68Qk
229 1/22/11 4:19 AM FILT Match on filter (RAFW) - Set fail status .
230 1/22/11 4:19 AM EXEC BUILD FAILED
231 1/22/11 4:19 AM EXEC Error: com.ibm.rational.rafw.wsadmin.RafwException
232 1/22/11 4:19 AM EXEC Details: com.ibm.rational.rafw.wsadmin.RafwException: Error Connecting to 's4rw10' Caused by: java.net.ConnectException: CTGRI0001E The application could not establish a connection to s4rw10 .
The product seem was unable to resolve the variable.
But as you can see the variable is set.
but as you can see the variable is setting correctly
190 1/22/11 4:19 AM ENV NODE1_NODE_NAME=s4rw10Node01
Any contribution is appreciated
2 answers
The variable should be interpreted by the shell, and it appears to me that it did indeed resolve correctly otherwise there would have been a different message about not being able to find a node by that name.
The framework is then attempting to make a connection to the machine named "s4rw10" which is the host name that was given for this node in the environment generation wizard.
Please review the docs for configuring Windows Target systems.
http://publib.boulder.ibm.com/infocenter/rafwhelp/v7r1m2/index.jsp?topic=/com.ibm.rafw.install.doc/topics/r_network_connection_reqs_Windows.html
Additionally, turning on RXA tracing in the logging.properties file (near the bottom) might also be helpful.
The framework is then attempting to make a connection to the machine named "s4rw10" which is the host name that was given for this node in the environment generation wizard.
Please review the docs for configuring Windows Target systems.
http://publib.boulder.ibm.com/infocenter/rafwhelp/v7r1m2/index.jsp?topic=/com.ibm.rafw.install.doc/topics/r_network_connection_reqs_Windows.html
Additionally, turning on RXA tracing in the logging.properties file (near the bottom) might also be helpful.