#oracle.install.commons.util.exception.DefaultErrorAdvisor:37
Durante la instalación de Oracle Database Server 11.2.0.3 en Oracle Enterprise Linux 6 update 3, si se produce un error que lanza una ventana de dialogo como esta:
Y en el log de Oracle Universal Installer (/tmp/OraInstall2013-02-20_08-48-38PM):
SEVERE: [FATAL] oel6.localdomain: oel6.localdomain.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -1
INFO: Shutdown Oracle Database 11g Release 2 Installer
Añadir en /etc/host la entrada correspondiente para resolver el nombre del host, por ejemplo:
192.168.198.132 oel6 oel6.localdomain
Y en el log de Oracle Universal Installer (/tmp/OraInstall2013-02-20_08-48-38PM):
SEVERE: [FATAL] oel6.localdomain: oel6.localdomain.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -1
INFO: Shutdown Oracle Database 11g Release 2 Installer
Añadir en /etc/host la entrada correspondiente para resolver el nombre del host, por ejemplo:
192.168.198.132 oel6 oel6.localdomain
Comentarios