This is an interesting error, because it's looks like there is a mixture of old code the trunk (0.1.x) with an error because of Lucene 4.0. Try using and building with the 0.2-dev, should become the trunk soon. Follow this guide and let me know what issues you find. Thanks!
http://wiki.apache.org/blur/QuickStart Aaron On Tue, Feb 5, 2013 at 4:41 AM, Li Li <[email protected]> wrote: > 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) >
