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 examples/integrations/cdi/pokemons example builds and seems to run correctly but logs the following message during server start-up:
Nov 06, 2023 12:03:22 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from
io.helidon.integrations.datasource.hikaricp.cdi.MicroProfileMetricsTrackerFactory because of underlying class loading error:
Type org.eclipse.microprofile.metrics.MetricRegistry not found.
If this is unexpected, enable DEBUG logging to see the full error.
This might be preventing Hikari-related metrics from being available.
Steps to reproduce
cd examples/integrations/cdi/pokemons
mvn package
You'll see the info message noted above.
The text was updated successfully, but these errors were encountered:
tjquinno
changed the title
4.x Pokemons example start-up logs that it cannot find MP metrics MetricRegistry class; problem?
4.x Pokemons example start-up logs that it cannot find MP metrics MetricRegistry class; missing metrics?
Nov 6, 2023
Environment Details
Problem Description
The
examples/integrations/cdi/pokemons
example builds and seems to run correctly but logs the following message during server start-up:This might be preventing Hikari-related metrics from being available.
Steps to reproduce
cd examples/integrations/cdi/pokemons mvn package
You'll see the info message noted above.
The text was updated successfully, but these errors were encountered: