Armstrong-Champ, Joseph William
2016-07-13 18:37:49 UTC
We are trying to do a silent install of Oracle 12c client using a package. When done outside of the package the installation works. Through the package the process fails. Any advice appreciated.
Thanks
Joe
This is the code used to run the install:
C:\ora12_client_x86\win32_ora12_client\client32\setup.exe -silent -ignoreSysPrereqs -ignorePrereq -debug -force FROM_LOCATION=C:\ora12_client_x86\win32_ora12_client\client32\stage\products.xml "oracle.install.client.validate.clientSupportedOSCheck=false" "oracle.install.client.installType=Administrator" ORACLE_HOME="C:\oracle12\product\12.1.0\client_1" ORACLE_HOME_NAME="OraClient12Home1_32bit" ORACLE_BASE="C:\oracle12" DECLINE_SECURITY_UPDATES=true -responseFile C:\ora12_client_x86\ora12_client_install.rsp
The last few lines of the log:
INFO: Waiting for completion of background operations
INFO: Completed background operations
INFO: Executing action at state getWindowsSecureOptionDetails
INFO: calling execute method of common.action.WindowsSecureOptionAction...
INFO: Completed executing action at state <getWindowsSecureOptionDetails>
INFO: Waiting for completion of background operations
INFO: Completed background operations
INFO: Moved to state <getWindowsSecureOptionDetails>
INFO: Waiting for completion of background operations
INFO: Completed background operations
INFO: Validating state <getWindowsSecureOptionDetails>
FINE: oracle.install.commons.flow.validation.ValidationHelper:Value specified for the property:oracle.install.client.validate.getWindowsSecureOptionDetails=null
INFO: Terminating all background operations
INFO: Terminated all background operations
WARNING: [WARNING] [INS-08109] Unexpected error occurred while validating inputs at state 'getWindowsSecureOptionDetails'.
CAUSE: No additional information available.
ACTION: Contact Oracle Support Services or refer to the software manual.
SUMMARY:
- java.lang.NullPointerException.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:1768
INFO: Advice is CONTINUE
INFO: Adding ExitStatus FAILURE to the exit status set
Thanks
Joe
This is the code used to run the install:
C:\ora12_client_x86\win32_ora12_client\client32\setup.exe -silent -ignoreSysPrereqs -ignorePrereq -debug -force FROM_LOCATION=C:\ora12_client_x86\win32_ora12_client\client32\stage\products.xml "oracle.install.client.validate.clientSupportedOSCheck=false" "oracle.install.client.installType=Administrator" ORACLE_HOME="C:\oracle12\product\12.1.0\client_1" ORACLE_HOME_NAME="OraClient12Home1_32bit" ORACLE_BASE="C:\oracle12" DECLINE_SECURITY_UPDATES=true -responseFile C:\ora12_client_x86\ora12_client_install.rsp
The last few lines of the log:
INFO: Waiting for completion of background operations
INFO: Completed background operations
INFO: Executing action at state getWindowsSecureOptionDetails
INFO: calling execute method of common.action.WindowsSecureOptionAction...
INFO: Completed executing action at state <getWindowsSecureOptionDetails>
INFO: Waiting for completion of background operations
INFO: Completed background operations
INFO: Moved to state <getWindowsSecureOptionDetails>
INFO: Waiting for completion of background operations
INFO: Completed background operations
INFO: Validating state <getWindowsSecureOptionDetails>
FINE: oracle.install.commons.flow.validation.ValidationHelper:Value specified for the property:oracle.install.client.validate.getWindowsSecureOptionDetails=null
INFO: Terminating all background operations
INFO: Terminated all background operations
WARNING: [WARNING] [INS-08109] Unexpected error occurred while validating inputs at state 'getWindowsSecureOptionDetails'.
CAUSE: No additional information available.
ACTION: Contact Oracle Support Services or refer to the software manual.
SUMMARY:
- java.lang.NullPointerException.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:1768
INFO: Advice is CONTINUE
INFO: Adding ExitStatus FAILURE to the exit status set