He exhibited a variety of settings for Java Flight Recorder, but after recording, the same error still crashes.

Screenshot: http://s016.radikal.ru/i334/1609/86/02219bfb4c69.png

I use the following command to run:

java -jar ^ -server ^ -XX:+UnlockCommercialFeatures ^ -XX:+FlightRecorder ^ -XX:StartFlightRecording=delay=5s,duration=40s,name=myrecording,filename=C:\JFR\1.jfr ^ tool.jar 

Here, 'My Recording' is the name of my record.

I tried to run on behalf of the administrator, and save the file in the path exclusively from Latin characters, the effect is zero.

    1 answer 1

    After all, it makes clear to you that it cannot find the file. And get rid of Russian characters on the way.

    • From the very beginning I thought what was connected with these symbols, but they were not in the way .. It turned out that JFR stores the data in the working profile (which just contains them), and then tries to redirect to the right place. - TheSN Sep. 5:57 pm