You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/11/11 12:05:20 UTC

[Bug 64918] New: Jmeter script is not working as expected when I run in Non-GUI Mode.

https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

            Bug ID: 64918
           Summary: Jmeter script is not working as expected when I run in
                    Non-GUI Mode.
           Product: JMeter
           Version: 5.3
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: vardhan.dornala@gmail.com
  Target Milestone: JMETER_5.4

I create a Jmeter script to push the message on to confluent kafka topic. 

In order to push the message on to the topic used kafka support and kafka
backend listener plugins which were installed using the Jmeter GUI (5.3) with
the help of plugin manager.

In the script, as I need to connect to confluent kafka, I need to use start the
producer with sasl below config along with bootstrap server and 
 "security.protocol", "SASL_SSL"
 "sasl.mechanism", "PLAIN"    
 "sasl.jaas.config", "org.apache.kafka.common.security.plain.PlainLoginModule
required username='' password='' 

So for this reason, I used JSR223 sampler where Im passing all these as
properties and connecting the producer.

Problem: When I run using the Jmeter GUI then I can able to see that message is
geting published but when I run the same script in non GUI mode then unable to
publish the message on to the kafka.

Please help me with this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64918] Jmeter script is not working as expected when I run in Non-GUI Mode.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
This seems to be a) a question for the users mailing list or b) for the
maintainer of the third party kafka plugin.

To help, it would probably be helpful to have a minimal test plan, that can be
run to reproduce the error. And the content of jmeter.log is often helpful,
too.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64918] Jmeter script is not working as expected when I run in Non-GUI Mode.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

--- Comment #4 from Govardhan <va...@gmail.com> ---
log:
2020-11-12 00:28:48,855 INFO o.j.r.JARSourceHTTP: Requesting
https://jmeter-plugins.org/repo/?installID=windows_10-a239bb81ceb1ef91f566c6084ce156d9-gui
2020-11-12 00:28:55,472 INFO o.a.j.s.FileServer: Default
base='C:\Users\gova8960\Test-JMeter-2\jmeter\bin'
2020-11-12 00:28:55,476 INFO o.a.j.g.a.Load: Loading file:
C:\Users\gova8960\Test-JMeter-2\jmeter\kafka-boot-2.jmx
2020-11-12 00:28:55,476 INFO o.a.j.s.FileServer: Set new
base='C:\Users\gova8960\Test-JMeter-2\jmeter'
2020-11-12 00:28:55,672 INFO o.a.j.s.SaveService: Testplan (JMX) version: 2.2.
Testlog (JTL) version: 2.2
2020-11-12 00:28:55,687 INFO o.a.j.s.SaveService: Using SaveService properties
file encoding UTF-8
2020-11-12 00:28:55,688 INFO o.a.j.s.SaveService: Using SaveService properties
version 5.0
2020-11-12 00:28:55,691 INFO o.a.j.s.SaveService: Loading file:
C:\Users\gova8960\Test-JMeter-2\jmeter\kafka-boot-2.jmx
2020-11-12 00:28:56,255 INFO o.a.j.s.SampleResult: Note: Sample TimeStamps are
START times
2020-11-12 00:28:56,255 INFO o.a.j.s.SampleResult:
sampleresult.default.encoding is set to ISO-8859-1
2020-11-12 00:28:56,255 INFO o.a.j.s.SampleResult:
sampleresult.useNanoTime=true
2020-11-12 00:28:56,257 INFO o.a.j.s.SampleResult:
sampleresult.nanoThreadSleep=5000
2020-11-12 00:28:56,568 INFO o.a.j.s.FileServer: Set new
base='C:\Users\gova8960\Test-JMeter-2\jmeter'
2020-11-12 00:29:02,629 WARN o.j.r.PluginManagerMenuItem: Failed to load plugin
updates info
java.net.UnknownHostException: jmeter-plugins.org
        at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
~[?:1.8.0_271]
        at java.net.InetAddress$2.lookupAllHostAddr(Unknown Source)
~[?:1.8.0_271]
        at java.net.InetAddress.getAddressesFromNameService(Unknown Source)
~[?:1.8.0_271]
        at java.net.InetAddress.getAllByName0(Unknown Source) ~[?:1.8.0_271]
        at java.net.InetAddress.getAllByName(Unknown Source) ~[?:1.8.0_271]
        at java.net.InetAddress.getAllByName(Unknown Source) ~[?:1.8.0_271]
        at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
~[httpclient-4.5.12.jar:4.5.12]
        at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:263)
~[httpclient-4.5.12.jar:4.5.12]
        at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:162)
~[httpclient-4.5.12.jar:4.5.12]
        at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:326)
~[httpclient-4.5.12.jar:4.5.12]
        at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:605)
~[httpclient-4.5.12.jar:4.5.12]
        at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:440)
~[httpclient-4.5.12.jar:4.5.12]
        at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835)
~[httpclient-4.5.12.jar:4.5.12]
        at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
~[httpclient-4.5.12.jar:4.5.12]
        at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
~[httpclient-4.5.12.jar:4.5.12]
        at
org.jmeterplugins.repository.JARSourceHTTP.execute(JARSourceHTTP.java:499)
~[jmeter-plugins-manager-1.4.jar:?]
        at
org.jmeterplugins.repository.JARSourceHTTP.execute(JARSourceHTTP.java:494)
~[jmeter-plugins-manager-1.4.jar:?]
        at
org.jmeterplugins.repository.JARSourceHTTP.getJSON(JARSourceHTTP.java:152)
~[jmeter-plugins-manager-1.4.jar:?]
        at
org.jmeterplugins.repository.JARSourceHTTP.getRepositories(JARSourceHTTP.java:276)
~[jmeter-plugins-manager-1.4.jar:?]
        at
org.jmeterplugins.repository.JARSourceHTTP.getRepo(JARSourceHTTP.java:304)
~[jmeter-plugins-manager-1.4.jar:?]
        at
org.jmeterplugins.repository.PluginManager.load(PluginManager.java:71)
~[jmeter-plugins-manager-1.4.jar:?]
        at
org.jmeterplugins.repository.PluginManagerMenuItem$1.run(PluginManagerMenuItem.java:41)
[jmeter-plugins-manager-1.4.jar:?]
2020-11-12 00:31:58,341 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2020-11-12 00:31:58,342 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2020-11-12 00:31:58,342 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2020-11-12 00:31:58,344 INFO o.a.j.e.u.CompoundVariable: Note: Function class
names must contain the string: '.functions.'
2020-11-12 00:31:58,345 INFO o.a.j.e.u.CompoundVariable: Note: Function class
names must not contain the string: '.gui.'
2020-11-12 00:31:58,623 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, *local*)
2020-11-12 00:31:58,735 INFO o.a.j.e.StandardJMeterEngine: Starting
ThreadGroup: 1 : push payload on kafka
2020-11-12 00:31:58,736 INFO o.a.j.e.StandardJMeterEngine: Starting 5 threads
for group push payload on kafka.
2020-11-12 00:31:58,736 INFO o.a.j.e.StandardJMeterEngine: Thread will continue
on error
2020-11-12 00:31:58,736 INFO o.a.j.t.ThreadGroup: Starting thread group...
number=1 threads=5 ramp-up=1 delayedStart=false
2020-11-12 00:31:58,749 INFO o.a.j.t.JMeterThread: Thread started: push payload
on kafka 1-1
2020-11-12 00:31:58,754 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2020-11-12 00:31:58,755 INFO o.a.j.e.StandardJMeterEngine: All thread groups
have been started
2020-11-12 00:31:58,938 INFO o.a.j.t.JMeterThread: Thread started: push payload
on kafka 1-2
2020-11-12 00:31:59,141 INFO o.a.j.t.JMeterThread: Thread started: push payload
on kafka 1-3
2020-11-12 00:31:59,343 INFO o.a.j.t.JMeterThread: Thread started: push payload
on kafka 1-4
2020-11-12 00:31:59,540 INFO o.a.j.t.JMeterThread: Thread started: push payload
on kafka 1-5
2020-11-12 00:31:59,686 INFO o.a.k.c.p.ProducerConfig: ProducerConfig values: 
        acks = 1
        batch.size = 16384
        bootstrap.servers = [localhost:9092]
        buffer.memory = 33554432
        client.dns.lookup = default
        client.id = 
        compression.type = none
        connections.max.idle.ms = 540000
        delivery.timeout.ms = 120000
        enable.idempotence = false
        interceptor.classes = []
        key.serializer = class
org.apache.kafka.common.serialization.StringSerializer
        linger.ms = 0
        max.block.ms = 60000
        max.in.flight.requests.per.connection = 5
        max.request.size = 1048576
        metadata.max.age.ms = 300000
        metric.reporters = []
        metrics.num.samples = 2
        metrics.recording.level = INFO
        metrics.sample.window.ms = 30000
        partitioner.class = class
org.apache.kafka.clients.producer.internals.DefaultPartitioner
        receive.buffer.bytes = 32768
        reconnect.backoff.max.ms = 1000
        reconnect.backoff.ms = 50
        request.timeout.ms = 30000
        retries = 1
        retry.backoff.ms = 500
        sasl.client.callback.handler.class = null
        sasl.jaas.config = null
        sasl.kerberos.kinit.cmd = /usr/bin/kinit
        sasl.kerberos.min.time.before.relogin = 60000
        sasl.kerberos.service.name = kafka
        sasl.kerberos.ticket.renew.jitter = 0.05
        sasl.kerberos.ticket.renew.window.factor = 0.8
        sasl.login.callback.handler.class = null
        sasl.login.class = null
        sasl.login.refresh.buffer.seconds = 300
        sasl.login.refresh.min.period.seconds = 60
        sasl.login.refresh.window.factor = 0.8
        sasl.login.refresh.window.jitter = 0.05
        sasl.mechanism = GSSAPI
        security.protocol = PLAINTEXT
        send.buffer.bytes = 131072
        ssl.cipher.suites = null
        ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
        ssl.endpoint.identification.algorithm = https
        ssl.key.password = null
        ssl.keymanager.algorithm = SunX509
        ssl.keystore.location = null
        ssl.keystore.password = null
        ssl.keystore.type = JKS
        ssl.protocol = TLS
        ssl.provider = null
        ssl.secure.random.implementation = null
        ssl.trustmanager.algorithm = PKIX
        ssl.truststore.location = null
        ssl.truststore.password = null
        ssl.truststore.type = JKS
        transaction.timeout.ms = 60000
        transactional.id = null
        value.serializer = class
org.apache.kafka.common.serialization.StringSerializer

2020-11-12 00:31:59,686 INFO o.a.k.c.p.ProducerConfig: ProducerConfig values: 
        acks = 1
        batch.size = 16384
        bootstrap.servers = [localhost:9092]
        buffer.memory = 33554432
        client.dns.lookup = default
        client.id = 
        compression.type = none
        connections.max.idle.ms = 540000
        delivery.timeout.ms = 120000
        enable.idempotence = false
        interceptor.classes = []
        key.serializer = class
org.apache.kafka.common.serialization.StringSerializer
        linger.ms = 0
        max.block.ms = 60000
        max.in.flight.requests.per.connection = 5
        max.request.size = 1048576
        metadata.max.age.ms = 300000
        metric.reporters = []
        metrics.num.samples = 2
        metrics.recording.level = INFO
        metrics.sample.window.ms = 30000
        partitioner.class = class
org.apache.kafka.clients.producer.internals.DefaultPartitioner
        receive.buffer.bytes = 32768
        reconnect.backoff.max.ms = 1000
        reconnect.backoff.ms = 50
        request.timeout.ms = 30000
        retries = 1
        retry.backoff.ms = 500
        sasl.client.callback.handler.class = null
        sasl.jaas.config = null
        sasl.kerberos.kinit.cmd = /usr/bin/kinit
        sasl.kerberos.min.time.before.relogin = 60000
        sasl.kerberos.service.name = kafka
        sasl.kerberos.ticket.renew.jitter = 0.05
        sasl.kerberos.ticket.renew.window.factor = 0.8
        sasl.login.callback.handler.class = null
        sasl.login.class = null
        sasl.login.refresh.buffer.seconds = 300
        sasl.login.refresh.min.period.seconds = 60
        sasl.login.refresh.window.factor = 0.8
        sasl.login.refresh.window.jitter = 0.05
        sasl.mechanism = GSSAPI
        security.protocol = PLAINTEXT
        send.buffer.bytes = 131072
        ssl.cipher.suites = null
        ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
        ssl.endpoint.identification.algorithm = https
        ssl.key.password = null
        ssl.keymanager.algorithm = SunX509
        ssl.keystore.location = null
        ssl.keystore.password = null
        ssl.keystore.type = JKS
        ssl.protocol = TLS
        ssl.provider = null
        ssl.secure.random.implementation = null
        ssl.trustmanager.algorithm = PKIX
        ssl.truststore.location = null
        ssl.truststore.password = null
        ssl.truststore.type = JKS
        transaction.timeout.ms = 60000
        transactional.id = null
        value.serializer = class
org.apache.kafka.common.serialization.StringSerializer

2020-11-12 00:31:59,689 INFO o.a.k.c.p.ProducerConfig: ProducerConfig values: 
        acks = 1
        batch.size = 16384
        bootstrap.servers = [localhost:9092]
        buffer.memory = 33554432
        client.dns.lookup = default
        client.id = 
        compression.type = none
        connections.max.idle.ms = 540000
        delivery.timeout.ms = 120000
        enable.idempotence = false
        interceptor.classes = []
        key.serializer = class
org.apache.kafka.common.serialization.StringSerializer
        linger.ms = 0
        max.block.ms = 60000
        max.in.flight.requests.per.connection = 5
        max.request.size = 1048576
        metadata.max.age.ms = 300000
        metric.reporters = []
        metrics.num.samples = 2
        metrics.recording.level = INFO
        metrics.sample.window.ms = 30000
        partitioner.class = class
org.apache.kafka.clients.producer.internals.DefaultPartitioner
        receive.buffer.bytes = 32768
        reconnect.backoff.max.ms = 1000
        reconnect.backoff.ms = 50
        request.timeout.ms = 30000
        retries = 1
        retry.backoff.ms = 500
        sasl.client.callback.handler.class = null
        sasl.jaas.config = null
        sasl.kerberos.kinit.cmd = /usr/bin/kinit
        sasl.kerberos.min.time.before.relogin = 60000
        sasl.kerberos.service.name = kafka
        sasl.kerberos.ticket.renew.jitter = 0.05
        sasl.kerberos.ticket.renew.window.factor = 0.8
        sasl.login.callback.handler.class = null
        sasl.login.class = null
        sasl.login.refresh.buffer.seconds = 300
        sasl.login.refresh.min.period.seconds = 60
        sasl.login.refresh.window.factor = 0.8
        sasl.login.refresh.window.jitter = 0.05
        sasl.mechanism = GSSAPI
        security.protocol = PLAINTEXT
        send.buffer.bytes = 131072
        ssl.cipher.suites = null
        ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
        ssl.endpoint.identification.algorithm = https
        ssl.key.password = null
        ssl.keymanager.algorithm = SunX509
        ssl.keystore.location = null
        ssl.keystore.password = null
        ssl.keystore.type = JKS
        ssl.protocol = TLS
        ssl.provider = null
        ssl.secure.random.implementation = null
        ssl.trustmanager.algorithm = PKIX
        ssl.truststore.location = null
        ssl.truststore.password = null
        ssl.truststore.type = JKS
        transaction.timeout.ms = 60000
        transactional.id = null
        value.serializer = class
org.apache.kafka.common.serialization.StringSerializer

2020-11-12 00:31:59,702 INFO o.a.k.c.p.ProducerConfig: ProducerConfig values: 
        acks = 1
        batch.size = 16384
        bootstrap.servers = [localhost:9092]
        buffer.memory = 33554432
        client.dns.lookup = default
        client.id = 
        compression.type = none
        connections.max.idle.ms = 540000
        delivery.timeout.ms = 120000
        enable.idempotence = false
        interceptor.classes = []
        key.serializer = class
org.apache.kafka.common.serialization.StringSerializer
        linger.ms = 0
        max.block.ms = 60000
        max.in.flight.requests.per.connection = 5
        max.request.size = 1048576
        metadata.max.age.ms = 300000
        metric.reporters = []
        metrics.num.samples = 2
        metrics.recording.level = INFO
        metrics.sample.window.ms = 30000
        partitioner.class = class
org.apache.kafka.clients.producer.internals.DefaultPartitioner
        receive.buffer.bytes = 32768
        reconnect.backoff.max.ms = 1000
        reconnect.backoff.ms = 50
        request.timeout.ms = 30000
        retries = 1
        retry.backoff.ms = 500
        sasl.client.callback.handler.class = null
        sasl.jaas.config = null
        sasl.kerberos.kinit.cmd = /usr/bin/kinit
        sasl.kerberos.min.time.before.relogin = 60000
        sasl.kerberos.service.name = kafka
        sasl.kerberos.ticket.renew.jitter = 0.05
        sasl.kerberos.ticket.renew.window.factor = 0.8
        sasl.login.callback.handler.class = null
        sasl.login.class = null
        sasl.login.refresh.buffer.seconds = 300
        sasl.login.refresh.min.period.seconds = 60
        sasl.login.refresh.window.factor = 0.8
        sasl.login.refresh.window.jitter = 0.05
        sasl.mechanism = GSSAPI
        security.protocol = PLAINTEXT
        send.buffer.bytes = 131072
        ssl.cipher.suites = null
        ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
        ssl.endpoint.identification.algorithm = https
        ssl.key.password = null
        ssl.keymanager.algorithm = SunX509
        ssl.keystore.location = null
        ssl.keystore.password = null
        ssl.keystore.type = JKS
        ssl.protocol = TLS
        ssl.provider = null
        ssl.secure.random.implementation = null
        ssl.trustmanager.algorithm = PKIX
        ssl.truststore.location = null
        ssl.truststore.password = null
        ssl.truststore.type = JKS
        transaction.timeout.ms = 60000
        transactional.id = null
        value.serializer = class
org.apache.kafka.common.serialization.StringSerializer

2020-11-12 00:31:59,730 INFO o.a.k.c.p.ProducerConfig: ProducerConfig values: 
        acks = 1
        batch.size = 16384
        bootstrap.servers = [localhost:9092]
        buffer.memory = 33554432
        client.dns.lookup = default
        client.id = 
        compression.type = none
        connections.max.idle.ms = 540000
        delivery.timeout.ms = 120000
        enable.idempotence = false
        interceptor.classes = []
        key.serializer = class
org.apache.kafka.common.serialization.StringSerializer
        linger.ms = 0
        max.block.ms = 60000
        max.in.flight.requests.per.connection = 5
        max.request.size = 1048576
        metadata.max.age.ms = 300000
        metric.reporters = []
        metrics.num.samples = 2
        metrics.recording.level = INFO
        metrics.sample.window.ms = 30000
        partitioner.class = class
org.apache.kafka.clients.producer.internals.DefaultPartitioner
        receive.buffer.bytes = 32768
        reconnect.backoff.max.ms = 1000
        reconnect.backoff.ms = 50
        request.timeout.ms = 30000
        retries = 1
        retry.backoff.ms = 500
        sasl.client.callback.handler.class = null
        sasl.jaas.config = null
        sasl.kerberos.kinit.cmd = /usr/bin/kinit
        sasl.kerberos.min.time.before.relogin = 60000
        sasl.kerberos.service.name = kafka
        sasl.kerberos.ticket.renew.jitter = 0.05
        sasl.kerberos.ticket.renew.window.factor = 0.8
        sasl.login.callback.handler.class = null
        sasl.login.class = null
        sasl.login.refresh.buffer.seconds = 300
        sasl.login.refresh.min.period.seconds = 60
        sasl.login.refresh.window.factor = 0.8
        sasl.login.refresh.window.jitter = 0.05
        sasl.mechanism = GSSAPI
        security.protocol = PLAINTEXT
        send.buffer.bytes = 131072
        ssl.cipher.suites = null
        ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
        ssl.endpoint.identification.algorithm = https
        ssl.key.password = null
        ssl.keymanager.algorithm = SunX509
        ssl.keystore.location = null
        ssl.keystore.password = null
        ssl.keystore.type = JKS
        ssl.protocol = TLS
        ssl.provider = null
        ssl.secure.random.implementation = null
        ssl.trustmanager.algorithm = PKIX
        ssl.truststore.location = null
        ssl.truststore.password = null
        ssl.truststore.type = JKS
        transaction.timeout.ms = 60000
        transactional.id = null
        value.serializer = class
org.apache.kafka.common.serialization.StringSerializer

2020-11-12 00:31:59,768 INFO o.a.k.c.u.AppInfoParser: Kafka version: 2.3.0
2020-11-12 00:31:59,768 INFO o.a.k.c.u.AppInfoParser: Kafka commitId:
fc1aaa116b661c8a
2020-11-12 00:31:59,768 INFO o.a.k.c.u.AppInfoParser: Kafka startTimeMs:
1605121319767
2020-11-12 00:31:59,770 INFO o.a.k.c.u.AppInfoParser: Kafka version: 2.3.0
2020-11-12 00:31:59,770 INFO o.a.k.c.u.AppInfoParser: Kafka commitId:
fc1aaa116b661c8a
2020-11-12 00:31:59,770 INFO o.a.k.c.u.AppInfoParser: Kafka startTimeMs:
1605121319769
2020-11-12 00:31:59,770 INFO o.a.k.c.u.AppInfoParser: Kafka version: 2.3.0
2020-11-12 00:31:59,770 INFO o.a.k.c.u.AppInfoParser: Kafka commitId:
fc1aaa116b661c8a
2020-11-12 00:31:59,770 INFO o.a.k.c.u.AppInfoParser: Kafka startTimeMs:
1605121319768
2020-11-12 00:31:59,771 INFO o.a.k.c.u.AppInfoParser: Kafka version: 2.3.0
2020-11-12 00:31:59,771 INFO o.a.k.c.u.AppInfoParser: Kafka commitId:
fc1aaa116b661c8a
2020-11-12 00:31:59,771 INFO o.a.k.c.u.AppInfoParser: Kafka startTimeMs:
1605121319771
2020-11-12 00:31:59,772 INFO o.a.k.c.u.AppInfoParser: Kafka version: 2.3.0
2020-11-12 00:31:59,772 INFO o.a.k.c.u.AppInfoParser: Kafka commitId:
fc1aaa116b661c8a
2020-11-12 00:31:59,772 INFO o.a.k.c.u.AppInfoParser: Kafka startTimeMs:
1605121319770
2020-11-12 00:31:59,866 INFO o.a.k.c.Metadata: [Producer clientId=producer-3]
Cluster ID: m9YDZSXJRr6GM8tTNdOGiw
2020-11-12 00:31:59,867 INFO o.a.k.c.Metadata: [Producer clientId=producer-5]
Cluster ID: m9YDZSXJRr6GM8tTNdOGiw
2020-11-12 00:31:59,867 INFO o.a.k.c.Metadata: [Producer clientId=producer-4]
Cluster ID: m9YDZSXJRr6GM8tTNdOGiw
2020-11-12 00:31:59,867 INFO o.a.k.c.Metadata: [Producer clientId=producer-1]
Cluster ID: m9YDZSXJRr6GM8tTNdOGiw
2020-11-12 00:31:59,867 INFO o.a.k.c.Metadata: [Producer clientId=producer-2]
Cluster ID: m9YDZSXJRr6GM8tTNdOGiw
2020-11-12 00:31:59,879 INFO k.a.j.r.ConsoleStatusLogger: #0    Threads: 5/5   
Samples: 1      Latency: 0      Resp.Time: 337  Errors: 0
2020-11-12 00:31:59,879 INFO o.a.j.t.JMeterThread: Thread is done: push payload
on kafka 1-5
2020-11-12 00:31:59,879 INFO o.a.j.t.JMeterThread: Thread is done: push payload
on kafka 1-1
2020-11-12 00:31:59,879 INFO o.a.j.t.JMeterThread: Thread finished: push
payload on kafka 1-1
2020-11-12 00:31:59,879 INFO o.a.j.t.JMeterThread: Thread finished: push
payload on kafka 1-5
2020-11-12 00:31:59,879 INFO o.a.j.t.JMeterThread: Thread is done: push payload
on kafka 1-4
2020-11-12 00:31:59,880 INFO o.a.j.t.JMeterThread: Thread finished: push
payload on kafka 1-4
2020-11-12 00:31:59,879 INFO o.a.j.t.JMeterThread: Thread is done: push payload
on kafka 1-3
2020-11-12 00:31:59,881 INFO o.a.j.t.JMeterThread: Thread is done: push payload
on kafka 1-2
2020-11-12 00:31:59,881 INFO o.a.j.t.JMeterThread: Thread finished: push
payload on kafka 1-3
2020-11-12 00:31:59,881 INFO o.a.j.t.JMeterThread: Thread finished: push
payload on kafka 1-2
2020-11-12 00:31:59,882 INFO o.a.j.e.StandardJMeterEngine: Notifying test
listeners of end of test
2020-11-12 00:31:59,883 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false,
*local*)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64918] Jmeter script is not working as expected when I run in Non-GUI Mode.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

Govardhan <va...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64918] Jmeter script is not working as expected when I run in Non-GUI Mode.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

--- Comment #3 from Govardhan <va...@gmail.com> ---
Created attachment 37558
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37558&action=edit
sample jmx script

Hi, 

My issue is with Non GUI Mode. script is working as expected when I run using
GUI but message is not pushed to kafka when Im running in Non GUI.

I have attached sample test plan which is working fine when I use GUI but same
is not working when I use Non-GUI mode.

Pre requisites to run the test is..
1. Install kafka and zookeper in local 
https://dzone.com/articles/running-apache-kafka-on-windows-os
2. Start zookeeper and kafka server in local.
3. Create a topic 'test'
4. Run the consumer to check incoming messages produced from producer.

Note: When I run the same script in non GUI Mode Im not getting any error
instead im getting the summary report as success even JTL file also stating
that OK.

Attaching jmeter log (GUI Mode).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64918] Jmeter script is not working as expected when I run in Non-GUI Mode.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
             Status|NEEDINFO                    |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64918] Jmeter script is not working as expected when I run in Non-GUI Mode.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

Govardhan <va...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|JMETER_5.4                  |JMETER_5.3.0
                 CC|                            |vardhan.dornala@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64918] Jmeter script is not working as expected when I run in Non-GUI Mode.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

Govardhan <va...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64918] Jmeter script is not working as expected when I run in Non-GUI Mode.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #5 from Felix Schumacher <fe...@internetallee.de> ---
Again, I think this would be better to ask on the users mailing list, or even
better asked on a forum where the kafka plugin developers are listening and
responding.

Can you show us the logs of the non-GUI run, where the errors are happening?

How do you start the non-GUI run? Are you using "windows" (aka GSSAPI,
Kerberos) credentials? Are they available when you run the non-GUI mode?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64918] Jmeter script is not working as expected when I run in Non-GUI Mode.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64918

Govardhan <va...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Govardhan <va...@gmail.com> ---
While running in non gui mode, not getting any errors and getting the summary
report as success.

-- 
You are receiving this mail because:
You are the assignee for the bug.