Rate This Document
Findability
Accuracy
Completeness
Readability

Failed to Test spring-boot-smoke-tests-invoker

Symptom

The netty-transport-native-epoll-4.1.43.Final.jar package fails to be downloaded for the spring-boot-smoke-tests-invoker module.

Key Process and Cause Analysis

There is no netty-transport-native-epoll-4.1.43.Final.jar package in the repository.

Conclusion and Solution

  1. Copy the netty-transport-native-epoll-4.1.43.Final.jar file.
    \cp /root/.m2/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final-linux-aarch_64.jar /root/.m2/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar
  2. View the netty-transport-native-epoll-4.1.43.Final.jar file.
    ls /root/.m2/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar
  3. Perform the spring-boot-smoke-tests-invoker test again.