Skip to Main Content

Security Software

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!

Oracle Entitlements Server - Install on Tomcat

792863Aug 20 2010 — edited Sep 15 2010
I'm trying to install OES 10gR3 (10.1.4.3) running...

Windows XP
Apache Tomcat 5.5.29
JDK 1.5.0.22
Oracle 10g XE

Everything installed fine, and I started the admin server. However, when I go to the "entitlementsadministration" web app in the browser (https://localhost:7010/entitlementsadministration/), I get the JSP compile errors below.

From what I can tell, the .war is being served fine from Tomcat, but it can't find the required JSF (myfaces) .jar file(s). I would have thought this would come in with the entitlementsadminstration .war, but perhaps I need to install JSF separately and make available via the Tomcat classpath? If so, which version should I use?

Or...should I just bag it and try running on WebLogic?

Any insight anyone had would be greatly appreciated.

Thanks much!

-Ben


javax.faces.FacesException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.


An error occurred at line: 3 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:63: Class org.apache.myfaces.taglib.core.LoadBundleTag not found.
org.apache.myfaces.taglib.core.LoadBundleTag jspxth_f_loadBundle_0 = new org.apache.myfaces.taglib.core.LoadBundleTag();
^


An error occurred at line: 3 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:63: Class org.apache.myfaces.taglib.core.LoadBundleTag not found.
org.apache.myfaces.taglib.core.LoadBundleTag jspxth_f_loadBundle_0 = new org.apache.myfaces.taglib.core.LoadBundleTag();
^


An error occurred at line: 5 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:84: Class org.apache.myfaces.taglib.core.ViewTag not found.
org.apache.myfaces.taglib.core.ViewTag jspxth_f_view_0 = new org.apache.myfaces.taglib.core.ViewTag();
^


An error occurred at line: 5 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:84: Class org.apache.myfaces.taglib.core.ViewTag not found.
org.apache.myfaces.taglib.core.ViewTag jspxth_f_view_0 = new org.apache.myfaces.taglib.core.ViewTag();
^


An error occurred at line: 389 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:230: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_0 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 389 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:230: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_0 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 395 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:250: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_1 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 395 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:250: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_1 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 401 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:270: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_2 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 401 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:270: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_2 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 407 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:290: Class org.apache.myfaces.taglib.html.HtmlCommandButtonTag not found.
org.apache.myfaces.taglib.html.HtmlCommandButtonTag jspxth_h_commandButton_0 = new org.apache.myfaces.taglib.html.HtmlCommandButtonTag();
^


An error occurred at line: 407 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:290: Class org.apache.myfaces.taglib.html.HtmlCommandButtonTag not found.
org.apache.myfaces.taglib.html.HtmlCommandButtonTag jspxth_h_commandButton_0 = new org.apache.myfaces.taglib.html.HtmlCommandButtonTag();
^


An error occurred at line: 413 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:314: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_3 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 413 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:314: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_3 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 414 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:334: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_4 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 414 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:334: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_4 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 415 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:354: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_5 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^


An error occurred at line: 415 in the jsp file: /pages/login/LoginForm.jsp

Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.5.29\work\AlesEngine\localhost\entitlementsadministration\pages\login\LoginForm$jsp.java:354: Class org.apache.myfaces.taglib.html.HtmlOutputTextTag not found.
org.apache.myfaces.taglib.html.HtmlOutputTextTag jspxth_h_outputText_5 = new org.apache.myfaces.taglib.html.HtmlOutputTextTag();
^
18 errors, 1 warning

org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:435)
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:74)
com.bea.security.entitlements.admin.internal.EntitlementsFilter.forwardToLogin(EntitlementsFilter.java:277)
com.bea.security.entitlements.admin.internal.EntitlementsFilter.doFilter(EntitlementsFilter.java:248)
com.bea.security.entitlements.admin.internal.SingleSignOnServletFilter.doFilter(SingleSignOnServletFilter.java:341)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2010
Added on Aug 20 2010
1 comment
690 views