Error "svn: E175002: OPTIONS request failed on '/ZKBconnect/services/infra/PSV/Paketbau/zkbanalytics_ENG1/trunk/pkg/lnx/rte" occurs when SVN Checkout fails on Linux Agent.
“SVNException: svn: E175002” error occurs when passing a DHParameterSpec generated with a 2048-bit long modulus, class DHKeyPairGenerator will throw an exception indicating that "Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive).
Release Automation Server: v5.0.2
Operating System: Windows Server 2008 R2
Nolio Agent: RedHat Enterprise Linux Server 6.7 Version.
Edit the NolioAgent JRE "/jre/lib/security/java.security" file as mentioned below.
The java.security file contains detailed instructions for adding this provider. Add a line in the following format in a location with similar properties:
security.provider.2=org.bouncycastle.jce.provider.BouncyCastleProvider
Example:
=================================================
security.provider.1=sun.security.provider.Sun
security.provider.2=org.bouncycastle.jce.provider.BouncyCastleProvider
security.provider.3=sun.security.rsa.SunRsaSign
security.provider.4=sun.security.ec.SunEC
security.provider.5=com.sun.net.ssl.internal.ssl.Provider
security.provider.6=com.sun.crypto.provider.SunJCE
security.provider.7=sun.security.jgss.SunProvider
security.provider.8=com.sun.security.sasl.Provider
security.provider.9=org.jcp.xml.dsig.internal.dom.XMLDSigRI
security.provider.10=sun.security.smartcardio.SunPCSC
=================================================
Note: Backup java.security properties file before editing, this change has to be done at agent level only.