I Java(TM) SE Runtime Environment (build 1.7.0_45-b18) Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode) deployed on Linux box. I am able to run Java Mission control (JMC) however I am not able to run "Flight Recorder" from the JMC. I am getting a popup with this message :
Commercial features are not enabled. In JDK7u4 and above, the JVM must be started with -XX:+UnlockCommercialFeatures -XX:+FlightRecorder.
I checked my jmc.ini file which resides in the same $JAVA_HOME/bin directory as JMC application itself and it has these two flags :
-XX:+UnlockCommercialFeatures -XX:+FlightRecorder
What could be the problem with the Flight Recorder?
thank you in advance.