apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.39k stars 2.1k forks source link

Erro ao executar um teste no Jmeter #6341

Open 83491-Isabele opened 2 months ago

83491-Isabele commented 2 months ago

Expected behavior

Ao realizar um teste no thread group está ocorrendo o erro abaixo:

2024-08-27 12:15:27,629 INFO o.a.j.e.u.CompoundVariable: Note: Function class names must contain the string: '.functions.' 2024-08-27 12:15:27,630 INFO o.a.j.e.u.CompoundVariable: Note: Function class names must not contain the string: '.gui.' 2024-08-27 12:15:27,693 INFO o.a.j.v.ViewResultsFullVisualizer: Add JavaFX to your Java installation if you want to use renderer: org.apache.jmeter.visualizers.RenderInBrowser 2024-08-27 12:15:27,771 INFO o.a.j.v.ViewResultsFullVisualizer: Add JavaFX to your Java installation if you want to use renderer: org.apache.jmeter.visualizers.RenderInBrowser 2024-08-27 12:15:27,843 INFO o.a.j.s.FileServer: Set new base='/Users/isabele.aquino/NonFunctional-StradaLog/Plataforma' 2024-08-27 13:40:09,065 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[AWT-EventQueue-0,6,main] java.lang.StackOverflowError: null at org.apache.jmeter.JMeter.pConvertSubTree(JMeter.java:1156) ~[ApacheJMeter_core.jar:5.3] at org.apache.jmeter.JMeter.pConvertSubTree(JMeter.java:1199) ~[ApacheJMeter_core.jar:5.3] at org.apache.jmeter.JMeter.pConvertSubTree(JMeter.java:1199) ~[ApacheJMeter_core.jar:5.3] at org.apache.jmeter.JMeter.pConvertSubTree(JMeter.java:1193) ~[ApacheJMeter_core.jar:5.3] at org.apache.jmeter.JMeter.pConvertSubTree(JMeter.java:1199) ~[ApacheJMeter_core.jar:5.3]

Versão foi atualizada e as configurações ok. Ontem foi utilizado o projeto normalmente, e hoje de manhã até então simplesmente não funciona.

Actual behavior

Erro e não realiza os testes.

Steps to reproduce the problem

Apenas startanis um grupo

Captura de Tela 2024-08-27 às 13 51 17

JMeter Version

5.3, 5.4

Java Version

17.0 18.0

OS Version

MAC OS

linvaux commented 2 months ago
image

It looks like miss selenium dependency, you can install selenium plugin by jmeter plugin manager

https://jmeter-plugins.org/install/Install/

image