BEGIN NESTED EXCEPTION ERROR MESSAGE

Asked By 0 points N/A Posted on -
qa-featured

Hi tech savvy people,

We are receiving the below mistake incessantly:

———————————————————————————————————————

** BEGIN NESTED EXCEPTION **

com.mysql.jdbc.CommunicationsException

MESSAGE: Communications link failure due to underlying exception:

** BEGIN NESTED EXCEPTION **

java.net.SocketException

MESSAGE: Software caused connection abort: recv failed

———————————————————————————————————————

For this we added properties in portal-ext.properties file by checking in life ray forum only:

Due to this we included qualities in portal-ext.properties computer file by verifying in life ray boards only:

1) counter.connection.heartbeat.job.interval=10

2) jdbc.default.url=jdbc:mysql://12:34:56:78:1234/sample?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false&tcpKeepAlive=true

It’s operating excellent for 10 times and again it is providing the same mistakes and due to that I am not able to see the strings and documents from the doc collection also. I would request you to look for the monitor shot connection and log computer file connection. Can you please provide the lasting remedy for these mistakes because it is very important for our venture?

SHARE
Answered By 0 points N/A #155455

BEGIN NESTED EXCEPTION ERROR MESSAGE

qa-featured

I don’t know the exact problem what you are facing since you never mentioned the hierarchy of your system that what type of scripts or database you are using for this purpose. However there are few general steps that you can follow to solve the issue.

1 . This error takes place mostly due to a network fault like incorrect TCP or a timeout connection. You can try by seeing if your connection is working well or not.

2 . If there is a TCP error then you need to address it properly by giving it a different TCP that is a working one.

3 . The logs that were generated by it can also be useful in providing you with additional information about the error that you can use too to solve the issue.

Related Questions