José Augusto Bolina
José Augusto Bolina
Thanks, @karesti @rigazilla!
It needs an update: ``` 2025-06-04T17:36:08.8081701Z Error: Error loading a referenced type: com.oracle.svm.hosted.substitute.DeletedElementException: Unsupported method org.infinispan.commons.jdkspecific.CallerId.getStackTrace() is reachable: The declaring class of this element has been substituted, but this element...
@wburns, doesn't the `publishKeys` method also need this?
infinispan-quarkus-cli: ```java 01:18:03 [1/8] Initializing... (0.0s @ 0.21GB) 01:18:03 Error: Could not find target method: io.quarkus.netty.runtime.graal.Target_io_netty_handler_ssl_JdkSslClientContext(java.security.Provider,java.security.cert.X509Certificate[],javax.net.ssl.TrustManagerFactory,java.security.cert.X509Certificate[],java.security.PrivateKey,java.lang.String,javax.net.ssl.KeyManagerFactory,java.lang.Iterable,io.netty.handler.ssl.CipherSuiteFilter,io.netty.handler.ssl.ApplicationProtocolConfig,java.lang.String[],long,long,java.lang.String) throws javax.net.ssl.SSLException 01:18:03 com.oracle.svm.core.util.UserError$UserException: Could not find target method: io.quarkus.netty.runtime.graal.Target_io_netty_handler_ssl_JdkSslClientContext(java.security.Provider,java.security.cert.X509Certificate[],javax.net.ssl.TrustManagerFactory,java.security.cert.X509Certificate[],java.security.PrivateKey,java.lang.String,javax.net.ssl.KeyManagerFactory,java.lang.Iterable,io.netty.handler.ssl.CipherSuiteFilter,io.netty.handler.ssl.ApplicationProtocolConfig,java.lang.String[],long,long,java.lang.String) throws javax.net.ssl.SSLException 01:18:03 at...
@dependabot rebase.
Just to link some possibly related issues: * https://github.com/infinispan/infinispan-operator/issues/2237 * https://github.com/infinispan/infinispan/issues/13571
Hey, @ryanemerson, can you point me to some logs or a run with the failure I can look to, please?
I've created https://github.com/infinispan/infinispan/pull/15404 to handle a problem I found while running the graceful shutdown locally. I'll still investigate more, as the logs in the test shows a different exception: ```java...
Seems it is still failing :(