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
The application.yaml contains wrong metric type. The application fails to start and throw an exception
Steps to reproduce
cd helidon/examples/dbclient/jdbc
mvn install
java -jar target/helidon-examples-dbclient-jdbc.jar
Exception:
INFO: oracle - Start completed.
Exception in thread "main" io.helidon.dbclient.DbClientException: Metrics type METER is not supported through service loader
at io.helidon.dbclient.metrics.DbClientMetricsProvider.fromConfig(DbClientMetricsProvider.java:58)
at io.helidon.dbclient.metrics.DbClientMetricsProvider.create(DbClientMetricsProvider.java:44)
at io.helidon.dbclient.DbClient$Builder.build(DbClient.java:192)
at io.helidon.dbclient.DbClient.create(DbClient.java:87)
at io.helidon.examples.dbclient.jdbc.JdbcExampleMain.main(JdbcExampleMain.java:52)
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
The
application.yaml
contains wrong metric type. The application fails to start and throw an exceptionSteps to reproduce
cd helidon/examples/dbclient/jdbc mvn install java -jar target/helidon-examples-dbclient-jdbc.jar
Exception:
The text was updated successfully, but these errors were encountered: