• 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

threadpool.busy

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use sun glassfish for my application, however at startup I use mod-jk module for the stability between tomcat and glassfish.
I got the following error..Why I am getting this error? What is the solution?

|SEVERE|glassfish3.1|org.apache.tomcat.util.threads.ThreadPool|_ThreadID=17;_ThreadName=Thread-1;|threadpool.busy|#]

 
Miketyy jahlerin
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anything??? ThreadPool busy??
 
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
I am going to show my ignorance and ask what mod_jk is for in a Glassfish installation.

I thought mod_jk was only for connection Tomcat to the Apache web server.

Bill
 
Miketyy jahlerin
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use mod-jk in order to connect glassfish and tomcat. I use 2.15 version of mod jk and it works properly before the migration of sun glassfish newest version. I need urgent suggestions..
 
William Brogden
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
But doesn't Glassfish implement the whole JEE including the servlet API?

That is what this Sun page indicates.

So why use Tomcat at all?

Bill
 
Miketyy jahlerin
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use glassfish for my application. But the problem occurs when the tomcat server connects to glassfish server with mod jk. I looked up mod jk log file; and I receive following errors,

[info] ajp_send_request::jk_ajp_common.c (1178): Socket 24 is not connected any more (errno=-1)
[info] ajp_send_request::jk_ajp_common.c (1202): Error sending request. Will try another pooled connection
[info] ajp_send_request::jk_ajp_common.c (1225): All endpoints are disconnected or dead
[info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1

 
I'm so happy! And I wish to make this tiny ad happy too:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic