OracleSiebel / ConfiguringSiebel

Siebel Code Examples and Bookshelf Content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Nullpointer exception on update process for all images

osnsergey opened this issue · comments

I am getting the following error when trying to build updated versions of the containers:

Starting Oracle Universal Installer...

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2019-06-14_12-44-20PM. Please wait ...

===================================================

Error

Press Any Key..................
java.lang.NullPointerException
at com.oracle.siebel.apiinstaller.InstallerUtility.loadResponseFile(InstallerUtility.java:541)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:303)

I'm updating from Siebel IP17 to 19.5.0.0.

; This file is used to keep track of the products in this image.
; Do not modify this file.
[19.5.0.0.update]
Linux=Siebel_Enterprise_Server

Hi. Sorry I don't seem to have this issue. I just ran through a fresh install using 17.0 and 19.5 on OEL7 and the patch ran without issue. The top of my build log looks like this ....

Beginning build for 19.05np
Wed Jun 19 09:29:30 BST 2019
...
Building sai element for 19.05np
...
Sending build context to Docker daemon 2.196GB
Step 1/6 : ARG BASECONTAINERPATH=siebel/sai
Step 2/6 : ARG BASECONTAINERVERSION=17.0
Step 3/6 : FROM ${BASECONTAINERPATH}:${BASECONTAINERVERSION}
---> a1a4518f75d8
Step 4/6 : COPY sai/sai_update.rsp sai/sai_update.sh /config/
---> 156739fc486f
Step 5/6 : COPY Siebel_Enterprise_Server /mnt/Siebel_Enterprise_Server/
---> d71bf0f2d509
Step 6/6 : RUN bash /config/sai_update.sh && rm -rf /mnt/Siebel_Enterprise_Server/ && rm -rf /siebel/sai/ps_backup && echo Waiting for deployment of web archive ... && sleep 30
---> Running in 4e1bb4009733
Starting Oracle Universal Installer...

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2019-06-19_08-30-03AM. Please wait ...

===================================================

Log File Name and Location: /siebel/oraInventory/logs/patchsetbackuplogs/backup_06-19-2019_08.30.07.log

Oracle Home: /siebel/sai
Oracle Home Name: Siebel_Home__SAI
Top Level Comp: oracle.siebel.ses
Siebel Version: 19.5.0.0.0

Hi, it seems it depends on OS configuration, etc. On another machine it passes without that error. Thanks.

Thanks for the report and the confirmation.