Skip to content

Unexpected error: null when run multiple threads #79

Description

@namnhatdoan

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions