NullPointerException occurs during installation

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ascen
Premium Member
Premium Member
Posts: 67
Joined: Wed Apr 12, 2006 6:47 am
Contact:

NullPointerException occurs during installation

Post by ascen »

Hi,

During installation of client software on WINDOWS SERVER 2012 installation manager get the following error:


2015-07-16 16:34:02, SEVERE: com.ibm.is.install.Installer
java.lang.NullPointerException
at com.ibm.is.install.AbstractInstaller.checkInprogressDirExistAndResponseFileHaveUnsetPassword(AbstractInstaller.java:721)
at com.ibm.is.install.AbstractInstaller.recoverExecutionState(AbstractInstaller.java:992)
at com.ibm.is.install.AbstractInstaller.restoreExecutionState(AbstractInstaller.java:445)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor.beginInstall(InstallEngineMonitor.java:207)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor.access$100(InstallEngineMonitor.java:40)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor$1.run(InstallEngineMonitor.java:119)
at java.lang.Thread.run(Thread.java:853)


2015-07-16 16:34:02, SEVERE: com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor
com.ibm.is.install.exception.InstallException: java.lang.NullPointerException
at com.ibm.is.install.AbstractInstaller.checkInprogressDirExistAndResponseFileHaveUnsetPassword(AbstractInstaller.java:740)
at com.ibm.is.install.AbstractInstaller.recoverExecutionState(AbstractInstaller.java:992)
at com.ibm.is.install.AbstractInstaller.restoreExecutionState(AbstractInstaller.java:445)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor.beginInstall(InstallEngineMonitor.java:207)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor.access$100(InstallEngineMonitor.java:40)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor$1.run(InstallEngineMonitor.java:119)
at java.lang.Thread.run(Thread.java:853)
Caused by: java.lang.NullPointerException
at com.ibm.is.install.AbstractInstaller.checkInprogressDirExistAndResponseFileHaveUnsetPassword(AbstractInstaller.java:721)
... 6 more


This is massage from logs because installation process is hanging. Installation was in 'add products' mode.
Would anybody help me with that?
<a href="http://www.master-data.pl">
<b>
Polish MDM, CDI, ETL, ESB and DQ forum
</b>
</a>
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

For a NullPointerException? Support, I would imagine.
-craig

"You can never have too many knives" -- Logan Nine Fingers
rkashyap
Premium Member
Premium Member
Posts: 532
Joined: Fri Dec 02, 2011 12:02 pm
Location: Richmond VA

Post by rkashyap »

One crude but sometimes effective workaround could be ... Instead of "adding products", uninstall DataStage client; reboot and subsequently reinstall including all the components needed.
Just confirming ... you are installing client software on WINDOWS SERVER 2012!
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Did you post the message in entirety? If yes, it will be better to go to support. But if there is more to these errors, please post the same.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
ascen
Premium Member
Premium Member
Posts: 67
Joined: Wed Apr 12, 2006 6:47 am
Contact:

Post by ascen »

Whole error log is below but I think that last two messages are crucial. Can it be caused by previous fix pack installation and update of Update Installer?


2015-07-16 16:32:35, SEVERE: com.ibm.is.install.core.globalization.Language EGlobalizationMsg92507:English default returned - no match for language code pl, country code PL

2015-07-16 16:32:35, SEVERE: com.ibm.is.install.core.globalization.Language EGlobalizationMsg92507:English default returned - no match for language code pl, country code PL

2015-07-16 16:32:35, SEVERE: com.ibm.is.install.core.globalization.Language EGlobalizationMsg92507:English default returned - no match for language code pl, country code PL

2015-07-16 16:32:35, SEVERE: com.ibm.is.install.core.globalization.Language EGlobalizationMsg92507:English default returned - no match for language code pl, country code PL

2015-07-16 16:32:36, SEVERE: com.ibm.is.install.core.globalization.Language EGlobalizationMsg92507:English default returned - no match for language code pl, country code PL

2015-07-16 16:33:12, SEVERE: com.ibm.is.install.core.PlatformWindows Exit Code: 1, Info:
, Error: ERROR: The system was unable to find the specified registry key or value.

2015-07-16 16:33:27, SEVERE: com.ibm.is.install.core.globalization.Language EGlobalizationMsg92507:English default returned - no match for language code pl, country code PL

2015-07-16 16:33:31, SEVERE: com.ibm.is.install.core.globalization.Language EGlobalizationMsg92507:English default returned - no match for language code pl, country code PL

2015-07-16 16:34:02, SEVERE: com.ibm.is.install.Installer
java.lang.NullPointerException
at com.ibm.is.install.AbstractInstaller.checkInprogressDirExistAndResponseFileHaveUnsetPassword(AbstractInstaller.java:721)
at com.ibm.is.install.AbstractInstaller.recoverExecutionState(AbstractInstaller.java:992)
at com.ibm.is.install.AbstractInstaller.restoreExecutionState(AbstractInstaller.java:445)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor.beginInstall(InstallEngineMonitor.java:207)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor.access$100(InstallEngineMonitor.java:40)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor$1.run(InstallEngineMonitor.java:119)
at java.lang.Thread.run(Thread.java:853)


2015-07-16 16:34:02, SEVERE: com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor
com.ibm.is.install.exception.InstallException: java.lang.NullPointerException
at com.ibm.is.install.AbstractInstaller.checkInprogressDirExistAndResponseFileHaveUnsetPassword(AbstractInstaller.java:740)
at com.ibm.is.install.AbstractInstaller.recoverExecutionState(AbstractInstaller.java:992)
at com.ibm.is.install.AbstractInstaller.restoreExecutionState(AbstractInstaller.java:445)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor.beginInstall(InstallEngineMonitor.java:207)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor.access$100(InstallEngineMonitor.java:40)
at com.ibm.is.install.atlasinstaller.ui.control.InstallEngineMonitor$1.run(InstallEngineMonitor.java:119)
at java.lang.Thread.run(Thread.java:853)
Caused by: java.lang.NullPointerException
at com.ibm.is.install.AbstractInstaller.checkInprogressDirExistAndResponseFileHaveUnsetPassword(AbstractInstaller.java:721)
... 6 more
<a href="http://www.master-data.pl">
<b>
Polish MDM, CDI, ETL, ESB and DQ forum
</b>
</a>
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Support.
-craig

"You can never have too many knives" -- Logan Nine Fingers
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Error: ERROR: The system was unable to find the specified registry key or value.
Are you using a local administrator account with all privileges?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
stuartjvnorton
Participant
Posts: 527
Joined: Thu Apr 19, 2007 1:25 am
Location: Melbourne

Post by stuartjvnorton »

Prereq check in the install wizard would have stopped it before install started.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

May be not when you are using domain administrator account, been a long time since I installed it, so I may be wrong.

However IBM says this should not stop the installation and applicable to 64 bit windows. So I guess its a question for IBM.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You must be a local Administrator. Domain Administrator will not do it.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ascen
Premium Member
Premium Member
Posts: 67
Joined: Wed Apr 12, 2006 6:47 am
Contact:

Post by ascen »

ray.wurlod you have right. Local Administrator rights are needed to pass through Prereq check. Domain administrator are not sufficient. That is something IBM should corrected in next versions of installer.

Another problem was antivirus program, which renamed SysteSize.exe to SystemSize.0xe during coping installation package to remote desktop.

Most important matter in this problem was that installation package version IS_11.3.1_WIN_CLI_ML was different then IS version 11.3.2. After all these problems installation was successful
<a href="http://www.master-data.pl">
<b>
Polish MDM, CDI, ETL, ESB and DQ forum
</b>
</a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

IBM's documentation (Planning, Installation and Configuration Guide) has always specified that the installer must be a member of the local Administrators group, and that anti-virus programs should be disabled. It's also a wise idea to disable any animated screen saver programs on the engine tier machine.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply