Hallo,
I installed CMDBuild (latest version) and when starting the cmdbuild-service (http://localhost:8080/cmdbuild) the configuration screen is missing (see screenshot below).
[IMG]http://imagesup.net/?di=1137502590413[/IMG]
Anyone can imagine what the problem is?
Kind regards
Hi,
I also have the same problem, the logs say cannot find gettranslationobject (http://localhost:8080/cmdbuild/services/json/utils/gettranslationobject):
Previously Tecnoteca wrote:
Dear Lars,
unfortunately we cannot see the image that you provided. Could you provide us Tomcat and CMDBuild logs?
Best regards.
-- Davide Pavan
Previously Lars wrote:
Hallo,
I installed CMDBuild (latest version) and when starting the cmdbuild-service (http://localhost:8080/cmdbuild) the configuration screen is missing (see screenshot below).
[IMG]http://imagesup.net/?di=1137502590413[/IMG]
Anyone can imagine what the problem is?
Kind regards
Is a new installation or you have upgraded from a previous CMDBuild version ?
In the second case, have you fully cleaned the browser cache ?
CMDBuild Team
Hi this is a new installation, I am using tomcat 6, cmdbuild 2.1.4 & 2.0.4, jre 6 & postgresql 9.2.
I have tried firefox and ie.
Thanks
Simon
Previously Tecnoteca wrote:
Is a new installation or you have upgraded from a previous CMDBuild version ?
In the second case, have you fully cleaned the browser cache ?
CMDBuild Team
On wich operating system ?
CMDBuild Team
Sorry for the late answer.
I installed all the software listed in the english manual
(http://www.cmdbuild.org/file/manuali/technical-manual-in-english) up to
date.
My operating system is Windows Server 2008 R2.
My CMDBuild log says:
ERROR 2013-07-28 11:54:10 [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException:
Error
creating bean with name 'dbAuthenticator' defined in file [C:\Program
Files\apache-tomcat-6.0.37\webapps\cmdbuild-2.1.3.1\WEB-INF\classes\org\cmdbuild\auth.xml]:
Cannot resolve reference to bean 'dbDataView' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException:
Error
creating bean with name 'dbDataView' defined in file [C:\Program
Files\apache-tomcat-6.0.37\webapps\cmdbuild-2.1.3.1\WEB-INF\classes\org\cmdbuild\database.xml]:
Cannot resolve reference to bean 'dbDriver' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'dbDriver' defined in file [C:\Program
Files\apache-tomcat-6.0.37\webapps\cmdbuild-2.1.3.1\WEB-INF\classes\org\cmdbuild\database.xml]:
Cannot resolve reference to bean 'dataSource' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException:
Error
creating bean with name 'dataSourceFactory' defined in file [C:\Program
Files\apache-tomcat-6.0.37\webapps\cmdbuild-2.1.3.1\WEB-INF\classes\org\cmdbuild\database.xml]:
Instantiation of bean failed; nested exception is
java.lang.NoClassDefFoundError: org/postgresql/Driver
....
Caused
by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'dbDataView' defined in file [C:\Program
Files\apache-tomcat-6.0.37\webapps\cmdbuild-2.1.3.1\WEB-INF\classes\org\cmdbuild\database.xml]:
Cannot resolve reference to bean 'dbDriver' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'dbDriver' defined in file [C:\Program
Files\apache-tomcat-6.0.37\webapps\cmdbuild-2.1.3.1\WEB-INF\classes\org\cmdbuild\database.xml]:
Cannot resolve reference to bean 'dataSource' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'dataSourceFactory' defined in file [C:\Program
Files\apache-tomcat-6.0.37\webapps\cmdbuild-2.1.3.1\WEB-INF\classes\org\cmdbuild\database.xml]:
Instantiation of bean failed; nested exception is
java.lang.NoClassDefFoundError: org/postgresql/Driver
Any ideas?
A typical error on Windows systems is to not follow the instructions of the Technical Manual that say to be careful to use directories not containing spaces within the entire path (page 11).
Could this be your problem ?
CMDBuild Team
Thanks a lot! That solved my problem.
My CATALINA_HOME Variable was: C:\Program Files\apache-tomcat-6.0.37
now I moved it to C:\apache-tomcat-6.0.37 and it works.
Kind Regards,
Lars
Previously Tecnoteca wrote:
A typical error on Windows systems is to not follow the instructions of the Technical Manual that say to be careful to use directories not containing spaces within the entire path (page 11).
Could this be your problem ?
CMDBuild Team