954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

WARNING: Interrupting idle Thread: http-thread-pool-17667

i'm building an web application using jsp, and i use the default server: glassfish v3.
my application is used for recommending item and give prediction. But when i'm running it, i got this WARNING: Interrupting idle Thread: http-thread-pool-17667...i've changed the wait_timeout,interactive_time out in mysql to 3...what should i do???i'm using a large database, and i'm ready to wait as long as it will takes, but the result show me nothing, the jps page show nothing, and i get this WARNING: Interrupting idle Thread: http-thread-pool-17667 in glassfish v3. I'm using netbean 6.8..

Thanks before for the answer..

noirorlatte
Newbie Poster
1 post since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

Sound like you are using single db connection instead of pool that simple times out after certain time of inactivity and then a thread is trying to equerry DB but it is not aware that connection is down and it should create new connection.

PS: Without knowing what is in code hardly anyone will be able to advice

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: