在构建hystrix时获取问题

时间:2015-12-10 09:23:20

标签: java jna netflix hystrix nebula

最初我有一个问题:

构建错误:配置根项目' hystrix'时出现问题。无法通知项目评估监听器。

  

在资源路径中找不到JNA原生支持(com / sun / jna / linux-ppc64le / libjnidispatch.so)。

我将jna.jar放到/ jre / lib / ext文件夹中,以解决JNA原生支持错误,

现在我遇到了以下错误。

 ./gradlew --stacktrace build
Inferred project: hystrix, version: 1.5.0-SNAPSHOT
FAILURE: Build failed with an exception.
* Where:
Build file '/root/ravi/watson/Netflix/Hystrix/hystrix-contrib/hystrix-clj/build.gradle' line: 13
* What went wrong:
A problem occurred evaluating project ':hystrix-clj'.
 clojuresque.ClojureBasePlugin
* Try:
Run with --info or --debug option to get more log output.
* Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating project ':hystrix-clj'.
        at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:93)
        at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$1.run(DefaultScriptPluginFactory.java:148)

你们中的任何人都可以看一下它。

谢谢,
Salamani

0 个答案:

没有答案
相关问题