Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following sections describe how to run WSO2 Enterprise Integrator (WSO2 EI).

...

Info

If you are using IBM JDK 1.8, change the value of the org.owasp.csrfguard.PRNG.Provider property to 'IBMJCE' in the <EI_HOME>wso2HOME>/wso2/business-process/conf/security/Owasp.CsrfGuard.Carbon.properties file.

...

Info

If you are using IBM JDK 1.8, follow the steps below to start the message broker profile.

  1. Replace all the 'SunX509' entries in the <EI_HOME>/wso2/broker/conf/broker.xml file with 'IbmX509' as follows:

    Code Block
    languagexml
      <sslConnection enabled="true" port="8672">
        <keyStore>
            <location>repository/resources/security/wso2carbon.jks</location>
            <password>wso2carbon</password>
            <certType>IbmX509</certType>
        </keyStore>
        <trustStore>
            <location>repository/resources/security/client-truststore.jks</location>
            <password>wso2carbon</password>
            <certType>IbmX509</certType>
        </trustStore>
    </sslConnection>
  2. Change the value of the org.owasp.csrfguard.PRNG.Provider property to 'IBMJCE' in the <EI_HOME>wso2HOME>/wso2/broker/conf/security/Owasp.CsrfGuard.Carbon.properties file.

  1. Open a command prompt (or a shell in Linux) and go to the <EI_HOME>\wso2\broker\bin directory.
  2. Execute one of the following:
    • On Linux/Mac OS: sh wso2server.sh

    • On Windows: wso2server.bat

  3. The operation log keeps running until the Message Broker profile starts, which usually takes several seconds. Wait until the Message Broker profile fully boots up and displays a message similar to "WSO2 Carbon started in n seconds."
    • Open the Message Broker Management Console using  https://localhost:9446/carbon, and log in using admin as the username as well as the password.

...

  1. Open a command prompt (or a shell in Linux) and go to the <EI_HOME>\wso2\msf4j\bin directory.
  2. Execute one of the following:
    • On Linux/Mac OS: sh carbon.sh

    • On Windows: carbon.bat

  3. The operation log keeps running until the MSF4J profile starts, which usually takes several seconds. Wait until the MSF4J profile fully boots up and displays a message similar to "WSO2 Carbon started in n seconds."

...

Info
  • When starting the analytics profile, you may intermittently get a BindException error (i.e., Cannot assign requested address: Service 'sparkDriver' failed after 16 retries!) if the Apache Spark client does not start properly (due to an issue in socket binding on computers with multiple IP interfaces). Add the same hostname that you specify in the /etc/hosts file of your system as the value of the <HostName> element in the <EI_HOME>/wso2/analytics/conf/carbon.xml file to rectify this.
  • If you are using IBM JDK 1.8, change the value of the org.owasp.csrfguard.PRNG.Provider property to 'IBMJCE' in the <EI_HOME>wso2/analytics/conf/security/Owasp.CsrfGuard.Carbon.properties file.

...