Friday, September 27, 2013

"Invalid Entry Size" Error during Oracle Database Installation

INFO: Number of threads for fast copy :1
INFO: invalid entry size (expected 452539260 but got 452538217 bytes)
SEVERE: oracle.sysman.oii.oiif.oiifb.OiifbEndIterateException: invalid entry size (expected 452539260 but got 452538217 bytes)
        at oracle.sysman.oii.oiic.OiicInstallAPISession.doOperation(OiicInstallAPISession.java:490)
        at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:1010)
        at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:971)
        at oracle.install.driver.oui.OUISetupDriver.setup(OUISetupDriver.java:444)
        at oracle.install.driver.oui.SetupJob.call(SetupJob.java:178)
        at oracle.install.driver.oui.SetupJob.call(SetupJob.java:52)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
        at java.util.concurrent.FutureTask.run(FutureTask.java:123)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
        at java.lang.Thread.run(Thread.java:637)

INFO: Update the state machine to STATE_READY
INFO: isSuccessfullInstallation: false
INFO: isSuccessfullRemoteInstallation: true
INFO: Adding ExitStatus FAILURE to the exit status set
INFO: Shutting down OUISetupDriver.JobExecutorThread
SEVERE: [FATAL] invalid entry size (expected 452539260 but got 452538217 bytes)
   CAUSE: No additional information available.
   ACTION: Refer to the logs or contact Oracle Support Services
   SUMMARY:
       - invalid entry size (expected 452539260 but got 452538217 bytes).
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:5637
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -1
INFO: Shutdown Oracle Database 11g Release 2 Installer
INFO: Unloading Setup Driver

CAUSE
The cause was due to corrupted Installation Source files which can happen during download, copy, or ftp transfer to another server.

SOLUTION
Once the Oracle installation kit has been downloaded from either OTN or Oracle Software Delivery Cloud confirm the file sizes and checksums match the values from the download site.

 If you are moving the software installation from one server to another then transfer the source using ftp/scp in binary mode and check the above values before starting the installation.

No comments:

Post a Comment