You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while running the #OpenCBS-Cloud backend. The application builds successfully in IntelliJ IDEA; however, when I attempt to run it, I get the following error [ost-startStop-1] o.s.b.c.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'webSecurityConfiguration': Unsatisfied dependency expressed through method 'setContentNegotationStrategy' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': Unsatisfied dependency expressed through method 'setConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'webMvcConfig' defined in file [E:\javaSE\CoreBanking\OpenCBS-Cloud\server\opencbs-core\target\classes\com\opencbs\core\configs\WebMvcConfig.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userSessionHandler' defined in file [E:\javaSE\CoreBanking\OpenCBS-Cloud\server\opencbs-core\target\classes\com\opencbs\core\configs\UserSessionHandler.class]:[ost-startStop-1] o.s.b.c.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'webSecurityConfiguration': Unsatisfied dependency expressed through method 'setContentNegotationStrategy' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': Unsatisfied dependency expressed through method 'setConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'webMvcConfig' defined in file [E:\javaSE\CoreBanking\OpenCBS-Cloud\server\opencbs-core\target\classes\com\opencbs\core\configs\WebMvcConfig.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userSessionHandler' defined in file [E:\javaSE\CoreBanking\OpenCBS-Cloud\server\opencbs-core\target\classes\com\opencbs\core\configs\UserSessionHandler.class]:
Upon investigation, I noticed that the application.properties file appears to be missing from the project. This file is typically crucial for providing configuration values like database connections, security settings, and other properties required for the application to function correctly.
The text was updated successfully, but these errors were encountered:
I encountered an issue while running the #OpenCBS-Cloud backend. The application builds successfully in IntelliJ IDEA; however, when I attempt to run it, I get the following error
[ost-startStop-1] o.s.b.c.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'webSecurityConfiguration': Unsatisfied dependency expressed through method 'setContentNegotationStrategy' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': Unsatisfied dependency expressed through method 'setConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'webMvcConfig' defined in file [E:\javaSE\CoreBanking\OpenCBS-Cloud\server\opencbs-core\target\classes\com\opencbs\core\configs\WebMvcConfig.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userSessionHandler' defined in file [E:\javaSE\CoreBanking\OpenCBS-Cloud\server\opencbs-core\target\classes\com\opencbs\core\configs\UserSessionHandler.class]:[ost-startStop-1] o.s.b.c.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'webSecurityConfiguration': Unsatisfied dependency expressed through method 'setContentNegotationStrategy' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': Unsatisfied dependency expressed through method 'setConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'webMvcConfig' defined in file [E:\javaSE\CoreBanking\OpenCBS-Cloud\server\opencbs-core\target\classes\com\opencbs\core\configs\WebMvcConfig.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userSessionHandler' defined in file [E:\javaSE\CoreBanking\OpenCBS-Cloud\server\opencbs-core\target\classes\com\opencbs\core\configs\UserSessionHandler.class]:
Upon investigation, I noticed that the application.properties file appears to be missing from the project. This file is typically crucial for providing configuration values like database connections, security settings, and other properties required for the application to function correctly.
The text was updated successfully, but these errors were encountered: