The following sections describe how to run WSO2 Enterprise Integrator (WSO2 EI).
...
Starting the MSF4J profile
Info |
---|
- Before starting the MSF4J profile, copy the JAR files of your services to the
<EI_HOME>/wso2/msf4j/deployment/microservices/ directory. - 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>/conf/security/Owasp.CsrfGuard.Carbon.properties file.
|
- Open a command prompt (or a shell in Linux) and go to the
<EI_HOME>\wso2\msf4j\bin
directory. - Execute one of the following:
- 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."
For more information on sample use cases of MSF4J, see the WSO2 MSF4 GitHub Documentation.
Starting the Analytics profile
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.
|
...