i have installed cmdbuild 2.4.1 on Ubuntu 14.04 LTS and it works fine i can login to data and admin module but when i install cmdbuild ready2use test
after restoring database when i enter the data management module i get the following message
and error has occurred
here are the steps i followed and commands used
shut down tomcat : sudo /opt/tomcat/apache-tomcat-8.0.33/bin/shutdown.sh
delete the cmdbuild database : sudo -u postgres dropdb cmdbuild (cmdbuild is the database i created via GUI interface for cmdbuild 2.4.1 instillation)
create a new empty database via postgres : sudo -u postgres createdb cmdbuild
start the setup script from the directory : sudo ./bin/setup.sh
host: localhost
port: 5432
username: postgres
password required : true
password : postgres super user password
database : cmdbuild
webapp directory : /opt/tomcat/apache-tomcat-8.0.33/webapps/cmdbuild/
password : postgres super user password
at the end i get the following warning : WARNING: errors ignored on restore: 4823
start tomcat
after i enter cmdbuild via admin user i see a page showing available patches and when i hit apply it says and error has occurred
details in the link below
http://pastebin.com/h1efFtHg
also when i enter the app on the data management module it shows nothing and following error shows up
error details : http://pastebin.com/QY8UANJP
thank you
Dear moosa,
this
WARNING: errors ignored on restore: 4823
is very strange. Which database did you restore and how did you restore it?
This error
Error: java.lang.ClassCastException: org.postgresql.jdbc4.Jdbc4Array cannot be cast to org.postgresql.jdbc.PgArray
means that you are using a wrong PostgreSQL JDBC driver.
Best regards.
-- CMDBuild Team
Previously moosa wrote:
i have installed cmdbuild 2.4.1 on Ubuntu 14.04 LTS and it works fine i can login to data and admin module but when i install cmdbuild ready2use test
after restoring database when i enter the data management module i get the following message
and error has occurred
here are the steps i followed and commands used
shut down tomcat : sudo /opt/tomcat/apache-tomcat-8.0.33/bin/shutdown.sh
delete the cmdbuild database : sudo -u postgres dropdb cmdbuild (cmdbuild is the database i created via GUI interface for cmdbuild 2.4.1 instillation)
create a new empty database via postgres : sudo -u postgres createdb cmdbuild
start the setup script from the directory : sudo ./bin/setup.sh
host: localhost
port: 5432
username: postgres
password required : true
password : postgres super user password
database : cmdbuild
webapp directory : /opt/tomcat/apache-tomcat-8.0.33/webapps/cmdbuild/
password : postgres super user password
at the end i get the following warning : WARNING: errors ignored on restore: 4823
start tomcat
after i enter cmdbuild via admin user i see a page showing available patches and when i hit apply it says and error has occurred
details in the link below
http://pastebin.com/h1efFtHg
also when i enter the app on the data management module it shows nothing and following error shows up
error details : http://pastebin.com/QY8UANJP
thank you
Hello Moosa,
Requesting you to please share the step by step process to install cmdbuild on windows.
[sreekumar.mp@neymagicsolutions.com]
thanks in advance.
Previously moosa wrote:
i have installed cmdbuild 2.4.1 on Ubuntu 14.04 LTS and it works fine i can login to data and admin module but when i install cmdbuild ready2use test
after restoring database when i enter the data management module i get the following message
and error has occurred
here are the steps i followed and commands used
shut down tomcat : sudo /opt/tomcat/apache-tomcat-8.0.33/bin/shutdown.sh
delete the cmdbuild database : sudo -u postgres dropdb cmdbuild (cmdbuild is the database i created via GUI interface for cmdbuild 2.4.1 instillation)
create a new empty database via postgres : sudo -u postgres createdb cmdbuild
start the setup script from the directory : sudo ./bin/setup.sh
host: localhost
port: 5432
username: postgres
password required : true
password : postgres super user password
database : cmdbuild
webapp directory : /opt/tomcat/apache-tomcat-8.0.33/webapps/cmdbuild/
password : postgres super user password
at the end i get the following warning : WARNING: errors ignored on restore: 4823
start tomcat
after i enter cmdbuild via admin user i see a page showing available patches and when i hit apply it says and error has occurred
details in the link below
http://pastebin.com/h1efFtHg
also when i enter the app on the data management module it shows nothing and following error shows up
error details : http://pastebin.com/QY8UANJP
thank you
You can first install CMDBuild following his
Technical Manual (
http://www.cmdbuild.org/en/documentazione/manuali/technical-manual ),
and then move to CMDBuild Ready2Use using the README file that you find
in the release.
As written in the manual, be careful to install Tomcat in a path without spaces.
CMDBuild Team