Jackie Weng
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!
@pharindoko your error log shows truncated delivery GUID in the execution id ``` 'arn:aws:states:********:********:execution:ghrunnergithubrunnerRunnerOrchestrator********:******'-44b33b20-af08-'" ``` Am I right to say that your repo's full name (`/`) is pretty long? We...
@kichik I think the `executionName` construction should be updated to preserve the entire GUID to avoid this problem of orphaned job due to truncated GUID clash. e.g. something like ```javascript...
@pharindoko just to clarify - as long as the entire GUID is preserved, it would work for multi-org setup. Including the org name (and even the repo name) is only...
When upgrading to Spring Boot 3.4.2, we got the following error ``` java.lang.IllegalStateException: java.lang.IllegalStateException: Logback configuration error detected: ERROR in net.logstash.logback.composite.loggingevent.LoggingEventPatternJsonProvider@120bb5b5 - Invalid [pattern]: Invalid JSON property '//version' (was '%replace(%property{build.version}){'null',''}'):...