Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

CPU usage of DOORS Next Generation server goes up to 100%

I just installed a DOORS Next Generation server.
Microsoft SQL Server 11.00.5058
IBM WebSphere Application Server 8.5.5.5
DOORS Next Generation 6.0

I found that sometimes the CPU usage of the server goes up to 100% without many users log on to the system.

In rm.log, I found the following.

2015-11-05 17:06:35,415 [   ccm.jfs.indexer.triple.live] ERROR com.ibm.team.repository                             - CRJAZ2654E The server was unable to connect to the database because the database connection settings are invalid or because database is unreachable (SQLSTATE: 08S01, SQLCODE: 0). Verify the connection settings in your teamserver.properties file. See the Jazz Team Server log for more information.
com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Connection reset by peer: socket write error ClientConnectionId:e814f278-591b-48cd-a812-2b6f4f598f1f".
at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:1667)
at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1668)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1323)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:991)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:827)

Is it related to 100% CPU usage?
What might be the cause?

0 votes


Accepted answer

Permanent link
It looks like the problem may have been caused by the indexer not being able to complete because of problems connecting to the database.
If you check all application logs, you might find that they all have the same error indicating there is a problem with the database connection.
Has your DBA has switched the SQL Server connection to use SSL?
The database is refusing connections and we are not able to finish indexing and causes the CPU to hit 100%.
If it is ok with your company's policy, you can switch SQL server to accept non-secure connection and see if the problem is resolved.
Andrew Clement selected this answer as the correct answer

2 votes

Comments

DBA configured SQL server to accept non-secure connection and this issue has gone.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 05 '15, 2:27 a.m.

Question was seen: 2,712 times

Last updated: Nov 05 '15, 8:03 p.m.

Confirmation Cancel Confirm