Kbase 21996: One instance with a Fail to connect to the Appserver error
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/05/2002 |
|
SUMMARY:
The purpose of this document is to explain one instance where a known failure to connect to the AppServer will occur.
This instance of connection failure occurs if the default protermcap has been modified in the following manner.
EXPLANATION:
1. The AppServer is started:
AppServer started:
asbman -name asbroker1 -start
2. The AppServer is queried:
AppServer queried:
asbman -name asbroker1 -query
Progress PATCH Version 9.1C15 as of April 13, 2002
Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280)
Searching for asbroker1 (8288)
Connecting to asbroker1 (8276)
Broker: asbroker1 not running (8313)
3. The asbroker.broker.log revealed the following errors:
Application Server Startup. (5473)
12:12:23 22 Apr 2002 Application Server 84298
Starting application server for asbroker1. (5560)
12:12:23 22 Apr 2002 Application Server 84298
Application Server Startup. (5473)
12:12:23 22 Apr 2002 Application Server 50782
** Could not find terminal type ansi in file /usr/local/lib/protermcap. (146 )
12:12:23 22 Apr 2002 Application Server 85168
** Could not find terminal type ansi in file /usr/local/lib/protermcap. (146 )
12:12:23 22 Apr 2002 Application Server 84204
** Could not find terminal type ansi in file /usr/local/lib/protermcap. (146 )
12:12:23 22 Apr 2002 Application Server 50782
Unable to use your terminal. Check your PROTERMCAP file. (443)
12:12:23 22 Apr 2002 Application Server 85168
Unable to use your terminal. Check your PROTERMCAP file. (443)
12:12:23 22 Apr 2002 Application Server 84204
Unable to use your terminal. Check your PROTERMCAP file. (443)
The error concerning protermcap ('ansi' missing from the protermcap file) is because the customer site uses a custom protermcap file which had 'ansi' definitions removed.
After inserting the terminal definition, the connection was made immediately.
According to notes in the protermcap file, 'ansi' is only used for the SCO console. This is documented here as a problem that can occur if the protermcap is missing this information in this instance.
Note: This problem does not happen in Progress 8, so that it may be unexpected if going from Progress 8 to 9.
References to Written Documentation: