Hi,
I downloaded ProjectForge-launcher_6.12.0-RELEASE and run projectforge-launcher-6.12.0.jar under Win7 64 bits with Java 8 32 bits. When I click Start Server, below error message appeared:
2017-06-17T23:19:42:689ErrorGNM.SystemServer start failed: Error creating bean with name 'EEDHelper': Unsatisfied dependency expressed through field 'employeeDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'employeeDao': Unsatisfied dependency expressed through field 'accessChecker'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessCheckerImpl': Unsatisfied dependency expressed through field 'userRights'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userRightServiceImpl': Unsatisfied dependency expressed through field 'tenantChecker'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantChecker': Unsatisfied dependency expressed through field 'tenantService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantServiceImpl': Unsatisfied dependency expressed through field 'tenantDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantDao': Unsatisfied dependency expressed through field 'initDatabaseDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'initDatabaseDao': Unsatisfied dependency expressed through field 'hibernateSearchReindexer'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'hibernateSearchReindexer': Unsatisfied dependency expressed through field 'sendMail'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sendMail': Unsatisfied dependency expressed through field 'configurationService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationServiceImpl': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'projectforge.max-file-size.image' in value "${projectforge.max-file-size.image}"
thank you for this information. The next version of ProjectForge, which will be released in the next days, will fix this issue. In the meantime, you can add the following lines to the projectforge.properties file, which also fixues this problem.
Hi,
I downloaded ProjectForge-launcher_6.12.0-RELEASE and run projectforge-launcher-6.12.0.jar under Win7 64 bits with Java 8 32 bits. When I click Start Server, below error message appeared:
2017-06-17T23:19:42:689ErrorGNM.SystemServer start failed: Error creating bean with name 'EEDHelper': Unsatisfied dependency expressed through field 'employeeDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'employeeDao': Unsatisfied dependency expressed through field 'accessChecker'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessCheckerImpl': Unsatisfied dependency expressed through field 'userRights'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userRightServiceImpl': Unsatisfied dependency expressed through field 'tenantChecker'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantChecker': Unsatisfied dependency expressed through field 'tenantService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantServiceImpl': Unsatisfied dependency expressed through field 'tenantDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantDao': Unsatisfied dependency expressed through field 'initDatabaseDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'initDatabaseDao': Unsatisfied dependency expressed through field 'hibernateSearchReindexer'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'hibernateSearchReindexer': Unsatisfied dependency expressed through field 'sendMail'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sendMail': Unsatisfied dependency expressed through field 'configurationService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationServiceImpl': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'projectforge.max-file-size.image' in value "${projectforge.max-file-size.image}"
image: http://imgur.com/PSXBCAw
I tried set Configuration-JDBC, JDBC Driver=Embedded File, and seems is pending connection. The message is:
Info: Created DB Connection...
image: http://imgur.com/5zjsvUm
Please help. Many thanks.
B.R.
Jimmy CH
Last edit: Jimmy CH 2017-06-17
Hi Jimmy CH,
thank you for this information. The next version of ProjectForge, which will be released in the next days, will fix this issue. In the meantime, you can add the following lines to the projectforge.properties file, which also fixues this problem.
Best Regards,
Christian
Hi Christian,
It works now! Thank you very much.
B.R.
Jimmy CH