CertUtilsTest.loadECPrivateOnlyKey and HttpClientUtilsTest$GetProxyUrl.withNoHttpProxyProvidedReturnsNull #6757
Labels
Waiting on feedback
Issues that require feedback from User/Other community members
Describe the bug
I am encountering issues while attempting to build the Kubernetes client and Kubernetes client API from source. The build process is failing with the following errors:
CertUtilsTest.loadECPrivateOnlyKey:207 » KeyStore Key protection algorithm not found: java.security.UnrecoverableKeyException: Encrypt Private Key failed: Cannot find any provider supporting PBEWithHmacSHA256AndAES_256
CertUtilsTest.loadECkeys:196 » KeyStore Key protection algorithm not found: java.security.UnrecoverableKeyException: Encrypt Private Key failed: Cannot find any provider supporting PBEWithHmacSHA256AndAES_256
HttpClientUtilsTest$GetProxyUrl.withNoHttpProxyProvidedReturnsNull:235 » IllegalArgument Failure in creating proxy URL. Proxy port is required!
Environment Details
Package: io.fabric8:kubernetes-client:6.12.1
Language: Java
Framework: Maven
Build Command: mvn -pl kubernetes-client clean install -Dmaven.test.skip=true
Operating System: Oracle Linux Server 8.8
Compiler/Interpreter: javac
Python Version: 3.12.4
Java Version: 17.0.8
Maven Version: 3.9.4
Gradle Version: 8.2.1
Ant Version: 1.10.14
Node Version: 16.20.2
C++ Version: 8.5.0
Go Version: 1.22.0
Cargo Version: 1.75.0
HTTP Proxy: Private but assigned
HTTPS Proxy: Private but assigned
Fabric8 Kubernetes Client version
6.12.1
Steps to reproduce
Run the build command:
Run the tests:
Also tried with "clean test"
Expected behavior
The build should complete successfully without any errors.
Runtime
Kubernetes (vanilla)
Kubernetes API Server version
1.25.3@latest
Environment
other (please specify in additional context)
Fabric8 Kubernetes Client Logs
Additional context
enviroment: Oracle Linux
The text was updated successfully, but these errors were encountered: