Skip to content

[FATAL] [INS-10105] The given response file /assets/db_install.rsp is not valid. Docker build is failing #6

Open
@gramudba

Description

@gramudba

Hello,

I was been testing the image in test environment, its been failing with the response file error. Any known issue of fix for this ?

docker run --privileged --name oracle11g -p 1521:1521 -v /root/docker-images/OracleDatabase/dockerfiles/11.2.0.2:/install jaspeen/oracle-11g

Database is not installed. Installing...
Installing Oracle Database 11g
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB. Actual 9919 MB Passed
Checking swap space: must be greater than 150 MB. Actual 10239 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2016-12-06_08-25-17PM. Please wait ...[FATAL] [INS-10105] The given response file /assets/db_install.rsp is not valid.
CAUSE: Syntactically incorrect response file. Either unexpected variables are specified or expected variables are not specified in the response file.
ACTION: Refer the latest product specific response file template
SUMMARY:
- cvc-complex-type.2.4.a: Invalid content was found starting with element 'oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification'. One of '{"":oracle.install.responseFileVersion, "":oracle.install.option, "":SELECTED_LANGUAGES, "":INVENTORY_LOCATION, "":UNIX_GROUP_NAME, "":oracle.install.db.InstallEdition, "":ORACLE_HOME, "":oracle.install.db.CLUSTER_NODES, "":oracle.install.db.isRACOneInstall, "":oracle.install.db.racOneServiceName, "":oracle.install.db.DBA_GROUP, "":oracle.install.db.OPER_GROUP, "":oracle.install.db.EEOptionsSelection, "":oracle.install.db.optionalComponents, "":oracle.install.db.config.starterdb.type, "":oracle.install.db.config.starterdb.SID, "":oracle.install.db.config.starterdb.globalDBName, "":oracle.install.db.config.starterdb.characterSet, "":oracle.install.db.config.starterdb.memoryLimit, "":oracle.install.db.config.starterdb.enableSecuritySettings, "":oracle.install.db.config.starterdb.storageType, "":oracle.install.db.config.starterdb.fileSystemStorage.dataLocation, "":oracle.install.db.config.starterdb.password.ALL, "":oracle.install.db.config.starterdb.password.SYS, "":oracle.install.db.config.starterdb.password.DBSNMP, "":oracle.install.db.config.starterdb.password.SYSMAN, "":oracle.install.db.config.starterdb.password.SYSTEM, "":oracle.install.db.config.starterdb.control, "":oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL, "":oracle.install.db.config.starterdb.automatedBackup.enable, "":oracle.install.db.config.starterdb.automatedBackup.osuid, "":oracle.install.db.config.starterdb.automatedBackup.ospwd, "":SECURITY_UPDATES_VIA_MYORACLESUPPORT, "":DECLINE_SECURITY_UPDATES, "":MYORACLESUPPORT_USERNAME, "":MYORACLESUPPORT_PASSWORD, "":PROXY_PORT, "":PROXY_HOST, "":PROXY_USER, "":PROXY_PWD, "":PROXY_REALM, "":COLLECTOR_SUPPORTHUB_URL, "":AUTOUPDATES_MYORACLESUPPORT_USERNAME, "":AUTOUPDATES_MYORACLESUPPORT_PASSWORD, "":oracle.installer.autoupdates.option, "":oracle.installer.autoupdates.downloadUpdatesLoc}' is expected.

  • Thanks
    Ramu

Activity

gramudba

gramudba commented on Dec 7, 2016

@gramudba
Author

Please ignore the above, i have resolved by myself.

bbraendle

bbraendle commented on Dec 15, 2016

@bbraendle

@gramudba Could you please state how your solved the problem.

I ran into it myself.
Thanks,
Benjamin

julianohaze

julianohaze commented on Jan 19, 2017

@julianohaze

I'm facing this problem too.
How did you solve it?

bbraendle

bbraendle commented on Jan 20, 2017

@bbraendle

I created a rsp file myself. The file that worked for me is attached.
hopfully this helps.
db_install.rsp.txt

julianohaze

julianohaze commented on Jan 20, 2017

@julianohaze

I was installing the wrong version.
It worked when I installed the version 11.2.0.1.0.

grassbl8d

grassbl8d commented on Oct 1, 2017

@grassbl8d

I tried the response file since I was trying to install 11.2.0.4.0. I ended up at 76% then installer hangs. I switched back to Oracle 11.2.0.1.0 which I think the version it works for.

IdelCoder

IdelCoder commented on Nov 7, 2019

@IdelCoder

To address these problems, you need to download source code of this repository. Then modify assets/dbca.rsp according to the pull request, i.e., modify line 611 to INITPARAMS="memory_target=0,sga_target=500,pga_aggregate_target=100,java_jit_enabled=false".
Now, you can proceed to build an image by yourself.

hieplq

hieplq commented on Jan 7, 2020

@hieplq

i get same issue a resolve it with bellow:

with 11.2.0.2 come back one commit, use commit c1b3f72 (Readme changed)

latest is for 11.2.0.4 so answer file dbca.rsp isn't compatible

@jaspeen it's better to make branch for it? one for 11.2.0.2 and other for 11.2.0.4

njohnjoel

njohnjoel commented on Apr 3, 2020

@njohnjoel

I am getting the same issue .

  • cvc-complex-type.2.4.a: Invalid content was found starting with element 'oracle.install.db.EEOptionsSelection'. One of '{"":oracle.install.option, "":INVENTORY_LOCATION, "":UNIX_GROUP_NAME, "":oracle.install.db.InstallEdition, "":ORACLE_HOME, "":oracle.install.db.DBA_GROUP, "":oracle.install.db.isCustomInstall, "":oracle.install.db.config.starterdb.SID, "":oracle.install.db.config.starterdb.memoryLimit, "":oracle.install.db.config.starterdb.enableSecuritySettings, "":oracle.install.db.config.starterdb.password.SYS, "":oracle.install.db.config.starterdb.password.SYSMAN, "":oracle.install.db.config.starterdb.password.SYSTEM, "":oracle.install.db.config.starterdb.automatedBackup.enable, "":oracle.install.db.config.starterdb.automatedBackup.osuid, "":oracle.install.db.config.starterdb.automatedBackup.ospwd, "":DECLINE_SECURITY_UPDATES, "":MYORACLESUPPORT_USERNAME, "":MYORACLESUPPORT_PASSWORD, "":PROXY_PORT, "":PROXY_USER}' is expected.

db_install_11g.rsp.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @grassbl8d@hieplq@julianohaze@njohnjoel@gramudba

        Issue actions

          [FATAL] [INS-10105] The given response file /assets/db_install.rsp is not valid. Docker build is failing · Issue #6 · jaspeen/oracle-11g