Hi

    I had Blur-0.2-dev working and went through everything give in
"QuickStart"
and then I started blur again. But when I create the table, previously
during my
earlier run, I got the message "table exists", but now I get this:

Regards
Joseph Rajkumar
========================= See Trace below ====================
blur> create testTableName file:///data/testTableName 1
java.lang.reflect.UndeclaredThrowableException
    at $Proxy0.createTable(Unknown Source)
    at org.apache.blur.shell.CreateCommand.doit(CreateCommand.java:94)
    at org.apache.blur.shell.Main.main(Main.java:201)
Caused by: java.io.IOException: All connections are bad.
    at
org.apache.blur.thrift.BlurClientManager.execute(BlurClientManager.java:193)
    at
org.apache.blur.thrift.BlurClient$BlurClientInvocationHandler.invoke(BlurClient.java:54)
    ... 3 more
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
    at $Proxy0.createTable(Unknown Source)
    at org.apache.blur.shell.CreateCommand.doit(CreateCommand.java:94)
    at org.apache.blur.shell.Main.main(Main.java:201)
Caused by: java.io.IOException: All connections are bad.
    at
org.apache.blur.thrift.BlurClientManager.execute(BlurClientManager.java:193)
    at
org.apache.blur.thrift.BlurClient$BlurClientInvocationHandler.invoke(BlurClient.java:54)



On Tue, Feb 5, 2013 at 10:53 AM, Aaron McCurry <[email protected]> wrote:

> 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)
> >
>

Reply via email to