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

Internal Server Error in Tomcat 5.5

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

Hi,

I am using spring security with LDAP, I am deploying my application in tomcat and I am able to invoke the app successfully in the browser. But when I enter the uname/pwd and select submit in login I am getting 500 internal error. In the logs both in app logs as well as tomcat logs I didn't find any exceptions or errors every thing looks fine. What might the problem here and why internal error 500 is thrown? Please clarify.

Thanks.
 
Saloon Keeper
Posts: 27764
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A 500 error is the result of a bug in the application program, not in Tomcat. There should have been a stack trace generated and without that we cannot even begin to guess what the problem is.

If you're still running Tomcat 5.5 at this late date, you probably have other problems. Tomcat 8 is probably going to go into production shortly, at which time Tomcat 6 will enter end of life. Tomcat 5 is long past end of life.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic