jaspeen / oracle-11g

Docker image for Oracle 11g database
Apache License 2.0
214 stars 164 forks source link

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

Open gramudba opened 7 years ago

gramudba commented 7 years ago

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:

gramudba commented 7 years ago

Please ignore the above, i have resolved by myself.

bbraendle commented 7 years ago

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

I ran into it myself. Thanks, Benjamin

julianohaze commented 7 years ago

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

bbraendle commented 7 years ago

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

julianohaze commented 7 years ago

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

grassbl8d commented 6 years ago

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 commented 4 years ago

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 commented 4 years ago

i get same issue a resolve it with bellow:

with 11.2.0.2 come back one commit, use commit c1b3f721 (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 commented 4 years ago

I am getting the same issue .

db_install_11g.rsp.txt