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..

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.