• 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

[org.apache.catalina.....] Error accepting requests?

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my tomcat is 4.0.6
the error in apache_log is :





how can i know what cause this error ??thanks

[ mc edited to break lines ]
[ June 06, 2004: Message edited by: Mike Curwen ]
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you noticing this error when you investigate bad page output, or do you notice this error in the logs without any corresponding indication of errors?

Reason I ask, is that these type of connection errors are quite common, and normally don't mean 'anything' and don't actually cause an "error" as perceived by the user of your webapp. Many times it's because a user has cancelled a web request.

Also, you should know the warp connector is deprecated and even if you do find a 'bug' in the connector, no one will fix it.
reply
    Bookmark Topic Watch Topic
  • New Topic