Oracle® Application Server Release Notes
10g Release 2 (10.1.2) for Microsoft Windows (64-Bit) on Intel Itanium B25335-02 |
|
Previous |
Next |
This chapter discusses the following topic:
This section describes configuration issues and their workarounds for Oracle Workflow. It includes the following topic:
On Windows platforms, you may encounter an issue with the DirectX configuration and BEA JRockit 1.4.2_05 that prevents the Oracle Universal Installer and Oracle Workflow Configuration Assistant user interfaces from appearing when you start these utilities. Use the following workarounds to display the user interfaces.
If the Oracle Universal Installer does not appear when you run Disk1\install\setup.exe
, execute the following command from the command prompt to display the user interface:
setup.exe -J -Dsun.java2d.noddraw=true
Similarly, if the Oracle Workflow Configuration Assistant does not appear after the Oracle Universal Installer completes the installation, edit the configuration assistant script before running it to display the user interface. Open the %ORACLE_HOME%\wf\install\wfinstall.bat
script in a text editor and add the following option just before the -classpath
option in the same line:
-Dsun.java2d.noddraw=true
Then run the %ORACLE_HOME%\wf\install\wfinstall.bat
script to start the Oracle Workflow Configuration Assistant.