Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.lang.NumberFormatException: For input string: "ab"

Narendra EnamalaJan 10 2018 — edited Jan 11 2018

Hi All

getting following error while entering data,

ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1

oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:java.lang.Long from type:java.lang.String with value:ab

ADF_FACES-60096:Server Exception during PPR, #2

oracle.jbo.domain.DataCreationException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25009. Error message parameters are {0=java.lang.Long, 1=ab, 2=java.lang.String}

Caused by: java.lang.NumberFormatException: For input string: "ab"

at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)

at java.lang.Long.parseLong(Long.java:410)

at java.lang.Long.<init>(Long.java:678)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

at oracle.jbo.domain.TypeConvMapEntry.convert(TypeConvMapEntry.java:84)

at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:869)

though that field is the string, I am also entering string data.

img.jpg

May I know what is the cause?

Regards

Naren

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2018
Added on Jan 10 2018
5 comments
641 views