It's all about the answers!

Ask a question

RTC hangs after I set javax.net.debug in Websphere


Martha (Ruby) Andrews (3.0k44251) | asked Nov 30 '12, 7:56 p.m.
JAZZ DEVELOPER
Recently I worked with a customer who saw significant slowness after enabling a Java flag to debug an SSL problem. The customer was using Websphere and Rational Team Concert 3.0.1.2. What happened?

Martha (Ruby) Andrews
Jazz L3 Developer

One answer



permanent link
Martha (Ruby) Andrews (3.0k44251) | answered Nov 30 '12, 8:02 p.m.
JAZZ DEVELOPER
The javax.net.debug flag can be set to debug SSL problems, but it should be unset (removed) as soon as the problem is recreated and the debug information gathered.
Leaving the flag enabled can cause lock contention that slows down requests. Because Jazz makes many secure requests to read information, this can cause Jazz applications to become unresponsive.
The flag should be removed from any Jazz application it was added to (ie JTS, CM, QM, etc).
Here are instructions:
In the WebSphere Admin Console, go to Servers > Server Types > WebSphere Application Servers > server_name > Expand Java and Process Management (under Server Infrastructure) - >Process Definition > Java Virtual Machine > Custom Properties >
Set javax.net.debug to false
Save the change and restart the application.


Martha (Ruby) Andrews
Jazz L3 Developer

Your answer


Register or 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.