Error: <SEVERE> <Fatal error in node manager server>
java.lang.RuntimeException: Cannot convert identity certificate
Cause:Reason for this issue is we configured SSL.enableJSSE=true in weblogic console only. We need to set this option in startNodeManager.sh file also
Solution: Edit your startNodeManager.sh file and add the below tag in the following location
Tag to add : "-Dweblogic.security.SSL.enableJSSE=true"
java.lang.RuntimeException: Cannot convert identity certificate
Cause:Reason for this issue is we configured SSL.enableJSSE=true in weblogic console only. We need to set this option in startNodeManager.sh file also
Solution: Edit your startNodeManager.sh file and add the below tag in the following location
Tag to add : "-Dweblogic.security.SSL.enableJSSE=true"
No comments:
Post a Comment