devicehive-java-server icon indicating copy to clipboard operation
devicehive-java-server copied to clipboard

Build failure on: Shim Kafka Implementation ............... FAILURE [ 2.586 s]

Open sanyaade-iot opened this issue 7 years ago • 4 comments

Hi Everybody,

Just trying to build the server but ran into build errors. This is a test failures for Shim Kafka Implementation on Ubuntu 16.04 Server. If I use: mvn clean package --DskipTests then everything is built successfully but I think it is better to build and run tests for robustness and production quality. Many thanks! Please help!

image

God blesses!!!

Best regardsa, Sanyaade

sanyaade-iot avatar Feb 02 '18 14:02 sanyaade-iot

I had this problem a few days ago. I suggest you try to stop kafka server and zookeeper server first and then run mvn clean package to see if the tests will pass.

kkan2020 avatar Feb 05 '18 09:02 kkan2020

Okay, I tried that but did not work. Currently skipping the test.

Many thanks!

God blesses!!!

Best regards, Sanyaade

sanyaade-iot avatar Feb 10 '18 00:02 sanyaade-iot

Hi Sanyaade, how did you get resolved this issue?

Thank Alex

alexbn71 avatar May 10 '18 08:05 alexbn71

@alexbn71 : As I mentioned above, If you run the command shown below:

mvn clean package --DskipTests

Then everything is built successfully. It means build the package but don't run tests on your build.

God blesses!!!

Best regards, Sanyaade

sanyaade-iot avatar May 10 '18 09:05 sanyaade-iot