Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

Testing banner

Exception while running Java App on OC4J server in Eclipse

Abhijit PawarFeb 19 2018

Hello,

I am trying to run a Java web application  on OC4J web server in Eclipse Juno using JSDK1.6 .

The application is baisc using Oracle Apps R12 java library classes.I have added the R12 library classes folder into the build path.

The applicaion is compiled fine but in runtime it fails with following message :

18/02/19 19:59:02 Oracle Containers for J2EE 10g (10.1.3.5.0)  initialized

2018-02-19 19:59:07.733 NOTIFICATION  J2EE JSP-0008 Unable to dispatch JSP Page : Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:C:\OC4J\j2ee\home\application-deployments\DemoO4J_Project\DemoO4J_Project\persistence\_pages\\_HelloWorld.java</H3><TABLE BORDER=1 WIDTH=100%><TR><TH ALIGN=CENTER>Line #</TH><TH ALIGN=CENTER>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>8</TD><TD> package oracle.apps.ibe.util does not exist

import oracle.apps.ibe.util.*;

</TD></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>53</TD><TD>[jsp src:line #:17]<br> cannot find symbol

symbol  : variable IBEUtil

location: class _HelloWorld

      out.println("Value of str : "+IBEUtil.nonNull(str));

                                    </TD></TR></TABLE>

Am I missing something ?

Any help would be greatly appreciated.Thanks.    

Comments
Post Details
Added on Feb 19 2018
0 comments
142 views