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

Unexpected error: null when run multiple threads #79

Open
namnhatdoan opened this issue Jun 28, 2019 · 0 comments
Open

Unexpected error: null when run multiple threads #79

namnhatdoan opened this issue Jun 28, 2019 · 0 comments

Comments

@namnhatdoan
Copy link

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

    • WebSocket Sampler (named Monitor): Select Streaming Connection

After running, I got following error:

[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)

Can anyone help? I don't really understand what this issue means and how it happens.

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

No branches or pull requests

1 participant