

about Integrate cpbm 1.4.5 and cpman 3.0.6
Hi Robin,
The time difference you see in the log file and the OS could be because the CPBM Server by default runs on GMT and your OS is running on CST.
I am seeing some database errors also in the log file. Can you please drop and recreate the "cloud_reports" database as shown below and restart the CPBM server
_To drop and recreate reports database_
Login to CPBM MYSQL database
mysql > drop database cloud_reports;
mysql > create database cloud_reports;
_To restart CPBM server_
$ service cloud-portal restart
Once CPBM is successfully restarted then please check the following :
# Try to connect to CPBM server directly bypassing the apache proxy, "http://192.168.9.157:8080/portal/portal/". If you see the CPBM login page then it confirms that CPBM server is up and running. Else send the latest CPBM logs (catalina.out) .
# If above works then try to connect to CPBM server via proxy, "http://192.168.9.157/portal/portal/". If you see login page then it confirms that apache proxy is configured correctly. Else follow the steps to setup proxy server at: http://support.citrix.com/proddocs/topic/cloudportalbusiness-14/ccpb-install.html .
Thanks,
Manish