Pregunta: | 53396 - ERROR MYSQL |
Autor: | david giovanon giovanon |
Tengo un problema, tengo una aplicacion web, con apache y con tomcat, y me esta tirando este error!,
(YA TENGO MYSQL LEVANTADO EN LOS SERVICIOS!!!) pero si bajo el apache y lo vuelvo a subir, me anda!, PORQUE PUEDE SER???? Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSAGE: Software caused connection abort: socket write error STACKTRACE: java.net.SocketException: Software caused connection abort: socket write error |
Respuesta: | Anonimouse |
el error puede estar en el pool de conexiones y puede ser tambien que tenga dos clases con el mismo nombre pero en diferente paquete o tambien puede ser que tenga los mismos jar en apache y en tomcat. |