Make sure you have HADOOP_HOME set up properly in your cloudbase-env.sh. Run cloudbase.sh classpath and verify that $HADOOP_HOME/conf is in that list. Additionally, if your clients are using HDFSZooInstance (which is now deprecated but may not be in your version), then that directory needs to be on the classpath. If you're using ZooKeeperInstance, make sure everything in /accumulo in ZK is correct.
John On Tue, Nov 6, 2012 at 12:37 PM, Ott, Charles H. <[email protected]>wrote: > Having error ive been troubleshooting for two days.**** > > * * > > *[root@ssdev bin]#* cbshell**** > > 06 17:32:17,060 [shell.Shell] ERROR: java.lang.RuntimeException: Cloudbase > not initialized, there is no instance id at /cloudbase/instance_id**** > > ** ** > > *[root@ssdev bin]#* hadoop fs -ls /cloudbase/instance_id**** > > Found 1 items**** > > -rw-r--r-- 1 root supergroup 0 2012-10-18 15:02 > /cloudbase/instance_id/5babeb37-b5aa-4619-a050-9c31b3288525**** > > ** ** > > ** ** > > I don’t understand why it is saying there is no instance id… Hadoop fsck > reports / is healthy and I can see the instance_id.**** > > ** ** > > I did $CLOUDBASE_HOME/bin/stop-here.sh followed by start-here.sh**** > > Everything stopped/started okay, but still getting the same error. > Clients cannot connect via Java API either.**** >
