My Oracle Support Banner

Error on the Carousel Spin (af:carousel ) javax.el.ELException: java.lang.NullPointerException (Doc ID 1221923.1)

Last updated on OCTOBER 21, 2022

Applies to:

Oracle JDeveloper - Version 11.1.1.3.0 and later
Information in this document applies to any platform.

Symptoms

A primary carousel and detail table when synchronized, with the carouselSpin trigger, when spinning the carousel quickly will generate null pointer exception in the carouselSpin trigger. The error occurs when the primary table has more than 25 entries which is the default entry for the view iterator defined in the PageDef .

javax.el.ELException: java.lang.NullPointerException
at com.sun.el.parser.AstValue.invoke(AstValue.java:161)
at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
....
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.lang.NullPointerException
at <PACKAGE>.<PAGE_NAME>.carouselSpin(<PAGE_NAME>.java:29)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.el.parser.AstValue.invoke(AstValue.java:157)

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
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.