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
hi,
We were currently using DGS version 8.0.3 and have enabled the Metrics Out of The Box supported via the opt-in graphql-dgs-spring-boot-micrometer module.
Now when we try to upgrade the DGS version to 8.1.0 or any version above this, we are getting the following error when trying to run our application: {"timestamp":"2024-05-14T11:16:17.131Z","logger_name":"o.s.b.d.LoggingFailureAnalysisReporter","thread_name":"main","level":"ERROR","serviceArchPath":"NA","process":"NA","message":"\n\n***************************\nAPPLICATION FAILED TO START\n***************************\n\nDescription:\n\nFailed to bind properties under 'management.metrics.dgs-graphql' to com.netflix.graphql.dgs.metrics.micrometer.DgsGraphQLMetricsProperties:\n\n Reason: java.lang.ClassNotFoundException: kotlin.enums.EnumEntriesKt\n\nAction:\n\nUpdate your application's configuration\n"}
We are using Java17 and spring-boot version 3.0.4. Could someone please help on how to solve this issue ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi,
We were currently using DGS version 8.0.3 and have enabled the Metrics Out of The Box supported via the opt-in graphql-dgs-spring-boot-micrometer module.
Now when we try to upgrade the DGS version to 8.1.0 or any version above this, we are getting the following error when trying to run our application:
{"timestamp":"2024-05-14T11:16:17.131Z","logger_name":"o.s.b.d.LoggingFailureAnalysisReporter","thread_name":"main","level":"ERROR","serviceArchPath":"NA","process":"NA","message":"\n\n***************************\nAPPLICATION FAILED TO START\n***************************\n\nDescription:\n\nFailed to bind properties under 'management.metrics.dgs-graphql' to com.netflix.graphql.dgs.metrics.micrometer.DgsGraphQLMetricsProperties:\n\n Reason: java.lang.ClassNotFoundException: kotlin.enums.EnumEntriesKt\n\nAction:\n\nUpdate your application's configuration\n"}
We are using Java17 and spring-boot version 3.0.4. Could someone please help on how to solve this issue ?
Beta Was this translation helpful? Give feedback.
All reactions