Hi all,
I am at a total loss of how to get an instance of CMDbuild up and running. I have installed on Ubuntu 16.04 Server.
I can browse to the Web UI and can see fields for Username and Password but I cannot log in at all.
I did not go through a configuration screen. I ran the .war file from Tomcat and then got this login page.
I suspected that maybe there is no database so I ran command "sudo bash webapps/cmdbuild/cmdbuild.sh dbconfig create demo -configfile /var/lib/tomcat7/conf/database.conf", with the defaults in the config file.
Where or where am I going wrong?
Please help - I have browsed every website I can to find an answer, but the documentation is not very helpful.
Thanks,
Previously Jason wrote:
Hi all,
I am at a total loss of how to get an instance of CMDbuild up and running. I have installed on Ubuntu 16.04 Server.
I can browse to the Web UI and can see fields for Username and Password but I cannot log in at all.
I did not go through a configuration screen. I ran the .war file from Tomcat and then got this login page.
I suspected that maybe there is no database so I ran command "sudo bash webapps/cmdbuild/cmdbuild.sh dbconfig create demo -configfile /var/lib/tomcat7/conf/database.conf", with the defaults in the config file.
Where or where am I going wrong?
Please help - I have browsed every website I can to find an answer, but the documentation is not very helpful.
Thanks,
Hi, first of all have you tried logging in with user/password: admin?
Make sure you have installed a supported version of Postgres.
When you performed the dbconfig did you shut down CMDBuild first?
Are you sure that the configuration files point at your postgres database on the correct port?
After performing the dbconfig make sure that the database is succesfully restored and check if every table is correctly popolated.
CMDBuild Team