hi
    I follow the instructions of the README.md. when I
./bin/start-all.sh, there are errors in log files
    1. blur-shard-server ****-0.log
    ERROR 20130205_17:34:57:057_CST [main]
concurrent.SimpleUncaughtExceptionHandler: Unknown error in thread
[Thread[main,5,main]]
java.lang.NoSuchFieldError: NOT_ANALYZED_NO_NORMS
        at org.apache.blur.utils.BlurConstants.<clinit>(BlurConstants.java:105)
        at 
org.apache.blur.thrift.ThriftBlurShardServer.createServer(ThriftBlurShardServer.java:187)
        at 
org.apache.blur.thrift.ThriftBlurShardServer.main(ThriftBlurShardServer.java:92)
    2. logs/blur-controller-server**-0.log
    ERROR 20130205_17:35:00:000_CST [main]
concurrent.SimpleUncaughtExceptionHandler: Unknown error in thread
[Thread[main,5,main]]
java.lang.NoSuchMethodError:
org.apache.thrift.transport.TNonblockingServerSocket.<init>(Ljava/net/InetSocketAddress;)V
        at org.apache.blur.thrift.ThriftServer.start(ThriftServer.java:80)
        at 
org.apache.blur.thrift.ThriftBlurControllerServer.main(ThriftBlurControllerServer.java:72)

Reply via email to