Sun Java System Active Server Pages 4.0.3 Release Notes

Known Issues in Sun Java System ASP

The following table lists the most important known issues in the ASP release:

Table 1–5 Known Issues in Sun Java System ASP

Problem ID 

Description 

No ID 

Cannot connect to a remote Oracle database when Sun Java System ASP 4.0.2 is installed on AIX 5.2 with the Oracle client. The connectivity test results in the following error: 

/opt/casp/asp-server-3154/testadocon[16]: 123088 Illegal instruction(coredump)

Workaround

By default, 64-bit libraries are installed when Oracle is installed on AIX 5.2. Sun Java System ASP 4.0.2 uses a 32-bit driver, so the following changes must be made: 

  1. Open the file /opt/casp/global_odbc.sh.

  2. Change ORACLE_LIB="/opt/orcl902/OraHome1/lib" to ORACLE_LIB="/opt/orcl902/OraHome1/lib32"

    If connectivity is still a problem, check the ODBC.ini and make sure tnsnames.ora and "servername" match. Also make sure that the recommended patches have been applied, as listed in AIX Patches.

6542849 

Apache HTTPd crashes with SIGSEGV, when ASP 4.0.2 installed on UNIX/Linux platforms and compiled with some non-standard options.  

Workaround

When Apache HTTPd compiled with some non-standard options, (for example, large file support), Sun Java System ASP Server requires that its module for Apache be re-compiled using apxs. For more information on how to compile, see Apache HTTPd documentation:

http://httpd.apache.org/docs/2.2/programs/apxs.html (Apache 2.2)

http://httpd.apache.org/docs/2.0/programs/apxs.html(Apache 2.0)

http://httpd.apache.org/docs/1.3/programs/apxs.html(Apache 1.3)