Hola a tod@s,
Ayer y hoy me pasa lo mismo, cuando ejectuo por primera vez el link de un proyecto web hecho en java, jsp, mysql y apache tomcat...me da este error que pongo más abajo, luego lo ejectuo por segunda vez y el proyecto arranca.
Veo que el error se refiere al pool y las conexiones que el mismo caduca por inactividad, pero no sé porq da este error el ejecutarse por primera vez...por lo que veo en el error que te recomienda colocar lo del autoReconnect=true pero no sé si eso lo soluciona y si es la mejor solución o hay algo mal hecho.
¿alguién sabe alguna pista dónde mirar?
---------error-------------------
java.lang.Exception: noticias.gestor.GestorConsulta:getName():Exception com.mysql.jdbc.exceptions.jdbc4.CommunicationsExce ption: The last packet successfully received from the server was 58.402.057 milliseconds ago. The last packet sent successfully to the server was 58.403.492 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.