Take a look at the tserver logs under accumulo/logs/tserver...out There is probably an exception being thrown right after startup.
You can confirm zookeeper is ok by running: echo ruok | nc localhost 2181 the output should be "imok" Frans On Thu, Mar 12, 2015 at 10:53 AM, Madabhattula Rajesh Kumar < [email protected]> wrote: > Hi Team, > > I'm not able to login into the accumlo shell. It is giving " There are no > tablet servers: check that zookeeper and accumulo are running". Could you > please help me how to resolve this issue. > > *rajesh@rajesh-VirtualBox:~/accumulo-1.6.2$ ./bin/start-all.sh * > Starting monitor on localhost > WARN : Max open files on localhost is 1024, recommend 32768 > Starting tablet servers .... done > Starting tablet server on localhost > WARN : Max open files on localhost is 1024, recommend 32768 > OpenJDK 64-Bit Server VM warning: You have loaded library > /home/rajesh/hadoop-2.2.0/lib/native/libhadoop.so.1.0.0 which might have > disabled stack guard. The VM will try to fix the stack guard now. > It's highly recommended that you fix the library with 'execstack -c > <libfile>', or link it with '-z noexecstack'. > 2015-03-12 18:30:31,722 [util.NativeCodeLoader] WARN : Unable to load > native-hadoop library for your platform... using builtin-java classes where > applicable > 2015-03-12 18:30:35,779 [fs.VolumeManagerImpl] WARN : > dfs.datanode.synconclose set to false in hdfs-site.xml: data loss is > possible on hard system reset or power loss > 2015-03-12 18:30:35,791 [server.Accumulo] INFO : Attempting to talk to > zookeeper > 2015-03-12 18:30:36,036 [server.Accumulo] INFO : ZooKeeper connected and > initialized, attempting to talk to HDFS > 2015-03-12 18:30:36,328 [server.Accumulo] INFO : Connected to HDFS > Starting master on localhost > WARN : Max open files on localhost is 1024, recommend 32768 > Starting garbage collector on localhost > WARN : Max open files on localhost is 1024, recommend 32768 > Starting tracer on localhost > WARN : Max open files on localhost is 1024, recommend 32768 > *rajesh@rajesh-VirtualBox:~/accumulo-1.6.2$ ./bin/accumulo shell -u root* > OpenJDK 64-Bit Server VM warning: You have loaded library > /home/rajesh/hadoop-2.2.0/lib/native/libhadoop.so.1.0.0 which might have > disabled stack guard. The VM will try to fix the stack guard now. > It's highly recommended that you fix the library with 'execstack -c > <libfile>', or link it with '-z noexecstack'. > 2015-03-12 18:32:43,567 [util.NativeCodeLoader] WARN : Unable to load > native-hadoop library for your platform... using builtin-java classes where > applicable > Password: ****** > 2015-03-12 18:32:52,533 [impl.ServerClient] WARN : There are no tablet > servers: check that zookeeper and accumulo are running. > > Regards, > Rajesh > -- Ph: 617.306.8083
