Node ID does not exist for the current application
时间:2010-06-08 来源:richardliu1123
Applies to:
Oracle Applications Framework - Version: 11.5.9Oracle Applications Technology Stack - Version: 11.5.9
This problem can occur on any platform.
Symptoms
After login into SSWA, you are not able to launch Forms.
Get the following error:
Node id does not exist for the current application server id.
From $IAS_ORACLE_HOME/Apache/Apache/logs/error_log:
[Thu May 5 18:51:26 2005] [error] [client <IP address>] (239)Connection refused: proxy connect to <IP address>] port 8201 failed
[Thu May 5 18:56:23 2005] [error] [client <IP address>] (239)Connection refused: proxy connect to <IP address>] port 8201 failed
Cause
There is a mis-match between fnd_nodes and appl_server_id in the dbc file.Solution
Check if there is a mis-match between fnd_nodes and appl_server_id in the dbc file.
Check the following:
a. Value of server_id in fnd_nodes (SELECT server_id FROM fnd_nodes;)
b. Value of APPL_SERVER_ID in $FND_TOP/secure/<hostname>_<sid>.dbc file
If they are not the same, manually comment out the APPL_SERVER_ID in the dbc file. Then check the issue.
If it works fine, re-run $COMMON_TOP/admin/install/<SID>_<hostname>/adgendbc.sh (adgendbc.cmd for Windows) and it will seed the node and get a good APPL_SERVER_ID.