E configuration assistants, E.1 troubleshooting configuration assistants, E.1.1 general tips – Oracle B32100-01 User Manual

Page 231: Configuration assistants, E.1.1

Advertising
background image

Configuration Assistants

E-1

E

Configuration Assistants

This appendix lists the configuration assistants and the location of their log files.

Section E.1, "Troubleshooting Configuration Assistants"

Section E.2, "Description of Oracle Application Server Configuration Assistants"

E.1 Troubleshooting Configuration Assistants

Contents:

Section E.1.1, "General Tips"

Section E.1.2, "Configuration Assistant Result Codes"

E.1.1 General Tips

If a configuration assistant fails, try the following steps to correct the problem:

1.

Review the installation log files listed in

Section F.1, "Log Files"

.

2.

Review the log files for the failed configuration assistant. Configuration assistant
log files are listed in

Section E.2, "Description of Oracle Application Server

Configuration Assistants"

. Try to fix the issue that caused the error.

3.

If the failed configuration assistant has any dependencies, then run the
dependencies again. You must do this even if the dependency completed
successfully.

4.

Run the failed configuration assistant again by selecting the configuration
assistant in the installer and clicking Retry.

If the configuration assistant fails again after you click Retry, remove the /tmp/
EM_CONFIG_INSTALL.lk

file and re-run the configuration assistant again.

If the configuration assistant fails again after you click Retry, remove the
component entry from the ORACLE_HOME/sysman/emd/targets.xml file. For
example, the following lines show the Oracle Containers for J2EE entry in the
targets.xml

file:

<Target TYPE="oc4j" NAME="instance2.domain.com_home" DISPLAY_NAME="home"

VERSION="1.3" DISABLED="TRUE">

<Property NAME="HTTPMachine" VALUE="stacu02.us.oracle.com"/>

<Property NAME="OracleHome" VALUE="/local_host/oracle/product/10.1.4IM/

OracleAS"/>

<Property NAME="version" VALUE="9.0.4"/>

<AssocTargetInstance ASSOC_TARGET="ias" TYPE="oracle_ias"

NAME="instance2.domain.com"/>

<CompositeMembership>

Advertising