Untitled

 avatar
unknown
batchfile
a year ago
4.4 kB
11
Indexable

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.2)

2024-02-02T18:34:39.119+02:00  INFO 6262 --- [  restartedMain] lt.brilingas.tieto.TietoApplication      : Starting TietoApplication using Java 17.0.8 with PID 6262 (/media/lauris/NVME/tieto/target/classes started by lauris in /media/lauris/NVME/tieto)
2024-02-02T18:34:39.121+02:00  INFO 6262 --- [  restartedMain] lt.brilingas.tieto.TietoApplication      : No active profile set, falling back to 1 default profile: "default"
2024-02-02T18:34:39.147+02:00  INFO 6262 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2024-02-02T18:34:39.147+02:00  INFO 6262 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2024-02-02T18:34:39.663+02:00  WARN 6262 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [annotationActionEndpointMapping] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-02-02T18:34:39.697+02:00  INFO 6262 --- [  restartedMain] .w.s.a.s.AnnotationActionEndpointMapping : Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
2024-02-02T18:34:39.836+02:00  INFO 6262 --- [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)
2024-02-02T18:34:39.841+02:00  INFO 6262 --- [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2024-02-02T18:34:39.842+02:00  INFO 6262 --- [  restartedMain] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.18]
2024-02-02T18:34:39.864+02:00  INFO 6262 --- [  restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2024-02-02T18:34:39.864+02:00  INFO 6262 --- [  restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 717 ms
2024-02-02T18:34:39.905+02:00  WARN 6262 --- [  restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mainController' defined in file [/media/lauris/NVME/tieto/target/classes/lt/brilingas/tieto/controller/MainController.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'itemService' defined in file [/media/lauris/NVME/tieto/target/classes/lt/brilingas/tieto/service/ItemService.class]: Unsatisfied dependency expressed through constructor parameter 0: No qualifying bean of type 'lt.brilingas.tieto.repository.ItemRepository' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
2024-02-02T18:34:39.907+02:00  INFO 6262 --- [  restartedMain] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2024-02-02T18:34:39.921+02:00  INFO 6262 --- [  restartedMain] .s.b.a.l.ConditionEvaluationReportLogger : 

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-02-02T18:34:39.942+02:00 ERROR 6262 --- [  restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 0 of constructor in lt.brilingas.tieto.service.ItemService required a bean of type 'lt.brilingas.tieto.repository.ItemRepository' that could not be found.


Action:

Consider defining a bean of type 'lt.brilingas.tieto.repository.ItemRepository' in your configuration.


Process finished with exit code 0
Editor is loading...
Leave a Comment