I am getting below exception in java spring application:
Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
It is not coming all the time, sometimes it works fine.
Can any guide me how to debug this error. I am using spring java application Thanks,