posted 10 years ago
Hi,
I am trying to make changes to the database connection and want to build .ear file . The version of oc4j we are using is 10.1.2, and JDK running os 1.4.2. I made the changes and I tried building the app on the linux server as I wasnt unable to download JDK 1.4 for windows. I built the app and deployed the ear file in the server. But I get the http 500 internal server error. The log files shows this:
1 Invalid status code encountered : status=500 reason=Internal Server Error name=content-fetcher4 label=webPortlet url=http:Workspace3-JavaPortletProvider-context-root/providers/javaportletprovider/ time=35ms content=<HTML><HEAD><TITLE>500 Internal Server Error</TITLE></HEAD><BODY><H1>500 Internal Server Error</H1>oracle.portal.provider.v2.Provider
PortletDefinition with id 4 doesn't exist
ERROR: Repository Gateway error: Request Processing Error:
JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:/u01/oracle/app/oracle/product/10.1.2/as10gmid/j2ee/OC4J_Portal/application-deployments/portal/portal/persistence/_pages//_simple.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> cannot access ConfirmationService
ERROR: Repository Gateway error: Request Processing Error: Bad name in the request: not a legal PLSQL identifer
Does anybody know the fix!!