Hi Andrew,
Thank you very much for your help. I tried to do as you said, although i did not understand what you meant by "console" : conserver console? then why use tee? anyway It seems I have a problem with log4j - or is it normal? the log4j properties file is in conf directory (I checked)

   log4j:WARN No appenders could be found for logger
   (org.apache.hadoop.conf.Configuration).
   log4j:WARN Please initialize the log4j system properly.

I still send you the log file because there seems to be something else: " scan '.META.' " throws exception saying '.META.' is not a valid table name: I had copy-pasted the line from hbase help.

Disabling/enabling the page-repository causes the same exceptions as the get request

Thanks again,
Nickolai





Andrew Purtell wrote:
Hi Nickolai,

Thanks for the logs.

Could you try the following, please?
  $ HBASE_ROOT_LOGGER=DEBUG,console hbase shell 2>&1 | tee client.log
  hbase(main):001:0> scan 'page-repository', ['notthere:']
and then compress and send the resulting file 'client.log'?
Thanks!

Then, please try:

  $ hbase shell
  hbase(main):001:0> disable 'page-repository'
  hbase(main):002:0> enable 'page-repository'

and let me know if this resolves the problem for you.

Hope this helps,

   - Andy


--- On Tue, 8/5/08, Nickolai Toupikov <[EMAIL PROTECTED]> wrote:

From: Nickolai Toupikov <[EMAIL PROTECTED]>
Subject: Re: Issue with NotServingRegionException
To: [email protected]
Date: Tuesday, August 5, 2008, 8:09 AM
Hi Andrew,
I did as you said, restarted  the server and then asked it
to get record 'http://sws.geonames.org/1326410/' from table
'page-repository'.The reply in the shell was similiar to the
one i mentioned in the first email.
I attach the logs for the operation.
I will compile the unexpected shutdown logs and send them
ASAP.

Thanks alot for your help,
Nickolai




Reply via email to