Skip to Content.
Sympa Menu

comanage-users - [comanage-users] install help

Subject: COmanage Users List

List archive

[comanage-users] install help


Chronological Thread 
  • From: Kevin Foote <>
  • To: "" <>
  • Subject: [comanage-users] install help
  • Date: Thu, 13 Oct 2016 19:06:50 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:7T5+JBRKs7T/1PPghJAewqKdkNpsv+yvbD5Q0YIujvd0So/mwa64ZBKN2/xhgRfzUJnB7Loc0qyN7PCmBDdLuMvJmUtBWaIPfidNsd8RkQ0kDZzNImzAB9muURYHGt9fXkRu5XCxPBsdMs//Y1rPvi/6tmZKSV2sfTZyc67+HYvbic242qWv4JDJeC1Jgiawe7V/ME/woAnM/IFCioxnI6A4xRaMv2BFYf9+xGV0KEiVkgqmoMq84cgw3T5XvqcC+tBBV+3UeKMkQPQMDzk4MmZz6srsqRTrRgyL4WEVXmJQnxZVVVuWpCrmV4v853Op/tF23zOXaJX7
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Hello list,

I'm attempting a first install of comanage on a vbox image and am running
into an error when trying to run the setup script.


My guest is RHEL7, php5.4, mysql-community,

[root@localhost app]# rpm -qa | grep php
php-pdo-5.4.16-36.3.el7_2.x86_64
php-intl-5.4.16-36.3.el7_2.x86_64
php-mbstring-5.4.16-36.3.el7_2.x86_64
php-5.4.16-36.3.el7_2.x86_64
php-process-5.4.16-36.3.el7_2.x86_64
php-pear-1.9.4-21.el7.noarch
php-common-5.4.16-36.3.el7_2.x86_64
php-cli-5.4.16-36.3.el7_2.x86_64
php-gd-5.4.16-36.3.el7_2.x86_64
php-xml-5.4.16-36.3.el7_2.x86_64
php-mysql-5.4.16-36.3.el7_2.x86_64

Here is the error when I run "./Console/cake setup” script

Enable organizational identity pooling? (Yes/No)
[No] > no
- Creating users view
Error: Table cm_identifiers for model Identifier was not found in datasource
default.
#0 /srv/comanage/comanage-registry-1.0.5/lib/Cake/Model/Model.php(3653):
Model->setSource('identifiers')
#1 /srv/comanage/comanage-registry-1.0.5/lib/Cake/Model/Model.php(3455):
Model->getDataSource()
#2
/srv/comanage/comanage-registry-1.0.5/app/Console/Command/SetupShell.php(138):
Model->query('CREATE VIEW cm_...')
#3 /srv/comanage/comanage-registry-1.0.5/lib/Cake/Console/Shell.php(447):
SetupShell->main()
#4
/srv/comanage/comanage-registry-1.0.5/lib/Cake/Console/ShellDispatcher.php(212):
Shell->runCommand(NULL, Array)
#5
/srv/comanage/comanage-registry-1.0.5/lib/Cake/Console/ShellDispatcher.php(66):
ShellDispatcher->dispatch()
#6 /srv/comanage/comanage-registry-1.0.5/app/Console/cake.php(41):
ShellDispatcher::run(Array)
#7 {main}

It looks like it is not installing the registry database.
I have verified that php can in fact connect to the db defined in my
database.php file.

Any pointers appreciated.
Any install logs that would indicated more info?


--------
thanks
kevin.foote




Archive powered by MHonArc 2.6.19.

Top of Page