jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

jmeter hangs when open a jmx with a Big JSON request param

Open ibingdian opened this issue 1 year ago • 1 comments

Expected behavior

open the file immedidately

Actual behavior

open the file used 10 minute or longer

Steps to reproduce the problem

report_jmx.zip

in the jmx, i have a httpsample , and it`s request param is a big json ,about 600k, when load the file ,the jmeter hangs up.

how to solve the problem.

the jmx is in report_jmx.zip. the jvm are as follow jmeter jvm

JMeter Version

5.6.3

Java Version

1.8

OS Version

windows

ibingdian avatar Jan 26 '24 07:01 ibingdian

I have the same question。

dengfan2018 avatar Feb 20 '24 03:02 dengfan2018

in jmeter.properties, set jsyntaxtextarea.linewrap=false

ibingdian avatar Apr 01 '24 09:04 ibingdian

We might automatically disable line wrap in jmeter if the body contains long lines.

vlsi avatar Apr 01 '24 09:04 vlsi

When a request with a long payload is sent (for example with a base64 file code), when I click on this request on the View Result Tree crashes and I am forced to terminate jmeter.

I've tried with this in jmeter.properties, set jsyntaxtextarea.linewrap=false No changes

gianhub16 avatar Aug 20 '24 16:08 gianhub16