您好:
我是一个apache eagle的新用户,最近在集成apache
eagle0.5.0到我们大数据平台时,发现一个问题。就是该版本可以正常编译通过,但是使用./eagle-server.sh start
该脚本启动时候,抛出一个错误,错误: 找不到或无法加载主类
org.apache.eagle.server.ServerMain,之后我修改了该脚本中的jar包位置,将./../lib/eagle-topology-0.5.1-SNAPSHOT-assembly.jar这个jar包置于org.apache.eagle.server.ServerMain
server这个类的前面,可是启动还是有问题。
另外,我也尝试使用0.4.0版本,但是编译一直通不过,报错信息如下:
Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on
project eagle-embed-hbase: Error resolving project artifact: Could not transfer
artifact org.mortbay.jetty:jetty-sslengine:pom:6.1.26.hwx
from/to scala-tools.org (http://scala-tools.org/repo-releases):
sun.security.validator.ValidatorException:
PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target for project
org.mortbay.jetty:jetty-sslengine:jar:6.1.26.hwx -> [Help 1]
好像是一个安全证书的问题,可是我想要访问,scala-tools.org该网站时候发现访问不了。
期待,您能给我一个好的建议。
谢谢!