I've downloaded the projectforge-master from the git site.
I tried to run with "Running with GUI launcher" but it fails.
I haven't tried command line.
Reference: https://www.projectforge.org/pf-en/Installation_guide
2016-10-11T16:53:34:201ErrorGNM.SystemServer start failed: Error creating bean with name 'loginService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.projectforge.business.user.service.UserService org.projectforge.web.LoginService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.projectforge.business.configuration.ConfigurationService org.projectforge.business.user.service.UserServiceImpl.configurationService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.lang.String org.projectforge.business.configuration.ConfigurationServiceImpl.teamCalCryptPassword; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'pf.config.security.teamCalCryptPassword' in string value "${pf.config.security.teamCalCryptPassword}"
When I follow the directions for eclipse (with which I'm' relatively experienced) I get this error:
Error: Could not find or load main class org.projectforge.start.ProjectForgeApplication
So then I try the Run As/Maven Build... clean install -DskipTests=true
"[ERROR] Failed to execute goal on project projectforge-application: Could not resolve dependencies for project org.projectforge:projectforge-application:jar:6.3.0: Failed to collect dependencies at org.projectforge:projectforge-wicket:jar:6.3.0: Failed to read artifact descriptor for org.projectforge:projectforge-wicket:jar:6.3.0: Could not transfer artifact org.projectforge:projectforge-wicket:pom:6.3.0 from/to de.micromata.nexus.public (https://repo.micromata.de/nexus/content/groups/public): Access denied to https://repo.micromata.de/nexus/content/groups/public/org/projectforge/projectforge-wicket/6.3.0/projectforge-wicket-6.3.0.pom. Error code 403, Forbidden -> [Help 1]"
Please provide directions on making this wonderful project a reality.
I have other maven projects with Spring that can run on my setup, so I don't see why this shouldn't run.
I can donate as well.
GDWitt@gmail.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
there is a problem with the launcher in version 6.3.0. We are currently working on a fix and will release a new version in a few days. In the meantime, if you just want to run ProjectForge, please download projectforge-application-6.3.0.zip from sourceforge and follow the descriptions "Running as command line server" from the Installation guide.
Furthermore we will analyse the problem with maven and nexus.
Best regards,
Christian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've downloaded the projectforge-master from the git site.
I tried to run with "Running with GUI launcher" but it fails.
I haven't tried command line.
Reference: https://www.projectforge.org/pf-en/Installation_guide
2016-10-11T16:53:34:201ErrorGNM.SystemServer start failed: Error creating bean with name 'loginService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.projectforge.business.user.service.UserService org.projectforge.web.LoginService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.projectforge.business.configuration.ConfigurationService org.projectforge.business.user.service.UserServiceImpl.configurationService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.lang.String org.projectforge.business.configuration.ConfigurationServiceImpl.teamCalCryptPassword; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'pf.config.security.teamCalCryptPassword' in string value "${pf.config.security.teamCalCryptPassword}"
When I follow the directions for eclipse (with which I'm' relatively experienced) I get this error:
Error: Could not find or load main class org.projectforge.start.ProjectForgeApplication
So then I try the Run As/Maven Build... clean install -DskipTests=true
"[ERROR] Failed to execute goal on project projectforge-application: Could not resolve dependencies for project org.projectforge:projectforge-application:jar:6.3.0: Failed to collect dependencies at org.projectforge:projectforge-wicket:jar:6.3.0: Failed to read artifact descriptor for org.projectforge:projectforge-wicket:jar:6.3.0: Could not transfer artifact org.projectforge:projectforge-wicket:pom:6.3.0 from/to de.micromata.nexus.public (https://repo.micromata.de/nexus/content/groups/public): Access denied to https://repo.micromata.de/nexus/content/groups/public/org/projectforge/projectforge-wicket/6.3.0/projectforge-wicket-6.3.0.pom. Error code 403, Forbidden -> [Help 1]"
Source of direction:
https://github.com/micromata/projectforge#quickstart-with-launcher.
Please provide directions on making this wonderful project a reality.
I have other maven projects with Spring that can run on my setup, so I don't see why this shouldn't run.
I can donate as well.
GDWitt@gmail.com
Hi GDWitt,
there is a problem with the launcher in version 6.3.0. We are currently working on a fix and will release a new version in a few days. In the meantime, if you just want to run ProjectForge, please download projectforge-application-6.3.0.zip from sourceforge and follow the descriptions "Running as command line server" from the Installation guide.
Furthermore we will analyse the problem with maven and nexus.
Best regards,
Christian
Hi GDWitt,
we just released ProjectForge 6.4.1 which fixes the bug with the launcher. Feel free to try the new version.
Best regards,
Christian