• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

500 internal server error

 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I am new to oracle application server.

I have installed the oracle application server on my local machine and whenever any error happens in the application/code...I see

Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.

in the broswer. Like in websphere i can see my system.out.println in my application server log file. In Oracle application server 10.1 where can i see log statements ?.... Do i need to do some settings ?.....In Websphere it was easy ....by default it was coming on server console.
 
Marshal
Posts: 80870
506
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't know. Does this list of errors help?
[ June 06, 2008: Message edited by: Campbell Ritchie ]
 
deepak adlakha
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Campbell , But this wont help me. I am looking on how to turn logging on on oracle server, so that i can see my system.out. statements on oracle console or some log file...that can help me in troubleshooting.
 
reply
    Bookmark Topic Watch Topic
  • New Topic