cancel
Showing results for 
Search instead for 
Did you mean: 

Exception java.lang.NullPointerException: occurred

Former Member
0 Kudos

Hi All,

my app is showing this error while start installing oracleu2026.

can any explain about this??

Exception java.lang.NullPointerException: occurred..

java.lang.NullPointerException:

at oracle.sysman.oii.oiix.OiixPathOps.directorify(OiixPathOps.java:359)

at oracle.sysman.oii.oiix.OiixPathOps.concatPath(OiixPathOps.java:379)

at oracle.sysman.oii.oiii.OiiiInstallAreaControl.getContentsDir(OiiiInstallAreaControl.java:1875)

at oracle.sysman.oii.oiii.OiiiInstallAreaControl.getXMLCompsFileLoc(OiiiInstallAreaControl.java:1901)

at oracle.sysman.oii.oiii.OiiiInstallAreaControl.compsOutOfSynch(OiiiInstallAreaControl.java:2800)

at oracle.sysman.oii.oiii.OiiiInstallAreaControl.getReaderForHome(OiiiInstallAreaControl.java:1987)

at oracle.sysman.oii.oiii.OiiiInstallInventory.getCompOHListElement(OiiiInstallInventory.java:727)

at oracle.sysman.oii.oiii.OiiiAreaInventory.getAllCompsVect(OiiiAreaInventory.java:1184)

at oracle.sysman.oii.oiii.OiiiAreaInventory.getReplaceCompEntries(OiiiAreaInventory.java:1748)

at oracle.sysman.oii.oiii.OiiiAreaInventory.getCompatCompInvEntryInAnyHome(OiiiAreaInventory.java:1429)

at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.checkSOHCompPresentInInv(OiiodDepEngine.java:5408)

at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.applySelection(OiiodDepEngine.java:3010)

at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:2505)

at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:335)

at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:137)

at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:352)

at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:137)

at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:605)

at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:189)

at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:316)

at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:702)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Adhi,

Please follow the below note and make sure that you have installed the correct JDK as per note 723909.

Note 490403: Display problems with runInstaller/ odma

Hope this will resolves your issue, otherwise please let me know.

Thanks

Kishore

markus_doehr2
Active Contributor
0 Kudos

Without a proper context (what are you starting? what is "your app"?) it's impossible to give a suggestion.

Markus

Former Member
0 Kudos

Hi Markus,

i have starting install oracle under windows server, the first step install oracle cann't following and than error.

oracle source :

C:\TEMP\OUIIA64\disk1\sapserver.cmd

Former Member
0 Kudos

Hi,

are you trying to install oracle on 64 bit windows server?

did you install J2SDK 1.4.2_15 x64 or higher before installing oracle?

for installing J2SDK 1.4.2_15 x64 check Note 941595 - Download J2SE 1.4.2 for the x64 platform

regards,

kaushal

markus_doehr2
Active Contributor
0 Kudos

Are you trying to install on an Itanium-2 processor server?

Markus

Former Member
0 Kudos

Hi Markus,

Yes, installation in windows server itanium, below step by step before installation:

1. Install the following Microsoft HotFixes:

924668 (Base/Driver)

924672 (Network)

924671 (MQ)

924670 (MMC)

924669 (IIS/Index)

copy 5656176\OraInstaller.jar Disk1\stage\Components\oracle.swd.oui.core\2.2.1.8. 0\1\DataFiles\Expanded\jlib

rmdir /S Disk1\stage\Components\oracle.swd.jre\1.4.1.0.0o\1\DataFiles\Expanded

mkdir Disk1\stage\Components\oracle.swd.jre\1.4.1.0.0o\1\DataFiles\Expanded

xcopy 5656176\Expanded Disk1\stage\Components\oracle.swd.jre\1.4.1.0.0o\1\DataFiles\Expanded /s

C:\TEMP\OUIIA64\disk1\sapserver.cmd

PROBLEM: change parameter in oraparam.ini JRE_LOCATION to c:\j2sdk rather than <DRIVE>:\ORACLE\<SID>\920\jre\1.4.2

C:\temp\OUIIA64\5656176\setup.exe instead

choose EPQ920 and path = C:\TEMP\OUIIA64\ora9206\Disk1\stage\products.xml

if required, stop oracle services (listener and database)

and than, the first start sapserver.cmd can not running.....

markus_doehr2
Active Contributor
0 Kudos

> PROBLEM: change parameter in oraparam.ini JRE_LOCATION to c:\j2sdk rather than <DRIVE>:\ORACLE\<SID>\920\jre\1.4.2

Note 986578 specifies to use the Java in the Oracle subdirectory - any reason why you use the Sun provided one? It may not work...

Markus