Hello all, Recently we moved our servers from solaris to redhat linux. Since then all the java applications like windu, jconsole , profiler, windchillDS control panel etc are running very slow. Refresh rate for these applications is horribly slow to the point that they are unusable. I am wondering if anyone ran into this issue. Any tips to debug this will be helpful.
I'd suggest starting by ensuring that you're not accidentally running them with OpenJDK -- as it's performance isn't as good as the Oracle JDK, particularly for GUI operations.
Thanks for the pointer Jess. We are using the JDK that came with Windchill.
echo $JAVA_HOME /opt/ptc/windchill91/Java
java -version java version "1.6.0_14" Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)