• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

500 internal server error

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!!
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to Javaranch! An internal server error means that there was some exception thrown in one of your methods. You have to investigate using unit tests (if one is written) with the same test data.
 
upagna polavarapu
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I fixed that error. Its was JDK 1.5 class file which is not supportd by OC4j. I still get this error in logs

ERROR: Repository Gateway error: Request Processing Error: Bad name in the request: not a legal PLSQL identifer. Any idea what would be the reason!!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic