Create WAS ND envrionment w/ rafwEnvBuild.sh in Batch Mode
I am trying to generate a new BuildForge envrionment that creates a Deployment Manager profile and 2 managed WAS profiles in the process. All of the profiles need to be created on separate servers (Dmgr=xtsbfws0.ts.bcbssc.com, profile1=xtsbfws1.ts.bcbssc.com, profile2=xtsbfws2.ts.bcbssc.com). The profile name for the two managed profiles should both be be Custom01.
Below are the properties that I'm passing into the rafwEnvBuild.sh script. For some reason, the rafwEnvBuild.sh script thinks that I'm trying to deploy a STANDALONE (Base) enviornment. It throws an error that implies that a "BASE_NODE_NAME" must also be defined in the properties file. The exact error is listed in this post below the properties section. Does anybody know how to generate a new Network Deployment WAS envirmonment with separate Dmgr and WAS servers using the rafwEnvBuild.sh in batch mode? ================================================================ ================================================================ /opt/buildforge/rafw/bin/rafwEnvBuild.sh -b /opt/buildforge/rafw/work/xtsbfws0.properties ================================================================ ================================================================
================================================================ ================================================================ INFO /opt/buildforge/rafw/bin/rafwEnvBuild.sh -b /opt/buildforge/rafw/work//xtsbfws0.properties INFO CRWFW0026I Starting new run with id 11jR INFO Rational Automation Framework for WebSphere version 7.1.2 build 20101014-1857 INFO Using an environment template at: INFO /opt/buildforge/rafw/product/templates/environments/WAS70_TEMPLATE/cells/WAS70_CELL INFO key DB2_CLIENT_HOME not found, adding with default value INFO Generating the cell /opt/buildforge/rafw/user/environments/xtsbfws0/cells/a70zxtsbfws0Cell01 INFO Creating Cluster: /opt/buildforge/rafw/user/environments/xtsbfws0/cells/a70zxtsbfws0Cell01/clusters/cluster1 INFO Creating Node: /opt/buildforge/rafw/user/environments/xtsbfws0/cells/a70zxtsbfws0Cell01/nodes/a70zxtsbfws1Node01 INFO Creating Server: /opt/buildforge/rafw/user/environments/xtsbfws0/cells/a70zxtsbfws0Cell01/nodes/a70zxtsbfws1Node01/servers/server1 INFO Creating Server: /opt/buildforge/rafw/user/environments/xtsbfws0/cells/a70zxtsbfws0Cell01/nodes/a70zxtsbfws1Node01/servers/server3 INFO Creating Node: /opt/buildforge/rafw/user/environments/xtsbfws0/cells/a70zxtsbfws0Cell01/nodes/a70zxtsbfws2Node01 INFO Creating Server: /opt/buildforge/rafw/user/environments/xtsbfws0/cells/a70zxtsbfws0Cell01/nodes/a70zxtsbfws2Node01/servers/server2 INFO Creating Server: /opt/buildforge/rafw/user/environments/xtsbfws0/cells/a70zxtsbfws0Cell01/nodes/a70zxtsbfws2Node01/servers/server4 INFO BUILD FAILED:exceptions.KeyError INFO Details:BASE_NODE_NAME INFO ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Authentication Error. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. ERROR ERROR FATAL ERROR: BuildForge::Ex::APIException: API: Access denied. |
2 answers
Please open a PMR as this question/issue is better handled in a PMR. A PMR can be opened using the SR tool, sending an email to sw_support@us.ibm.com or calling 1.800.IBM.SERV
|
It looks like the the BF session got killed, this is usually caused by attempting to logon to the BF web ui using the same user that RAFW is using to create resources in BF. The user name is defined for RAFW in rafw_home/buildforge.properties
--tim |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.