Wednesday, June 12, 2013

Oracle BAM icommand hangs after entering password

I faced issue in BAM wherein Oracle BAM Command Utility hanged after entering username and password. As shown in the screenshot below.





The issue got fixed after updating BAMICommandConfig.xml file @$ORACLE_SOA_HOME/bam/config

You need to update ServerName and ServerPort parameter in this file. As shown below where physoaserver.abc.com is the node on which BAM is installed and 9112 is the Port assigned to BAM.
 
  <ServerName>physoaserver.abc.com</ServerName>
  <ServerPort>9112</ServerPort>

Once you have updated the ServerName and ServerPort, try executing the icommand again. This time it will not hang.
In case of HA cluster environment, update the file on all the nodes on which BAM is installed. The ServerName will be the hostname of that machine.

No comments:

Post a Comment