Configure Server Start Parameters

Use the Oracle WebLogic Server Administration Console to configure how the BI server and ODI server start.

  1. Log in to Oracle WebLogic Server Administration Console.
    URL format:http://administration_server_host:administration_server_port/console
  2. In the Change Center, click Lock & Edit.
  3. Navigate to Servers, select the BI server (for example, bi_server1), and then select the Server Start tab.
  4. In the arguments field, verify the following properties, and save.
    -Dserver.group=obi 
    -Dweblogic.security.SSL.hostnameVerifier=weblogic.security.utils.SSLWLSWildcardHostnameVerifier 
    -DUseSunHttpHandler=true 
    -Dweblogic.ssl.JSSEEnabled=true 
    -Dweblogic.security.SSL.enableJSSE=true 
    -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 
    -Djdk.tls.client.protocols=TLSv1.2 
    -Djdk.tls.client.protocols=TLSv1.2 
    -Dhttps.protocols=TLSv1.2 
    -Dweblogic.ssl.SSLv2HelloEnabled=false 
    -Doracle.odi.agent.startup.clustertimeoutseconds=300 
    
    Description of bi-server-start-parameters.png follows
    Description of the illustration bi-server-start-parameters.png
  5. Navigate to Servers, select the ODI server (for example, ODI_server1), and then select the Server Start tab.
  6. In the arguments field, verify the following properties, and save.
    -Dserver.group=bia_odi
    -Doracle.odi.coherence.wka1=<hostname>
    -Dtangosol.coherence.localhost=<hostname>
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Doracle.odi.agent.startup.clustertimeoutseconds=300
    -Dtangosol.coherence.localport=29066
    -Doracle.odi.coherence.wka1.port=29066
    Description of odi-server-start-parameters.png follows
    Description of the illustration odi-server-start-parameters.png
  7. Click Activate Changes.
  8. Re-start both BI server and ODI server.