devicehive-java-server
devicehive-java-server copied to clipboard
Build failure on: Shim Kafka Implementation ............... FAILURE [ 2.586 s]
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!

God blesses!!!
Best regardsa, Sanyaade
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.
Okay, I tried that but did not work. Currently skipping the test.
Many thanks!
God blesses!!!
Best regards, Sanyaade
Hi Sanyaade, how did you get resolved this issue?
Thank Alex
@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