Jackie Weng

Results 5 comments of Jackie Weng

> Hi @jaecktec, the `newrelic_synthetics_alert_condition` resource is a legacy resource and will likely not be receiving any updates. It calls an old legacy API which has been deprecated. Our [documentation](https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/resources/synthetics_alert_condition)...

I was using `quay.io/infinispan/server:14.0` and `quay.io/infinispan/server:15.0`. I've just tried `quay.io/infinispan/server:14.0.25.Final`, here's the full stack trace ``` ERROR (main) [org.jgroups.protocols.JDBC_PING] JGRP000115: Could not open connection to database java.sql.SQLException: No suitable driver...

here's a repo with docker compose file that reproduces the issue https://github.com/jackie-linz/infinispan-jdbc-test

hmm... interestingly, adding `SERVER_LIBS_DIR=/opt/infinispan` environment variable works, but maybe not how it's intended?

Thanks! that worked great!