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!

java.lang.NullPointerException using browser chrome

SarvaniOct 28 2014 — edited Dec 2 2014

Hi,

We have a typical problem accessing ADF application via chrome.

On click of search button, we are getting null pointer exception irregularly error message - "class java.lang.NullPointerException".

Please find below log

{"LogType":"TraceLog","Exception":"","MSG":"JwlExceptionHandler detected exception. Phase:INVOKE_APPLICATION 5","ProcessLogId":"0i1sywara5g291qgvm243xirj7","OutputDate":"2014-10-28T13:33:23.414+05:30","LoggerName":"com.XYZ.jewel.web.view.adf.exception.JwlExceptionHandler","LogLevel":"TRACE","ClassName":"com.XYZ.jewel.web.view.adf.exception.JwlExceptionHandler","MethodName":"handleException","LineNo":"50"}

{"LogType":"TraceLog","Exception":"java.lang.NullPointerException: null\n at com.XYZ.gscm.gordering.web.view.flow.after_ps_order_change_request_ford.AfterPsOrderChangeRequestFordBean.clearSearchResult(AfterPsOrderChangeRequestFordBean.java:403)\n at com.XYZ.gscm.gordering.web.view.flow.after_ps_order_change_request_ford.AfterPsOrderChangeRequestFordBean.btnSearchAction(AfterPsOrderChangeRequestFordBean.java:287)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\n at java.lang.reflect.Method.invoke(Method.java:597)\n at com.sun.el.parser.AstValue.invoke(Unknown Source)\n at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)\n at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)\n at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)\n at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)

This issue we are facing only in chrome. Kindly help/advice what could be the possible reason.

Regards,

Sarvani.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 28 2014
Added on Oct 28 2014
2 comments
1,137 views