Aaron,

I've got some more information for you.  I verified that I am sending in an 
empty string not null for startWith.  I also tried it with an actual value (v 
since my only value is value) and got the same NullPointerException.

On a side note do you think this would be a good call to expose to the shell, 
seems like it could be useful.

Chris

On Sep 4, 2013, at 11:34 PM, Chris Rohr <[email protected]> wrote:

> Since we are coming up on the release candidate, I wanted to send off one 
> more error that I am getting while updating the console and wanted to make 
> sure that its not a real bug.  I am attempting to call terms to get the list 
> to show on the tables page.  The family and column do exist in the table as I 
> can do searches.  Here is the error:
> 
> ERROR 20130904_23:17:47:854_EDT [thrift-processors15] 
> thrift.BlurControllerServer: Unknown error while trying to terms table 
> [anothertable] columnFamily [fam0] columnName [col1] startWith [ ] size [20]
> BlurException(message:Call execution exception [[anothertable, fam0, col1,  , 
> 20]], stackTraceStr:BlurException(message:Call execution exception 
> [[anothertable, fam0, col1,  , 20]], stackTraceStr:java.lang.Null
> PointerException
>        at org.apache.blur.manager.IndexManager.terms(IndexManager.java:722)
>        at org.apache.blur.manager.IndexManager$7.call(IndexManager.java:691)
>        at org.apache.blur.manager.IndexManager$7.call(IndexManager.java:685)
>        at org.apache.blur.utils.ForkJoin$2.call(ForkJoin.java:63)
>        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>        at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>        at 
> org.apache.blur.concurrent.ThreadWatcher$ThreadWatcherExecutorService$1.run(ThreadWatcher.java:127)
>        at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>        at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>        at java.lang.Thread.run(Thread.java:680)
> , errorType:UNKNOWN)
>        at 
> org.apache.blur.utils.BlurExecutorCompletionService.getResultThrowException(BlurExecutorCompletionService.java:135)
>        at org.apache.blur.manager.IndexManager$6.merge(IndexManager.java:704)
>        at org.apache.blur.manager.IndexManager$6.merge(IndexManager.java:697)
>        at org.apache.blur.utils.ForkJoin$3.merge(ForkJoin.java:72)
> 
> 
> Thanks in advance,
> Chris

Reply via email to