We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run a Concurrency Thread Group with following samplers: 100 thread ramp up in 100 sec with ramp-up steps count is 10
WebSocket Sampler (named Open Connection): Select Streaming Connection
Loop forever
After running, I got following error:
[Execution Flow] Opening new connection Using response message pattern "" Using disconnect pattern "" Waiting for the server connection for 20000 MILLISECONDS WebSocket conection has been opened Connection established Waiting for messages for 20000 MILLISECONDS Received frame Installing plugin #1 (23 bytes); matched response pattern Received message Hi, does the websocket sampler need to be configured with the webserver and port details? #2 (23 bytes) - Leaving streaming connection open ; matched response pattern
[Execution Flow]
[Variables] Message count: 2 [Problems] Unexpected error: null java.util.LinkedList$ListItr.checkForComodification(Unknown Source) java.util.LinkedList$ListItr.next(Unknown Source) JMeter.plugins.functional.samplers.websocket.ServiceSocket.getResponseMessage(ServiceSocket.java:149) JMeter.plugins.functional.samplers.websocket.WebSocketSampler.sample(WebSocketSampler.java:159) org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) java.lang.Thread.run(Unknown Source)
[Variables]
[Problems]
Can anyone help? I don't really understand what this issue means and how it happens.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run a Concurrency Thread Group with following samplers: 100 thread ramp up in 100 sec with ramp-up steps count is 10
WebSocket Sampler (named Open Connection): Select Streaming Connection
Loop forever
After running, I got following error:
Can anyone help? I don't really understand what this issue means and how it happens.
The text was updated successfully, but these errors were encountered: