IT/SAP

Software Provisioning Manager (SWPM) shows errors in variety of steps in case of installation of NetWeaver Java 7.50

SAP_BASIS 2024. 12. 3. 13:28

Navigate to folder <SWPM_TEMP>\sapjvm\sapjvm_8\jre\lib\security.
Editing the “java.security” file.
Find the following property:
 
jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
      DSA keySize < 1024, include jdk.disabled.namedCurves, \
      SHA1 denyAfter 2019-01-01
 
Remove the last entry together  with the preceding “, \” character. Finally, the property should look like this:
 
jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
      DSA keySize < 1024, include jdk.disabled.namedCurves
 
Navigate to folder \\<hostName>\sapmnt\<SID>\SYS\exe\jvm\<Platform>\sapjvm_8.1.<PatchLevel>\sapjvm_8\jre\lib\security.
Start editing the  “java.security” file.
Find the following property:
 
jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
      DSA keySize < 1024, include jdk.disabled.namedCurves, \
      SHA1 denyAfter 2019-01-01
 
Remove the last entry together with the preceding “, \” character. Finally, the property should look like this:
 
jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
      DSA keySize < 1024, include jdk.disabled.namedCurves
 
Repeat the failed step in SWPM and restart the SAP NetWeaver Java engine if required.