Skip to Main Content

APEX

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!

Apex Integration with EBS R12 - javax.servlet.ServletException

YourNameHereMar 8 2012 — edited Mar 15 2012
Morning,
We are in the process of upgrading from 11i to R12 and we have found that our method of launching Apex in 11i no longer works in R12. We are trying to follow the following instructions: http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf and have created a .jsp file and compiled as per the document. When we try to launch the function from apps though we get:
An exception occured.

URL=XXX/OA_HTML/XXFND_LaunchApex.jsp?transactionid=1236782452&language_code=US&CallFromForm='Y'&p_application=112&p_page=101&oas=DScF2XdCwRRnxFePUKHOnQ..

javax.servlet.ServletException: oracle.classloader.util.AnnotatedClassNotFoundException: 

	  Missing class: _XXFND__LaunchApex

	Dependent class: oracle.jsp.runtimev2.JspPageInfo
	         Loader: oc4j:10.1.3
	    Code-Source: XXX/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
	  Configuration:  in META-INF/boot.xml in XXX/apps/tech_st/10.1.3/j2ee/home/oc4j.jar

This load was initiated at oacore.web.html.jsp1603821464:0.0.0 using the loadClass() method.

The missing class is not available from any code-source or loader in the system.
I've XXX'ed out our domain. Has anyone else has this, or can anyone who has successfully integrated apex with EBS R12 let me know what they did?

Thanks
This post has been answered by Rod West on Mar 8 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2012
Added on Mar 8 2012
4 comments
871 views