Wednesday, December 5, 2018

Getting "Unable to create SSL Socket Factory" when starting up SOA 11.1.1.9 on SSL

Problem

All of a sudden, when we shut down and restart "bam_server1", the SSL port no longer works. This is the error that shows up when we start it up:
<May 9, 2018 4:49:06 AM GMT> <Critical> <Security> <BEA-090174> <The trust keystore configuration specified on the command line or in boot.properties does not match the trust keystore configuration specified in config.xml.>  
Solution

1. Check "bam_server1.out" and note the JVM start parameters. You will notice that they conflict with what you intend.

Someone may have made custom SSL settings in this files that conflicted with the configuration we made on the WebLogic Console. (In our case, is was 3 "ssl" arguments in EXTRA_JAVA_PROPERTIES.) Check these files:
  • $MSERVER_HOME/bin/setDomainEnv.sh
  • $ASERVER_HOME/bin/setDomainEnv.sh
  • $MSERVER_HOME/bin/startManagedWebLogic.sh
  • $ASERVER_HOME/bin/startManagedWebLogic.sh

Applicable Versions
  • Oracle SOA Suite 11g (11.1.1.9.0)

 

No comments: