Consultor Eletrônico



Kbase P11287: Upgrade JDK to workaround SQL Exception 1 error during compiliation of stored procedures on LINUX 9.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/01/2006
Status: Verified

FACT(s) (Environment):

Progress 9.1B
RedHat Linux 6.2

SYMPTOM(s):

=== SQL Exception 1 ===

SQLState=HY000

ErrorCode=-20141

[JDBC Progress Driver]:error in compiling the stored procedure

SQL errors are generated when the following stored procedure is run:

SQLexplorer> create procedure test()
BEGIN
END;

Issue occurs when using Standard Edition of Linux RedHat

The .java file created will successfully compile into a .class file (javac test.java) on the Standard Edition.

CAUSE:

This issue is related to a defect and a known problem involving IBM's 1.1.8 JDK. IBM has no plans to fix this bug in the 1.1.8 JDK version.

FIX:

Upgrade JDK version to Sun's JDK1.3.0_02