cancel
Showing results for 
Search instead for 
Did you mean: 

Issue for Oracle Path Set 10.2.0.4.0 installation

Former Member
0 Kudos

Hello

SAP: ECC6 SR3

DB: Oracle 10g

OS: RHEL5_x86_64

I'm facing a issue during Oracle Patch set 10.2.0.4.0 application

- Runinstall start but after 1% installation receive following error message.

-


INFO: Exception thrown from action: copyGroupFromJar

Exception Name: IOException2

Exception String: Error in writing to file '/oracle/DEV/102_64/jdk/bin/java'. [/oracle/DEV/102_64/jdk/bin/java (Text file busy)]

Exception Severity: 2

-


Thanks for your support

Regards

Eric

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try ps -ef | grep java

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Eric,

Including the other suggestions, rename the file '/oracle/DEV/102_64/jdk/bin/java' to '/oracle/DEV/102_64/jdk/bin/java.1' then restart the installation.

Best regards,

Orkun Gedik

nikolay_kumanov
Explorer
0 Kudos

Most probably there are processes still running. I remember on Oracle 10 sometimes it started isqlplus, which is a java process. Check for processes running as ora<sid> and stop them before the installation

Former Member
0 Kudos

Hai...

Restart your system and check any other process is accessing that file or running.

KHS

volker_borowski2
Active Contributor
0 Kudos

Hi,

did you start runInstaller from ORACLE_HOME or from out of the staging area?

If the first, try the later!

Volker