Kbase P70807: RH 9/RH EL 3.0 - Fathom cannot reach the trend database at j
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/7/2004 |
|
Status: Unverified
FACT(s) (Environment):
Fathom for Management 2.X
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
RedHat Linux 9
FACT(s) (Environment):
RedHat Enterprise Linux 3.0
SYMPTOM(s):
Fathom cannot reach the trend database at jdbc:jdbcprogress:T:localhost:12345:fathomdb
Fathom can't connect to Trend database
FathomTrendingUnavailable: Fathom cannot reach the trend database at <machine:port>. Check the log file for more information. (9892)
CAUSE:
This configuration is not supported - RedHat 9/RedHat EL 3.0 have NPTL - native posix thread library, which SQL92 engine (used by Fathom to connect to a database) is not compliant with.
FIX:
Open $DLC/bin/java_env file and put following lines at the beginning (end) of the file, in order to fix the issue
LD_ASSUME_KERNEL=2.4.1
export LD_ASSUME_KERNEL
and restart Fathom trend database.
Please note - this configuration is NOT supported by Progress Sofware.