Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erro ao executar um teste no Jmeter #6341

Open
83491-Isabele opened this issue Aug 27, 2024 · 1 comment
Open

Erro ao executar um teste no Jmeter #6341

83491-Isabele opened this issue Aug 27, 2024 · 1 comment

Comments

@83491-Isabele
Copy link

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
Copy link
Contributor

linvaux commented Sep 4, 2024

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

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@linvaux @83491-Isabele and others