• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Error compiling JSP page

 
Greenhorn
Posts: 4
  • 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 use a jsp along with a Bean in Oracle JDeveloper. I am getting an Error namely "Unknown Error in JSP Translation ".
could anyone help me solve this.
Thanks.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is pretty hard to debug - the translation step is mostly hidden from the developer. I would suggest backing off by dropping various parts from your JSP until you get something working. Maybe use a Bean that does not have to connect to the DB to keep things simple.
There are all kinds of syntax errors that are hard to spot that can cause translation to fail.
Which JSP engine are you using?
Bill
 
Rajeev G
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by William Brogden:
That is pretty hard to debug - the translation step is mostly hidden from the developer. I would suggest backing off by dropping various parts from your JSP until you get something working. Maybe use a Bean that does not have to connect to the DB to keep things simple.
There are all kinds of syntax errors that are hard to spot that can cause translation to fail.
Which JSP engine are you using?
Bill



Bill,
The JSP Engine on the JDeveloper is Oracle JavaServerPages Engine. Also I dont have a DB access from my Bean. let me try what u had suggested.
Thanks
Rajeev
 
Live ordinary life in an extraordinary way. Details embedded in this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic