'java.lang.NumberFormatException: For input string: "null"' Signaled when Executing a Scenario in ODI Metadata Navigator While Passing in a Value to Variables
(Doc ID 471022.1)
Last updated on JUNE 16, 2022
Applies to:
Oracle Data Integrator - Version 10.1.3.3.1 to 10.1.3.4.5 [Release 10gR3]Information in this document applies to any platform.
Symptoms
An ODI Scenario has a step that sets a Numeric Variable [B] to the value of another Numeric Variable [A].
The Scenario is generated with the "Selective Use" option for the "Scenario Variables" with only Variable [A] selected so that a value can be entered for Variable [A] at execution time.
However, after a value is entered for Variable [A] and the Scenario executed in Metadata Navigator, the following error is displayed at the Session report:
java.lang.NumberFormatException: For input string: "null"
at
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224)
at java.lang.Float.valueOf(Float.java:360)
at com.sunopsis.dwg.dbobj.SnpVarSess.setValue(SnpVarSess.java)
at com.sunopsis.dwg.dbobj.SnpSession.a(SnpSession.java)
at com.sunopsis.dwg.dbobj.SnpSession.y(SnpSession.java)
at
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224)
at java.lang.Float.valueOf(Float.java:360)
at com.sunopsis.dwg.dbobj.SnpVarSess.setValue(SnpVarSess.java)
at com.sunopsis.dwg.dbobj.SnpSession.a(SnpSession.java)
at com.sunopsis.dwg.dbobj.SnpSession.y(SnpSession.java)
Changes
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 |
Changes |
Cause |
Solution |
References |