Skip to content

start up failed with influxdb-spring 3.1.0  #250

@yikuo123

Description

@yikuo123

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. add implementation 'com.influxdb:influxdb-spring:3.1.0'
  2. compile and start up my spring boot application

Expected behavior:

just works

Actual behavior:

java.lang.IllegalStateException: Error processing condition on com.influxdb.spring.health.InfluxDB2HealthIndicatorAutoConfiguration

Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.influxdb.spring.influx.InfluxDB2AutoConfiguration] from ClassLoader [jdk.internal.loader.ClassLoaders$AppClassLoader@1f89ab83]

Caused by: java.lang.NoClassDefFoundError: com/influxdb/client/reactive/InfluxDBClientReactive

Caused by: java.lang.ClassNotFoundException: com.influxdb.client.reactive.InfluxDBClientReactive
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na]
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na]

Specifications:

  • Client Version: 3.1.0
  • InfluxDB Version: 2.0.6
  • JDK Version: 11
  • Platform: Windows

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions