错误编译

brtdzjyr  于 2021-06-15  发布在  Cassandra
关注(0)|答案(0)|浏览(225)

2.5(上一版本)我想和hector一起工作,我已经下载了它,现在我试着用命令启动它 mvn clean package 我有这些错误,请帮我找出,我怎样才能让它解决:)

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedServerHelper.java:[12,34] cannot find symbol
symbol  : class ConfigurationException
location: package org.apache.cassandra.config

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedServerHelper.java:[16,34] cannot find symbol
symbol  : class CassandraDaemon
location: package org.apache.cassandra.thrift

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedServerHelper.java:[32,9] cannot find symbol
symbol  : class CassandraDaemon
location: class me.prettyprint.hector.testutils.EmbeddedServerHelper

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedServerHelper.java:[52,28] cannot find symbol
symbol  : class ConfigurationException
location: class me.prettyprint.hector.testutils.EmbeddedServerHelper

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedSchemaLoader.java:[13,34] cannot find symbol
symbol  : class ConfigurationException
location: package org.apache.cassandra.config

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedSchemaLoader.java:[56,65] cannot find symbol
symbol  : class ConfigurationException
location: class me.prettyprint.hector.testutils.EmbeddedSchemaLoader

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedSchemaLoader.java:[130,11] cannot find symbol
symbol  : class ConfigurationException
location: class me.prettyprint.hector.testutils.EmbeddedSchemaLoader

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedSchemaLoader.java:[151,9] cannot find symbol
symbol  : class ConfigurationException
location: class me.prettyprint.hector.testutils.EmbeddedSchemaLoader

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedServerHelper.java:[187,28] cannot find symbol
symbol  : class CassandraDaemon
location: class me.prettyprint.hector.testutils.EmbeddedServerHelper.CassandraRunner

[ERROR] /home/soufiane/hector/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedSchemaLoader.java:[50,11] cannot find symbol
symbol  : class ConfigurationException
location: class me.prettyprint.hector.testutils.EmbeddedSchemaLoader

[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题