Oracle9iAS Portal Configuration Guide Release 2 (9.0.2) Part Number A90852-02 |
|
This chapter lists possible causes and solutions to errors that you may encounter while installing or using Oracle9iAS Portal.
Specific topics covered in this chapter include:
There are a variety of possible issues that can come up when using Oracle9iAS Web Cache, or even after you disable the use of Oracle9iAS Web Cache. Specific issues are:
Cause
This error can occur if a template is used by more than 25 page, and is caused by a known exception in the Oracle9iAS Web Cache invalidation message processing.
Solution
The workaround is to turn "off" Oracle9iAS Web Cache in the Portal. refer to Section 6.8.6, "Disabling Oracle9iAS Web Cache" for details on how to do turn off Oracle9iAS Web Cache.
Cause
This error message is shown in the browser when the invalidation fails. In this case Oracle9iAS Portal was not able to send the invalidation message to Oracle9iAS Web Cache. This happens when the use of Oracle9iAS Web Cache is enabled in Oracle9iAS Portal and any of the following also happen either alone, or together:
Solution
Check whether any of the above cases are causing this behavior.
If a template is used by more than 25 pages, the workaround is to turn "off" Oracle9iAS Web Cache in the Portal. refer to Section 6.8.6, "Disabling Oracle9iAS Web Cache" for details on how to do turn off Oracle9iAS Web Cache.
Cause
The Oracle9i Application Server might be down.
Solution
Check if the Oracle9i Application Server needs to be started.
Cause
Solution
Check with the Oracle9i Application Server administrator if any of the above problems could be the cause of the problem.
Cause
Solution
Check whether any of the above cases are causing this behavior.
Cause
For example, a user customizes a portlet but does not see the customization, however, the change displays after a few seconds, when the browser is refreshed.
Solution
Check whether any of the above cases are causing this behavior.
Cause
This happens when Oracle9iAS Web Cache caching is NOT enabled in the Portal. This could be because of the following reasons:
cachseed.sql
script.
Solution
This can be corrected by doing a MIDTIER install using Oracle9iAS Portal Configuration Assistant and specifying the value "on" for the -wc switch.
Cause
Solution
Cause
Solution
Rerun the OPCA in MIDTIER mode, or run the cachseed.sql
script with the correct value for -cport_a.
Cause
The Oracle9iAS Web Cache configuration files might be corrupted, or some other process might be listening in any of the ports Oracle9iAS Web Cache intends to listen.
Solution
Check if the configuration files are not corrupt, and see if there are any processes using the Oracle9iAS Web Cache port.
Issues covered in this section include:
Problem: Unable to create Oracle Text indexes
Problem: The date is out of sync with the system clock
Problem: OPCA install hangs at Oracle Ultra Search phase
Cause
If you encounter any of the following errors while creating an Oracle Text index a problem creating Oracle Text indexes occurred:
Solution
Your system should meet all the requirements described in Section 1.1.7, "Oracle Text Requirements". Oracle Text must be installed in the same Oracle Home as the database.
You must disable connection pooling from the Database Access Descriptor page.
See also:
Oracle9i Application Server mod_plsql User's Guide which is part of the Oracle9i Application Server documentation library. |
Choose one of the following options to resolve this issue:
inctxgrn.sql
script. This script is located in ORACLE_HOME\portal\admin\plsql\wws
. Running this script creates the Oracle Text preferences required for Oracle9iAS Portal.
sbrimtlx
script, you can connect to the database using SQL*Plus as the schema owner and run the following commands:
set serveroutput on size 10000
begin
wwv_context_util.grantCtxRole(user);
end;
@@sbrimtlx
Replace (user) with the Oracle9iAS Portal schema owner, for example, portal.
Cause
This error may occur when the sysdate value in the database that contains the Oracle9iAS Portal meta data repository is incorrect.
Solution
Check to make sure that the sysdate value in the database that contains the Oracle9iAS Portal meta data repository is incorrect. Refer to the Oracle9i database documentation for more information on how to do this.
Cause
This can happen when Oracle Ultra Search is already installed in the destination database and the value for DISPLAY is not set correctly.
During Oracle Ultra Search installation, a dialog will appear to ask the users if they wants to overwrite the existing Oracle Ultra Search packages
If the DISPLAY was not set correctly, the install will stop because the installer is waiting for the user's decision.
Solution
Ultra Search supports silent mode installation which can only be used if there is no existing installation of Oracle Ultra Search in the database. For interactive mode, the "DISPLAY" environment variable needs to be set correctly.
Note that the GUI will not appear when the destination database does not contain Oracle Ultra Search, in that case there is no need for the user to set DISPLAY.
|
Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|