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
Setting up the KeyStore and PEPPOL Test Certificate in the root directory.
Running mvn clean install -Pdist as mentioned in the README.
However, the build failed with the following error in the Oxalis :: Leg :: Statistics module
Logs
testSigning
java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
at java.base/sun.security.provider.DSA.checkKey(DSA.java:124)
at java.base/sun.security.provider.DSA.engineInitSign(DSA.java:156)
at java.base/java.security.Signature$Delegate.tryOperation(Signature.java:1308)
at java.base/java.security.Signature$Delegate.chooseProvider(Signature.java:1257)
at java.base/java.security.Signature$Delegate.engineInitSign(Signature.java:1354)
at java.base/java.security.Signature.initSign(Signature.java:636)
at network.oxalis.statistics.security.SignatureTest.testSigning(SignatureTest.java:57)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
Furthermore, I have reviewed the latest master build, and it passes without any errors. However, upon inspecting individual tests, I observed that one test is failing, though it does not cause the build to fail. You can safely disregard this test, as it pertains to legacy functionality that is no longer in use.
I believe the Oxalis /status call will return a 404 response even if everything is properly configured, as there is no index page available for that endpoint.
I attempted to set up Oxalis WAR on my machine with the following configurations:
Java Version: 11.0.22 (Azul Systems)
Maven Version: Apache Maven 3.9.9
OXALIS_HOME: /Users/{user_name}/newDeps/oxalis
I followed the installation guide, including:
However, the build failed with the following error in the Oxalis :: Leg :: Statistics module
Logs
testSigning
java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
at java.base/sun.security.provider.DSA.checkKey(DSA.java:124)
at java.base/sun.security.provider.DSA.engineInitSign(DSA.java:156)
at java.base/java.security.Signature$Delegate.tryOperation(Signature.java:1308)
at java.base/java.security.Signature$Delegate.chooseProvider(Signature.java:1257)
at java.base/java.security.Signature$Delegate.engineInitSign(Signature.java:1354)
at java.base/java.security.Signature.initSign(Signature.java:636)
at network.oxalis.statistics.security.SignatureTest.testSigning(SignatureTest.java:57)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
Any Idea on how to fix this Issue
@aaron-kumar
The text was updated successfully, but these errors were encountered: