You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Dru Jensen <dr...@gmail.com> on 2008/09/05 17:45:04 UTC

Release Candidate 0.2.1 errors in irb shell

I am testing the release candidate with hadoop 0.17.2.1 release.  I am  
curious if others are seeing this or if I have something mis-configured.

I reformatted the dfs and recreated everything from scratch.

hbase(main):009:0> version
Version: 0.2.1, r691710, Wed Sep  3 11:50:24 PDT 2008

I occasionally get the following error performing a create table.   
However when I do a list, the table was successfully created.

hbase(main):007:0> create 'test', 'avg', 'std', 'max'
NativeException:  
org.apache.hadoop.hbase.client.NoServerForRegionException: No server  
address listed in .META. for region test,,1220628716239
	from org/apache/hadoop/hbase/client/HConnectionManager.java:536:in  
`locateRegionInMeta'
	from org/apache/hadoop/hbase/client/HConnectionManager.java:459:in  
`locateRegion'
	from org/apache/hadoop/hbase/client/HConnectionManager.java:419:in  
`locateRegion'
	from org/apache/hadoop/hbase/client/HBaseAdmin.java:157:in  
`createTable'
	from sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0'
	from sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke'
	from sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke'
	from java/lang/reflect/Method.java:585:in `invoke'
	from org/jruby/javasupport/JavaMethod.java:250:in  
`invokeWithExceptionHandling'
	from org/jruby/javasupport/JavaMethod.java:219:in `invoke'
	from org/jruby/javasupport/JavaClass.java:416:in `execute'
	from org/jruby/internal/runtime/methods/SimpleCallbackMethod.java: 
67:in `call'
	from org/jruby/internal/runtime/methods/DynamicMethod.java:78:in `call'
	from org/jruby/runtime/CallSite.java:329:in `call'
	from org/jruby/evaluator/ASTInterpreter.java:649:in `callNode'
	from org/jruby/evaluator/ASTInterpreter.java:324:in `evalInternal'
... 121 levels...
	from ruby.opt.hbase_minus_0_dot_2_dot_1.bin.hirbInvokermethod__23$RUBY 
$startOpt:-1:in `call'
	from org/jruby/internal/runtime/methods/DynamicMethod.java:74:in `call'
	from org/jruby/internal/runtime/methods/CompiledMethod.java:48:in  
`call'
	from org/jruby/runtime/CallSite.java:123:in `cacheAndCall'
	from org/jruby/runtime/CallSite.java:298:in `call'
	from ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/ 
hirb.rb:351:in `__file__'
	from ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/ 
hirb.rb:-1:in `__file__'
	from ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/ 
hirb.rb:-1:in `load'
	from org/jruby/Ruby.java:512:in `runScript'
	from org/jruby/Ruby.java:432:in `runNormally'
	from org/jruby/Ruby.java:312:in `runFromMain'
	from org/jruby/Main.java:144:in `run'
	from org/jruby/Main.java:89:in `run'
	from org/jruby/Main.java:80:in `main'
	from /opt/hbase/bin/../bin/hirb.rb:228:in `create'
	from (hbase):8:in `binding'hbase(main):008:0>

And occasionally, I get this exception when trying to disable a table.  
However it was successfully disabled.

hbase(main):002:0> disable 'test'
NativeException: java.io.IOException: unable to disable table test
	from org/apache/hadoop/hbase/client/HBaseAdmin.java:418:in  
`disableTable'
	from org/apache/hadoop/hbase/client/HBaseAdmin.java:379:in  
`disableTable'
	from sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0'
	from sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke'
	from sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke'
	from java/lang/reflect/Method.java:585:in `invoke'
	from org/jruby/javasupport/JavaMethod.java:250:in  
`invokeWithExceptionHandling'
	from org/jruby/javasupport/JavaMethod.java:219:in `invoke'
	from org/jruby/javasupport/JavaClass.java:416:in `execute'
	from org/jruby/internal/runtime/methods/SimpleCallbackMethod.java: 
67:in `call'
	from org/jruby/internal/runtime/methods/DynamicMethod.java:78:in `call'
	from org/jruby/runtime/CallSite.java:155:in `cacheAndCall'
	from org/jruby/runtime/CallSite.java:332:in `call'
	from org/jruby/evaluator/ASTInterpreter.java:649:in `callNode'
	from org/jruby/evaluator/ASTInterpreter.java:324:in `evalInternal'
	from org/jruby/evaluator/ASTInterpreter.java:620:in `blockNode'
... 121 levels...
	from ruby.opt.hbase_minus_0_dot_2_dot_1.bin.hirbInvokermethod__23$RUBY 
$startOpt:-1:in `call'
	from org/jruby/internal/runtime/methods/DynamicMethod.java:74:in `call'
	from org/jruby/internal/runtime/methods/CompiledMethod.java:48:in  
`call'
	from org/jruby/runtime/CallSite.java:123:in `cacheAndCall'
	from org/jruby/runtime/CallSite.java:298:in `call'
	from ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/ 
hirb.rb:351:in `__file__'
	from ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/ 
hirb.rb:-1:in `__file__'
	from ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/ 
hirb.rb:-1:in `load'
	from org/jruby/Ruby.java:512:in `runScript'
	from org/jruby/Ruby.java:432:in `runNormally'
	from org/jruby/Ruby.java:312:in `runFromMain'
	from org/jruby/Main.java:144:in `run'
	from org/jruby/Main.java:89:in `run'
	from org/jruby/Main.java:80:in `main'
	from /opt/hbase/bin/../bin/hirb.rb:254:in `disable'




Re: Release Candidate 0.2.1 errors in irb shell

Posted by Jean-Daniel Cryans <jd...@apache.org>.
Dru,

The issue is now fixed and committed to both branch 0.2 and trunk. Thank you
for reporting both problems.

J-D

On Fri, Sep 5, 2008 at 11:52 AM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> It is now https://issues.apache.org/jira/browse/HBASE-872
>
> J-D
>
>
> On Fri, Sep 5, 2008 at 11:48 AM, Jean-Daniel Cryans <jd...@apache.org>wrote:
>
>> Dru,
>>
>> I think I saw it too but I was debugging other stuff so I wasn't sure if
>> it was my fault. It seems that when we reduced the waiting time it created
>> that kind of error. I will file a Jira.
>>
>> Thx,
>>
>> J-D
>>
>>
>> On Fri, Sep 5, 2008 at 11:45 AM, Dru Jensen <dr...@gmail.com> wrote:
>>
>>> I am testing the release candidate with hadoop 0.17.2.1 release.  I am
>>> curious if others are seeing this or if I have something mis-configured.
>>>
>>> I reformatted the dfs and recreated everything from scratch.
>>>
>>> hbase(main):009:0> version
>>> Version: 0.2.1, r691710, Wed Sep  3 11:50:24 PDT 2008
>>>
>>> I occasionally get the following error performing a create table.
>>>  However when I do a list, the table was successfully created.
>>>
>>> hbase(main):007:0> create 'test', 'avg', 'std', 'max'
>>> NativeException:
>>> org.apache.hadoop.hbase.client.NoServerForRegionException: No server address
>>> listed in .META. for region test,,1220628716239
>>>        from org/apache/hadoop/hbase/client/HConnectionManager.java:536:in
>>> `locateRegionInMeta'
>>>        from org/apache/hadoop/hbase/client/HConnectionManager.java:459:in
>>> `locateRegion'
>>>        from org/apache/hadoop/hbase/client/HConnectionManager.java:419:in
>>> `locateRegion'
>>>        from org/apache/hadoop/hbase/client/HBaseAdmin.java:157:in
>>> `createTable'
>>>        from sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0'
>>>        from sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke'
>>>        from sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke'
>>>        from java/lang/reflect/Method.java:585:in `invoke'
>>>        from org/jruby/javasupport/JavaMethod.java:250:in
>>> `invokeWithExceptionHandling'
>>>        from org/jruby/javasupport/JavaMethod.java:219:in `invoke'
>>>        from org/jruby/javasupport/JavaClass.java:416:in `execute'
>>>        from
>>> org/jruby/internal/runtime/methods/SimpleCallbackMethod.java:67:in `call'
>>>        from org/jruby/internal/runtime/methods/DynamicMethod.java:78:in
>>> `call'
>>>        from org/jruby/runtime/CallSite.java:329:in `call'
>>>        from org/jruby/evaluator/ASTInterpreter.java:649:in `callNode'
>>>        from org/jruby/evaluator/ASTInterpreter.java:324:in `evalInternal'
>>> ... 121 levels...
>>>        from
>>> ruby.opt.hbase_minus_0_dot_2_dot_1.bin.hirbInvokermethod__23$RUBY$startOpt:-1:in
>>> `call'
>>>        from org/jruby/internal/runtime/methods/DynamicMethod.java:74:in
>>> `call'
>>>        from org/jruby/internal/runtime/methods/CompiledMethod.java:48:in
>>> `call'
>>>        from org/jruby/runtime/CallSite.java:123:in `cacheAndCall'
>>>        from org/jruby/runtime/CallSite.java:298:in `call'
>>>        from
>>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:351:in
>>> `__file__'
>>>        from
>>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
>>> `__file__'
>>>        from
>>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
>>> `load'
>>>        from org/jruby/Ruby.java:512:in `runScript'
>>>        from org/jruby/Ruby.java:432:in `runNormally'
>>>        from org/jruby/Ruby.java:312:in `runFromMain'
>>>        from org/jruby/Main.java:144:in `run'
>>>        from org/jruby/Main.java:89:in `run'
>>>        from org/jruby/Main.java:80:in `main'
>>>        from /opt/hbase/bin/../bin/hirb.rb:228:in `create'
>>>        from (hbase):8:in `binding'hbase(main):008:0>
>>>
>>> And occasionally, I get this exception when trying to disable a table.
>>> However it was successfully disabled.
>>>
>>> hbase(main):002:0> disable 'test'
>>> NativeException: java.io.IOException: unable to disable table test
>>>        from org/apache/hadoop/hbase/client/HBaseAdmin.java:418:in
>>> `disableTable'
>>>        from org/apache/hadoop/hbase/client/HBaseAdmin.java:379:in
>>> `disableTable'
>>>        from sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0'
>>>        from sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke'
>>>        from sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke'
>>>        from java/lang/reflect/Method.java:585:in `invoke'
>>>        from org/jruby/javasupport/JavaMethod.java:250:in
>>> `invokeWithExceptionHandling'
>>>        from org/jruby/javasupport/JavaMethod.java:219:in `invoke'
>>>        from org/jruby/javasupport/JavaClass.java:416:in `execute'
>>>        from
>>> org/jruby/internal/runtime/methods/SimpleCallbackMethod.java:67:in `call'
>>>        from org/jruby/internal/runtime/methods/DynamicMethod.java:78:in
>>> `call'
>>>        from org/jruby/runtime/CallSite.java:155:in `cacheAndCall'
>>>        from org/jruby/runtime/CallSite.java:332:in `call'
>>>        from org/jruby/evaluator/ASTInterpreter.java:649:in `callNode'
>>>        from org/jruby/evaluator/ASTInterpreter.java:324:in `evalInternal'
>>>        from org/jruby/evaluator/ASTInterpreter.java:620:in `blockNode'
>>> ... 121 levels...
>>>        from
>>> ruby.opt.hbase_minus_0_dot_2_dot_1.bin.hirbInvokermethod__23$RUBY$startOpt:-1:in
>>> `call'
>>>        from org/jruby/internal/runtime/methods/DynamicMethod.java:74:in
>>> `call'
>>>        from org/jruby/internal/runtime/methods/CompiledMethod.java:48:in
>>> `call'
>>>        from org/jruby/runtime/CallSite.java:123:in `cacheAndCall'
>>>        from org/jruby/runtime/CallSite.java:298:in `call'
>>>        from
>>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:351:in
>>> `__file__'
>>>        from
>>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
>>> `__file__'
>>>        from
>>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
>>> `load'
>>>        from org/jruby/Ruby.java:512:in `runScript'
>>>        from org/jruby/Ruby.java:432:in `runNormally'
>>>        from org/jruby/Ruby.java:312:in `runFromMain'
>>>        from org/jruby/Main.java:144:in `run'
>>>        from org/jruby/Main.java:89:in `run'
>>>        from org/jruby/Main.java:80:in `main'
>>>        from /opt/hbase/bin/../bin/hirb.rb:254:in `disable'
>>>
>>>
>>>
>>>
>>
>

Re: Release Candidate 0.2.1 errors in irb shell

Posted by Jean-Daniel Cryans <jd...@apache.org>.
It is now https://issues.apache.org/jira/browse/HBASE-872

J-D

On Fri, Sep 5, 2008 at 11:48 AM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> Dru,
>
> I think I saw it too but I was debugging other stuff so I wasn't sure if it
> was my fault. It seems that when we reduced the waiting time it created that
> kind of error. I will file a Jira.
>
> Thx,
>
> J-D
>
>
> On Fri, Sep 5, 2008 at 11:45 AM, Dru Jensen <dr...@gmail.com> wrote:
>
>> I am testing the release candidate with hadoop 0.17.2.1 release.  I am
>> curious if others are seeing this or if I have something mis-configured.
>>
>> I reformatted the dfs and recreated everything from scratch.
>>
>> hbase(main):009:0> version
>> Version: 0.2.1, r691710, Wed Sep  3 11:50:24 PDT 2008
>>
>> I occasionally get the following error performing a create table.  However
>> when I do a list, the table was successfully created.
>>
>> hbase(main):007:0> create 'test', 'avg', 'std', 'max'
>> NativeException:
>> org.apache.hadoop.hbase.client.NoServerForRegionException: No server address
>> listed in .META. for region test,,1220628716239
>>        from org/apache/hadoop/hbase/client/HConnectionManager.java:536:in
>> `locateRegionInMeta'
>>        from org/apache/hadoop/hbase/client/HConnectionManager.java:459:in
>> `locateRegion'
>>        from org/apache/hadoop/hbase/client/HConnectionManager.java:419:in
>> `locateRegion'
>>        from org/apache/hadoop/hbase/client/HBaseAdmin.java:157:in
>> `createTable'
>>        from sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0'
>>        from sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke'
>>        from sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke'
>>        from java/lang/reflect/Method.java:585:in `invoke'
>>        from org/jruby/javasupport/JavaMethod.java:250:in
>> `invokeWithExceptionHandling'
>>        from org/jruby/javasupport/JavaMethod.java:219:in `invoke'
>>        from org/jruby/javasupport/JavaClass.java:416:in `execute'
>>        from
>> org/jruby/internal/runtime/methods/SimpleCallbackMethod.java:67:in `call'
>>        from org/jruby/internal/runtime/methods/DynamicMethod.java:78:in
>> `call'
>>        from org/jruby/runtime/CallSite.java:329:in `call'
>>        from org/jruby/evaluator/ASTInterpreter.java:649:in `callNode'
>>        from org/jruby/evaluator/ASTInterpreter.java:324:in `evalInternal'
>> ... 121 levels...
>>        from
>> ruby.opt.hbase_minus_0_dot_2_dot_1.bin.hirbInvokermethod__23$RUBY$startOpt:-1:in
>> `call'
>>        from org/jruby/internal/runtime/methods/DynamicMethod.java:74:in
>> `call'
>>        from org/jruby/internal/runtime/methods/CompiledMethod.java:48:in
>> `call'
>>        from org/jruby/runtime/CallSite.java:123:in `cacheAndCall'
>>        from org/jruby/runtime/CallSite.java:298:in `call'
>>        from
>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:351:in
>> `__file__'
>>        from
>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
>> `__file__'
>>        from
>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
>> `load'
>>        from org/jruby/Ruby.java:512:in `runScript'
>>        from org/jruby/Ruby.java:432:in `runNormally'
>>        from org/jruby/Ruby.java:312:in `runFromMain'
>>        from org/jruby/Main.java:144:in `run'
>>        from org/jruby/Main.java:89:in `run'
>>        from org/jruby/Main.java:80:in `main'
>>        from /opt/hbase/bin/../bin/hirb.rb:228:in `create'
>>        from (hbase):8:in `binding'hbase(main):008:0>
>>
>> And occasionally, I get this exception when trying to disable a table.
>> However it was successfully disabled.
>>
>> hbase(main):002:0> disable 'test'
>> NativeException: java.io.IOException: unable to disable table test
>>        from org/apache/hadoop/hbase/client/HBaseAdmin.java:418:in
>> `disableTable'
>>        from org/apache/hadoop/hbase/client/HBaseAdmin.java:379:in
>> `disableTable'
>>        from sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0'
>>        from sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke'
>>        from sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke'
>>        from java/lang/reflect/Method.java:585:in `invoke'
>>        from org/jruby/javasupport/JavaMethod.java:250:in
>> `invokeWithExceptionHandling'
>>        from org/jruby/javasupport/JavaMethod.java:219:in `invoke'
>>        from org/jruby/javasupport/JavaClass.java:416:in `execute'
>>        from
>> org/jruby/internal/runtime/methods/SimpleCallbackMethod.java:67:in `call'
>>        from org/jruby/internal/runtime/methods/DynamicMethod.java:78:in
>> `call'
>>        from org/jruby/runtime/CallSite.java:155:in `cacheAndCall'
>>        from org/jruby/runtime/CallSite.java:332:in `call'
>>        from org/jruby/evaluator/ASTInterpreter.java:649:in `callNode'
>>        from org/jruby/evaluator/ASTInterpreter.java:324:in `evalInternal'
>>        from org/jruby/evaluator/ASTInterpreter.java:620:in `blockNode'
>> ... 121 levels...
>>        from
>> ruby.opt.hbase_minus_0_dot_2_dot_1.bin.hirbInvokermethod__23$RUBY$startOpt:-1:in
>> `call'
>>        from org/jruby/internal/runtime/methods/DynamicMethod.java:74:in
>> `call'
>>        from org/jruby/internal/runtime/methods/CompiledMethod.java:48:in
>> `call'
>>        from org/jruby/runtime/CallSite.java:123:in `cacheAndCall'
>>        from org/jruby/runtime/CallSite.java:298:in `call'
>>        from
>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:351:in
>> `__file__'
>>        from
>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
>> `__file__'
>>        from
>> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
>> `load'
>>        from org/jruby/Ruby.java:512:in `runScript'
>>        from org/jruby/Ruby.java:432:in `runNormally'
>>        from org/jruby/Ruby.java:312:in `runFromMain'
>>        from org/jruby/Main.java:144:in `run'
>>        from org/jruby/Main.java:89:in `run'
>>        from org/jruby/Main.java:80:in `main'
>>        from /opt/hbase/bin/../bin/hirb.rb:254:in `disable'
>>
>>
>>
>>
>

Re: Release Candidate 0.2.1 errors in irb shell

Posted by Jean-Daniel Cryans <jd...@apache.org>.
Dru,

I think I saw it too but I was debugging other stuff so I wasn't sure if it
was my fault. It seems that when we reduced the waiting time it created that
kind of error. I will file a Jira.

Thx,

J-D

On Fri, Sep 5, 2008 at 11:45 AM, Dru Jensen <dr...@gmail.com> wrote:

> I am testing the release candidate with hadoop 0.17.2.1 release.  I am
> curious if others are seeing this or if I have something mis-configured.
>
> I reformatted the dfs and recreated everything from scratch.
>
> hbase(main):009:0> version
> Version: 0.2.1, r691710, Wed Sep  3 11:50:24 PDT 2008
>
> I occasionally get the following error performing a create table.  However
> when I do a list, the table was successfully created.
>
> hbase(main):007:0> create 'test', 'avg', 'std', 'max'
> NativeException: org.apache.hadoop.hbase.client.NoServerForRegionException:
> No server address listed in .META. for region test,,1220628716239
>        from org/apache/hadoop/hbase/client/HConnectionManager.java:536:in
> `locateRegionInMeta'
>        from org/apache/hadoop/hbase/client/HConnectionManager.java:459:in
> `locateRegion'
>        from org/apache/hadoop/hbase/client/HConnectionManager.java:419:in
> `locateRegion'
>        from org/apache/hadoop/hbase/client/HBaseAdmin.java:157:in
> `createTable'
>        from sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0'
>        from sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke'
>        from sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke'
>        from java/lang/reflect/Method.java:585:in `invoke'
>        from org/jruby/javasupport/JavaMethod.java:250:in
> `invokeWithExceptionHandling'
>        from org/jruby/javasupport/JavaMethod.java:219:in `invoke'
>        from org/jruby/javasupport/JavaClass.java:416:in `execute'
>        from
> org/jruby/internal/runtime/methods/SimpleCallbackMethod.java:67:in `call'
>        from org/jruby/internal/runtime/methods/DynamicMethod.java:78:in
> `call'
>        from org/jruby/runtime/CallSite.java:329:in `call'
>        from org/jruby/evaluator/ASTInterpreter.java:649:in `callNode'
>        from org/jruby/evaluator/ASTInterpreter.java:324:in `evalInternal'
> ... 121 levels...
>        from
> ruby.opt.hbase_minus_0_dot_2_dot_1.bin.hirbInvokermethod__23$RUBY$startOpt:-1:in
> `call'
>        from org/jruby/internal/runtime/methods/DynamicMethod.java:74:in
> `call'
>        from org/jruby/internal/runtime/methods/CompiledMethod.java:48:in
> `call'
>        from org/jruby/runtime/CallSite.java:123:in `cacheAndCall'
>        from org/jruby/runtime/CallSite.java:298:in `call'
>        from
> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:351:in
> `__file__'
>        from
> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
> `__file__'
>        from
> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
> `load'
>        from org/jruby/Ruby.java:512:in `runScript'
>        from org/jruby/Ruby.java:432:in `runNormally'
>        from org/jruby/Ruby.java:312:in `runFromMain'
>        from org/jruby/Main.java:144:in `run'
>        from org/jruby/Main.java:89:in `run'
>        from org/jruby/Main.java:80:in `main'
>        from /opt/hbase/bin/../bin/hirb.rb:228:in `create'
>        from (hbase):8:in `binding'hbase(main):008:0>
>
> And occasionally, I get this exception when trying to disable a table.
> However it was successfully disabled.
>
> hbase(main):002:0> disable 'test'
> NativeException: java.io.IOException: unable to disable table test
>        from org/apache/hadoop/hbase/client/HBaseAdmin.java:418:in
> `disableTable'
>        from org/apache/hadoop/hbase/client/HBaseAdmin.java:379:in
> `disableTable'
>        from sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0'
>        from sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke'
>        from sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke'
>        from java/lang/reflect/Method.java:585:in `invoke'
>        from org/jruby/javasupport/JavaMethod.java:250:in
> `invokeWithExceptionHandling'
>        from org/jruby/javasupport/JavaMethod.java:219:in `invoke'
>        from org/jruby/javasupport/JavaClass.java:416:in `execute'
>        from
> org/jruby/internal/runtime/methods/SimpleCallbackMethod.java:67:in `call'
>        from org/jruby/internal/runtime/methods/DynamicMethod.java:78:in
> `call'
>        from org/jruby/runtime/CallSite.java:155:in `cacheAndCall'
>        from org/jruby/runtime/CallSite.java:332:in `call'
>        from org/jruby/evaluator/ASTInterpreter.java:649:in `callNode'
>        from org/jruby/evaluator/ASTInterpreter.java:324:in `evalInternal'
>        from org/jruby/evaluator/ASTInterpreter.java:620:in `blockNode'
> ... 121 levels...
>        from
> ruby.opt.hbase_minus_0_dot_2_dot_1.bin.hirbInvokermethod__23$RUBY$startOpt:-1:in
> `call'
>        from org/jruby/internal/runtime/methods/DynamicMethod.java:74:in
> `call'
>        from org/jruby/internal/runtime/methods/CompiledMethod.java:48:in
> `call'
>        from org/jruby/runtime/CallSite.java:123:in `cacheAndCall'
>        from org/jruby/runtime/CallSite.java:298:in `call'
>        from
> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:351:in
> `__file__'
>        from
> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
> `__file__'
>        from
> ruby/opt/hbase_minus_0_dot_2_dot_1/bin//opt/hbase/bin/../bin/hirb.rb:-1:in
> `load'
>        from org/jruby/Ruby.java:512:in `runScript'
>        from org/jruby/Ruby.java:432:in `runNormally'
>        from org/jruby/Ruby.java:312:in `runFromMain'
>        from org/jruby/Main.java:144:in `run'
>        from org/jruby/Main.java:89:in `run'
>        from org/jruby/Main.java:80:in `main'
>        from /opt/hbase/bin/../bin/hirb.rb:254:in `disable'
>
>
>
>