Oracle 11gR2 installation "invalid CRC entry"
gcurrierDec 21 2010 — edited Dec 21 2010I have no idea what this means, save that it aborts the DB Installation.
This is how I configured the install (using the installer) - bear in mind it's only a test installation while I am learning how to do it and install APEX without problems
(and yes, I read the documentation - most of it anyway...)
Single Instance
Advanced install
Enterprise edition
- with all options selected
General Purpose transaction Processing
DB Control for DB mgmt with email enabled
File System Type storage
Automatic backups enabled
This is the error I get at about 70-ish percent through the install:
from the log:
INFO: invalid entry CRC (expected 0x917b52c9 but got 0x43c08c94)
SEVERE: oracle.sysman.oii.oiif.oiifb.OiifbEndIterateException: invalid entry CRC (expected 0x917b52c9 but got 0x43c08c94)
at oracle.sysman.oii.oiic.OiicInstallAPISession.doOperation(OiicInstallAPISession.java:453)
at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:973)
at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:936)
at oracle.install.driver.oui.OUISetupDriver.setup(OUISetupDriver.java:459)
at oracle.install.driver.oui.SetupJob.call(SetupJob.java:166)
at oracle.install.driver.oui.SetupJob.call(SetupJob.java:47)
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:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
from the .err file:
Exception in thread "AWT-EventQueue-0" java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:1680)
at java.awt.Component.getLocationOnScreen(Component.java:1654)
at oracle.install.commons.activehelp.Callout.adjustPosition(Callout.java:547)
at oracle.install.commons.activehelp.Callout.setReferer(Callout.java:372)
at oracle.install.commons.activehelp.ActiveHelpIndicator.showCallout(ActiveHelpIndicator.java:105)
at oracle.install.commons.activehelp.ActiveHelpIndicator.access$000(ActiveHelpIndicator.java:25)
at oracle.install.commons.activehelp.ActiveHelpIndicator$1.actionPerformed(ActiveHelpIndicator.java:54)
at javax.swing.Timer.fireActionPerformed(Timer.java:271)
at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
---# Begin Stacktrace #---------------------------
ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:6134
oracle.install.commons.base.driver.common.SetupDriverException: invalid entry CRC (expected 0x917b52c9 but got 0x43c08c94)
at oracle.install.driver.oui.OUISetupDriver.setup(OUISetupDriver.java:470)
at oracle.install.driver.oui.SetupJob.call(SetupJob.java:166)
at oracle.install.driver.oui.SetupJob.call(SetupJob.java:47)
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:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.sysman.oii.oiic.OiicInstallAPIException: invalid entry CRC (expected 0x917b52c9 but got 0x43c08c94)
at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:1016)
at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:936)
at oracle.install.driver.oui.OUISetupDriver.setup(OUISetupDriver.java:459)
... 7 more
---# End Stacktrace #-----------------------------
I would appreciate it greatly as this is the second time in a row I have had this problem at install time
Thanks.