• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

problem running jsp in oracle 10g

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
oracle 10g has been installed in redhat linux 9.
when i try to run the jsp examples given by oracle, i get the following error message:
500 Internal Server Error

Servlet error: java.lang.ClassNotFoundException: _examples._jsp._colors._colrs
---------
_examples._jsp._colors._colrs gets replaced by the servlet that gets generated upon invocation of the jsp.

its vv frustrating and all the more as this could be a v v silly config problem.

Pl respond immedietly.
thanks
venkat
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Venkat,


its vv frustrating and all the more as this could be a
v v silly config problem.


Just out of curiosity, what does it mean "v v"?

Anyway, what "oracle 10g" are you talking about?
There is "Oracle 10gAS"
There is "Oracle 10gAS Java Version"
And there is "OC4J stand-alone"

I believe that (at least in OC4J stand-alone), the "examples" are commented out in the various configuration files. If you have uncommented the examples, have you made sure that the actual example code is included in the distribution?

Good Luck,
Avi.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic