HRGLOBAL:DataInstall Fails with Java.Lang.Nullpointerexception
(Doc ID 730910.1)
Last updated on JULY 02, 2023
Applies to:
Oracle Human Resources - Version 12.0.4 and laterOracle Payroll - Version 12.0.4 and later
Information in this document applies to any platform.
Symptoms
Checked: 01.07.2018
Problem Statement:
When attempting to run the data installer as part of the hrglobal install procedure, the following error occurs:
Exception in thread "main" java.lang.NullPointerException
at oracle.apps.per.DataInstall.execute(DataInstall.java:683)
at oracle.apps.per.DataInstall.rollback(DataInstall.java:574)
at oracle.apps.per.DataInstall.main(DataInstall.java:510)
You are using the following command to initiate the run (modified with 'xxxxx' for security purposes):
java oracle.apps.per.DataInstall apps apps thin xxxxxl003.xxxxx.int:1522:EBSPROD
at oracle.apps.per.DataInstall.execute(DataInstall.java:683)
at oracle.apps.per.DataInstall.rollback(DataInstall.java:574)
at oracle.apps.per.DataInstall.main(DataInstall.java:510)
You are using the following command to initiate the run (modified with 'xxxxx' for security purposes):
java oracle.apps.per.DataInstall apps apps thin xxxxxl003.xxxxx.int:1522:EBSPROD
Steps To Reproduce:
The issue can be reproduced at will with the following steps:
1. set the apps env
2. try to run
java oracle.apps.per.DataInstall apps apps thin \
> xxxxxl003.xxxxx.int:1522:EBSPROD
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |