Мой проект @springboot занимает много времени, чтобы запустить в режиме отладки. Когда я сделаю паузу, это текущая строка, которая выполняет. Это в Object.java < /p>
public final native void wait(long timeout) throws InterruptedException;
< /code>
Это журналы < /p>
Connected to the target VM, address: '127.0.0.1:52254', transport: 'socket'
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.5.8)
2025-04-19 11:15:47.054 INFO 4172 --- [ restartedMain] c.t.TurnkeyGisApisApplication : Starting TurnkeyGisApisApplication using Java 1.8.0_202 on Emmanuel with PID 4172 (D:\Turnkey\turnquest-api-bus\turnkey-APIs\target\classes started by Emmanuel Mutua in D:\Turnkey\turnquest-api-bus)
2025-04-19 11:15:47.090 DEBUG 4172 --- [ restartedMain] c.t.TurnkeyGisApisApplication : Running with Spring Boot v2.5.8, Spring v5.3.14
2025-04-19 11:15:47.094 INFO 4172 --- [ restartedMain] c.t.TurnkeyGisApisApplication : The following profiles are active: common,monitoring,geminia
2025-04-19 11:15:47.344 INFO 4172 --- [ restartedMain] o.s.b.d.r.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Emmanuel Mutua\.m2\repository\com\oracle\database\security\oraclepki\21.1.0.0\oraclepki-21.1.0.0.jar referenced one or more files that do not exist: file:/C:/Users/Emmanuel%20Mutua/.m2/repository/com/oracle/database/security/oraclepki/21.1.0.0/osdt_core.jar,file:/C:/Users/Emmanuel%20Mutua/.m2/repository/com/oracle/database/security/oraclepki/21.1.0.0/osdt_cert.jar,file:/C:/Users/Emmanuel%20Mutua/.m2/repository/com/oracle/database/security/oraclepki/oracle.osdt/osdt_core.jar,file:/C:/Users/Emmanuel%20Mutua/.m2/repository/com/oracle/database/security/oraclepki/oracle.osdt/osdt_cert.jar
2025-04-19 11:15:47.347 INFO 4172 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2025-04-19 11:15:47.347 INFO 4172 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2025-04-19 11:15:51.070 INFO 4172 --- [ restartedMain] o.s.c.a.ConfigurationClassParser : Properties location [file:${app.home}/] not resolvable: Could not resolve placeholder 'app.home' in value "file:${app.home}/"
2025-04-19 11:15:56.512 INFO 4172 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-19 11:15:59.552 INFO 4172 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 2977 ms. Found 155 JPA repository interfaces.
2025-04-19 11:16:01.646 INFO 4172 --- [ restartedMain] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2025-04-19 11:16:01.697 INFO 4172 --- [ restartedMain] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2025-04-19 11:16:02.892 INFO 4172 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@76d4758f' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-04-19 11:16:02.909 INFO 4172 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-04-19 11:16:02.955 INFO 4172 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-04-19 11:16:02.983 INFO 4172 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-04-19 11:16:04.365 INFO 4172 --- [ restartedMain] o.s.b.w.e.t.TomcatWebServer : Tomcat initialized with port(s): 9095 (http)
2025-04-19 11:16:04.404 INFO 4172 --- [ restartedMain] o.a.c.c.StandardService : Starting service [Tomcat]
2025-04-19 11:16:04.404 INFO 4172 --- [ restartedMain] o.a.c.c.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
2025-04-19 11:16:04.813 INFO 4172 --- [ restartedMain] o.a.c.c.C.[.[.[/] : Initializing Spring embedded WebApplicationContext
2025-04-19 11:16:04.814 INFO 4172 --- [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 17463 ms
2025-04-19 11:16:07.201 INFO 4172 --- [ restartedMain] o.h.j.i.u.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-04-19 11:16:08.042 INFO 4172 --- [ restartedMain] o.h.Version : HHH000412: Hibernate ORM core version 5.4.33
2025-04-19 11:16:10.623 INFO 4172 --- [ restartedMain] o.h.a.c.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2025-04-19 11:16:13.134 INFO 4172 --- [ restartedMain] c.z.h.HikariDataSource : HikariPool-1 - Starting...
2025-04-19 11:16:36.890 ERROR 4172 --- [ restartedMain] c.z.h.p.HikariPool : HikariPool-1 - Exception during pool initialization.
2025-04-19 11:16:37.313 INFO 4172 --- [ restartedMain] o.h.d.Dialect
: HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect
2025-04-19 11:16:39.954 WARN 4172 --- [ restartedMain] o.h.c.AnnotationBinder : HHH000491: The [country] association in the [com.turnquest.crm.agents.domain.entities.Agent] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2025-04-19 11:16:39.965 WARN 4172 --- [ restartedMain] o.h.c.AnnotationBinder : HHH000491: The [town] association in the [com.turnquest.crm.agents.domain.entities.Agent] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2025-04-19 11:16:41.049 WARN 4172 --- [ restartedMain] o.h.c.AnnotationBinder : HHH000491: The [product] association in the [com.turnquest.gis.products.domain.entities.ProductSubClass] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2025-04-19 11:16:41.050 WARN 4172 --- [ restartedMain] o.h.c.AnnotationBinder : HHH000491: The [subClass] association in the [com.turnquest.gis.products.domain.entities.ProductSubClass] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2025-04-19 11:16:41.176 WARN 4172 --- [ restartedMain] o.h.c.AnnotationBinder : HHH000491: The [client] association in the [com.turnquest.gis.quotations.domain.entity.Quotation] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2025-04-19 11:16:41.184 WARN 4172 --- [ restartedMain] o.h.c.AnnotationBinder : HHH000491: The [client] association in the [com.turnquest.gis.quotations.domain.entity.QuotationRisk] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2025-04-19 11:16:54.800 INFO 4172 --- [ restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2025-04-19 11:16:54.939 INFO 4172 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-04-19 11:16:58.862 WARN 4172 --- [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-19 11:16:59.374 DEBUG 4172 --- [ restartedMain] gFilter$$EnhancerBySpringCGLIB$$f07d297e : Filter 'requestAndResponseLoggingFilter' configured for use
2025-04-19 11:16:59.374 DEBUG 4172 --- [ restartedMain] c.t.u.JwtRequestFilterUtil : Filter 'jwtRequestFilterUtil' configured for use
< /code>
он не может пройти за пределы этой точки
, но удивительно, что, когда я просто запускаю проект, он работает нормально < /p>
Подробнее здесь: https://stackoverflow.com/questions/795 ... debug-mode