• 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

Tomcat responding very slowly

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

My application stops responding or responding too slowly whenever this error occur

org.apache.jk.common.ChannelSocket processConnection
WARNING: processCallbacks status 2

but it automatically recovers after some time. often i will get 504 gateway timeout due to slow response.

setup apache 2.2 + Tomcat 5.5.17 with mod_jk.
I have tuned apache and tomcat for timeout parameters.

Still i couldnt find out why this error was coming. even though with out apache i tried to access directly the tomcat but till the response was very slow.

only solution for me is re start tomcat...

can anyone help me
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic