No process ID for GUI Service daemon

31 views
Skip to first unread message

Ivan Cuevas

unread,
Aug 15, 2016, 4:14:11 PM8/15/16
to cbtool-users
Hi all,

After installing cbtool when I made the hard reset I'm getting this:

ubuntu@harness:~/osgcloud/cbtool$ ./cb --hard_reset
Cbtool version is "90e6daa"
Parsing "cloud definitions" file..... "/home/ubuntu/osgcloud/cbtool/lib/auxiliary//../..//configs/ubuntu_cloud_definitions.txt" opened and parsed successfully.
Checking "Object Store".....An Object Store of the kind "Redis" (shared) on node 10.219.107.209, TCP port 6379, database id "0" seems to be running.
Checking "Log Store".....A Log Store of the kind "rsyslog" (private) on node 10.219.107.209, UDP port 5114 seems to be running.
Checking "Metric Store".....A Metric Store of the kind "MongoDB" (shared) on node 10.219.107.209, TCP port 27017, database id "metrics" seems to be running.
Checking "File Store".....A File Store of the kind "rsync" (private) on node 10.219.107.209, TCP port 873 seems to be running.
Executing "hard" reset: (killing all running toolkit processes and flushing stores) before starting the experiment......
Killing all processes... done
Flushing Object Store... done
Flushing Log Store... done

Flushing Metric Store... done
Checking for a running API service daemon.....API Service daemon was successfully started. The process id is ['5302'] (http://10.219.107.209:7070).
Checking for a running GUI service daemon.....GUI Service daemon was successfully started. The process id is [], listening on port 8080. Full url is "http://10.219.107.209:8080".
 status: OpenStack connection parameters: username=admin, password=<omitted>, tenant=admin, cacert=None, insecure=False, region_name=RegionOne, access_url=http://172.24.243.182:5000/v2.0/, endpoint_type=publicURL

 OpenStack status: Checking if the ssh key pair "ubuntu_default_cbtool_rsa" is created on VMC RegionOne.... done
 OpenStack status: Checking if the security group "default" is created on VMC RegionOne.... done

 OpenStack status: Checking if the floating pool " " can be found on VMC RegionOne... status: ERROR! Please make sure that the floating IP pool  " can be found VMC RegionOne
 OpenStack status: Checking if the network "public" can be found on VMC RegionOne... done. This flat network will be used as the default for provisioning.
 OpenStack status: Checking if the imageids associated to each "VM role" are registered on VMC RegionOne.... done
 status: WARNING Image id for VM roles "mongos,redis,mongo_cfg_server,mongodb": "cb_ycsb" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "nuttcpclient,nuttcpserver": "cb_nuttcp" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "xpingsender,xpingreceiver": "cb_xping" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "driver_tradelite,client_tradelite": "cb_tradelite" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "specjbb": "cb_specjbb" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "filebench,driver_filebench": "cb_filebench" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "linpack": "cb_linpack" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "gatest_master,gatest_slave": "cb_nullworkload" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "ddgen": "cb_ddgen" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "lb,db2,geronimo,mysql,driver_daytrader,client_daytrader,was": "cb_daytrader" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "coremark,driver_coremark": "cb_coremark" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "iperfserver,iperfclient": "cb_iperf" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "cn_hpc,fen_hpc": "cb_hpcc" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "netserver,netclient": "cb_netperf" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "windows,client_windows": "cb_windows" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "giraphmaster,giraphslave": "cb_giraph" is NOT registered (attaching VMs with any of these roles will result in error).
         WARNING Image id for VM roles "fio,driver_fio": "cb_fio" is NOT registered (attaching VMs with any of these roles will result in error)
 status: VMC "RegionOne" was successfully tested.

The "osk" cloud named "MYOPENSTACK" was successfully attached to this experiment.
The experiment identifier is EXP-08-15-2016-10-49-05-PM-UTC

 status: Removing all VMs previously created on VMC "RegionOne" (only VM names starting with "cb-ubuntu-MYOPENSTACK").....
 status: Removing all VVs previously created on VMC "RegionOne" (only VV names starting with "cb-ubuntu-MYOPENSTACK").....
 status: The host list for VMC "RegionOne" is empty ("discover_hosts" was set to "false"). Skipping Host OS performance monitor daemon startup
 status: Attribute "collect_from_host" was set to "false". Skipping Host OS performance monitor daemon startup
All VMCs successfully attached to this experiment.
(MYOPENSTACK)

It says that my cloud was successfully attached, but I'm not able to enter to my GUI because the GUI Service daemon has no process ID.

Any clue in what I'm doing wrong?

Thank you in advance

Michael R. Hines

unread,
Aug 15, 2016, 4:30:12 PM8/15/16
to Ivan Cuevas, cbtool-users, cloudiaas2016support
Are you using SPEC Cloud?

I fixed this in master last month, but a minor release to SPEC Cloud has not yet been released.

I can send you a patch, if you like, against your existing version, if you send me the output of:

$ git status; git log --stat | head -1

Preferences?

/*
 * Michael R. Hines
 * Platform Engineer, DigitalOcean.
 */

Ivan Cuevas

unread,
Aug 16, 2016, 2:14:43 PM8/16/16
to cbtool-users, ivan...@gmail.com, cloudiaas2...@spec.org
I was missing some pip packages:
mod_wsgi and constantly

So just installed them and now I have the GUI

Thank you Michael

Michael R. Hines

unread,
Aug 16, 2016, 2:37:11 PM8/16/16
to Ivan Cuevas, cbtool-users, cloudiaas2...@spec.org
Were these not pulled in with ./configure? Do we need to add them?

/*
 * Michael R. Hines
 * Platform Engineer, DigitalOcean.
 */

Ivan Cuevas

unread,
Aug 17, 2016, 10:37:57 AM8/17/16
to cbtool-users, ivan...@gmail.com, cloudiaas2...@spec.org
I can see that ./configure has python-twisted, which is the wsgi package needed, but is missing the constantly package. Will be a good idea to add it.

Thanks,
Ivan

Michael R. Hines

unread,
Aug 17, 2016, 1:26:05 PM8/17/16
to Ivan Cuevas, cbtool-users, cloudiaas2...@spec.org
May we ask what linux distribution you're using?

/*
 * Michael R. Hines
 * Platform Engineer, DigitalOcean.
 */

Ivan Cuevas

unread,
Aug 17, 2016, 3:58:14 PM8/17/16
to cbtool-users, ivan...@gmail.com, cloudiaas2...@spec.org
Ubuntu Server 14.04 LTS
Reply all
Reply to author
Forward
0 new messages