pepper-box icon indicating copy to clipboard operation
pepper-box copied to clipboard

SchemaParser.java:[7,31] package org.apache.commons.lang does not exist

Open mskrzetuski opened this issue 6 years ago • 5 comments

Hello guys,

I'd like to use JMeter to test Kafka 2.2.0 or even 2.3.0. I tried to compile with Maven but get error.

[ERROR] /[path]/pepper-box/src/main/java/com/gslab/pepper/input/SchemaParser.java:[7,31] package org.apache.commons.lang does not exist

I tried like so.

mvn clean install -Djmeter.version=5.2.1 -Dkafka.version=2.2.0

I used the jmeter5.0_kafka1.1.0 branch but it did not work.

Can we even use this plug-in for Kafka 2.0 and above or is it for Kafka 1.x.x only?

Best regards Skrzetuski

mskrzetuski avatar Jan 13 '20 09:01 mskrzetuski

Let me test and revert back.

mtNachiket avatar Feb 09 '20 04:02 mtNachiket

@mtNachiket Hey! I'm facing the same issues. Is there a solution?

EyalAbadi avatar Mar 23 '20 18:03 EyalAbadi

Same issue here... ANy update on this?

rafaeltuelho avatar Mar 25 '20 14:03 rafaeltuelho

Just an update on this. I managed to build it without any parameter. Just mvn clean install and I got it working using Jmeter 5.x and Kafka 2.4.

rafaeltuelho avatar Mar 25 '20 15:03 rafaeltuelho

Just mvn clean install worked for me as well. Thanks for the tip.

gerardq avatar Jul 06 '20 10:07 gerardq