oracle.apps.fnd.framework.OAException: Could not create Java class: (nyse.oracle.apps.icx.icatalog.shopping.webui.NYSENonCatalogRequestCO) associated with region: (PageLayoutRN). This is probably because the class name is wrong or not included in project.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
Check if you didn't forget to copy the class file mentioned in the exception code to $JAVA_TOP.
Solutions on the web
via Oracle Community by 802240, 1 year ago
via Oracle Community by 742175, 1 year ago
via Oracle Community by Sandeep Oracle, 1 year ago
via Oracle Community by 683277, 1 year ago
via Oracle Community by 594196, 1 year ago
via Oracle Community by 750918, 1 year ago
oracle.apps.fnd.framework.OAException: Could not create Java class: (nyse.oracle.apps.icx.icatalog.shopping.webui.NYSENonCatalogRequestCO) associated with region: (PageLayoutRN). This is probably because the class name is wrong or not included in project.
at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2406)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1759)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
at _oa__html._OA._jspService(_OA.java:84)
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:619)