Caused by: java.lang.IllegalStateException: Unable to detect database type at org.springframework.boot.autoconfigure.AbstractDatabaseInitializer.getDatabaseName(AbstractDatabaseInitializer.java:80) at org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer.getDatabaseName(BatchDatabaseInitializer....
Spring boot 2.6.0 'integrationDataSourceInitializer' throws is java.lang.IllegalStateException: Unable to detect database type Spring boot 2.6.0 'integrationDataSourceInitializer' throws is java.lang.IllegalStateException: Unable to detect database type edited by wilkinsona I am observing the followin...
2023.10.04 08:50:13 WARN es[][o.e.c.c.ClusterBootstrapService] this node is locked into cluster UUID [NLWCMLu6TjS_oDDmCyiXQQ] but [cluster.initial_master_nodes] is set to [sonarqube]; remove this setting to avoid possible data loss caused by subsequent cluster bootstrap attempts; for...
at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.jav a:76) at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:367) at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate...
Bug description Trying to read an XML file and unmarshall data to domain objects with spring-oxm/xstream does not work without having spring-tx in the classpath. The attached minimal complete example works as expected when spring-tx is i...
Sign in to comment Assignees ankurtrapasiya Labels has: backports in: infrastructure type: bug Projects None yet Milestone 4.3.0 Development Successfully merging a pull request may close this issue. Added connectionAutoCommit property in JdbcCursorItemReaderBuilder ankurtrapasiya/spring-batch ...
Environment HikariCP version: 2.7.3 JDK version: 1.8.0_121 Database: MySQL Driver version: x.x.x Hibernate version: 5.1.10.Final Tomcat version: 8.5.23 After a few hours running, my application stop working. I'm getting a few leak detect...