Sunday, January 17, 2010

DBCA not Starting Oracle11gR2 Exception in thread "main" java.lang.NoClassDefFoundError: oracle/i18n/text/OraMapTable

Few days ago i tried to install Oracle11g Release 2 on Oracle Enterprise Linux 5 (OEL) on my Macbook Pro using VMware Fusion 3 to Virtualize Linux while installing i was getting error about missing files
Here is the error screen  http://img682.imageshack.us/i/11gerror.tif/

I was ignoring the error and thought that may be 11g is not supported on VMware Fusion and OEL setup because i was not able to install Oracle10gR2 as well from DVD on OEL5 which is working fine on RedHat Linux AS 4 on my laptop.


After installing (By ignoring missing files) i was running dbca and error was coming


Exception in thread "main" java.lang.NoClassDefFoundError: oracle/i18n/text/OraMapTable
        at oracle.i18n.util.OraLocaleInfo.(OraLocaleInfo.java:113)
        at oracle.sysman.assistants.util.attributes.InitParamAttributes.fillCharacterSets(InitParamAttributes.java:2344)
        at oracle.sysman.assistants.util.attributes.InitParamAttributes.(InitParamAttributes.java:528)
        at oracle.sysman.assistants.util.step.StepContext.(StepContext.java:309)
        at oracle.sysman.assistants.dbca.backend.Host.(Host.java:778)
        at oracle.sysman.assistants.dbca.ui.UIHost.(UIHost.java:257)
        at oracle.sysman.assistants.dbca.ui.InteractiveHost.(InteractiveHost.java:54)
        at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:164)
        at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:112)
        at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:184)



I posted the my problem at OTN Forums also

http://forums.oracle.com/forums/thread.jspa?threadID=984585&tstart=0


Any ways Problem was in ZIP file that i downloaded the chksum was showing wrong information so i downloaded the file linux.x64_11gR2_database_1of2.zip again and everything works perfect.. :)
at OTN the file


linux.x64_11gR2_database_1of2.zip (1,239,269,270 bytes) (cksum - 3152418844)
linux.x64_11gR2_database_2of2.zip (1,111,416,131 bytes) (cksum - 3669256139)


Solution:

--Run on Linux to make sure cksum is correct
cksum linux.x64_11gR2_database_1of2.zip
cksum linux.x64_11gR2_database_2of2.zip


i will recommend plz make sure cksum is returning same value as mentioned before installing.

Cheers,
Baig

No comments:

Post a Comment