1
0
-1

I am trying to run aai project. I followed "robot_vm demo.sh failing with ssl error" and added the  localhost entry to run zookeeper. Now at this path "tailf /opt/hbase-1.2.3/log/hbase--1-regionserver-localhost.log" I can see this exception.

group-cache-0] security.ShellBasedUnixGroupsMapping: got exception trying to get groups for user aaiadmin 
ExitCodeException exitCode=1: id: aaiadmin: no such user 

       at org.apache.hadoop.util.Shell.runCommand(Shell.java:538) 
       at org.apache.hadoop.util.Shell.run(Shell.java:455) 
       at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:702) 
       at org.apache.hadoop.util.Shell.execCommand(Shell.java:791) 
       at org.apache.hadoop.util.Shell.execCommand(Shell.java:774) 
       at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84) 
       at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52) 
       at org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:50) 
       at org.apache.hadoop.security.Groups.getGroups(Groups.java:139) 
       at org.apache.hadoop.hbase.security.UserProvider$1.getGroupStrings(UserProvider.java:93) 
       at org.apache.hadoop.hbase.security.UserProvider$1.access$000(UserProvider.java:81) 
       at org.apache.hadoop.hbase.security.UserProvider$1$1.call(UserProvider.java:108) 
       at org.apache.hadoop.hbase.security.UserProvider$1$1.call(UserProvider.java:104) 
       at java.util.concurrent.FutureTask.run(FutureTask.java:262) 
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 
       at java.util.concurrent.FutureTask.run(FutureTask.java:262) 
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) 
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) 
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
       at java.lang.Thread.run(Thread.java:745)


Moreover, I cannot see any Service Instances:

    CommentAdd your comment...

    3 answers

    1.  
      3
      2
      1

      This means that the docker container for hbase didn't startup properly.

      Can I see what output you get when you run docker logs container_name?

      1. Rizwan Qamar

        Venkata Harish Kajur I am using Vanilla Openstack

        Docker logs:

        hbase-1.2.3.log

        modal-loader-service.log

        aai_service.log


        Logs for hbase:

        hbase--zookeeper-localhost.log

        hbase--master-localhost.log

        hbase--1-regionserver-localhost.log


        Logs for aai-service "/opt/app/aai/logs/rest/*"

        error

        audit.log

        So far I am unable to run robot. Should I see something in "Subscriber Name"?

      CommentAdd your comment...
    2.  
      1
      0
      -1

      Hi Rizwan,

      From the logs, it looks like you were able to create both aai-service and hbase correctly and were able to connect to it successfully.

      The error that you are looking at is unrelated. It doesn't affect the aai application.

      If you look at the audit log that you provided me, you can see there are ResponseCode=201 which means that it was able to create the necessary resources from the robot. That seems not to be the problem.

      Everything from aai looks like its perfectly working from the logs that you provided me.


      Thanks,

      Harish


        CommentAdd your comment...
      1.  
        1
        0
        -1

        Venkata Harish Kajur does this mean the db scripts havent run?

          CommentAdd your comment...