The following sections describe how to run WSO2 Enterprise Integrator (WSO2 EI).
...
Note |
---|
You can start the other profiles of WSO2 EI by executing the following scripts in the <EI_HOME>/bin directory in a Command Prompt. Profile | On Windows | On Linux/Mac OS: |
---|
Business Process | business-process.bat | business-process.sh | Message Broker | broker.bat | broker.sh | MSF4J | msf4j.bat | msf4j.sh | Analytics | analytics.bat | analytics.batsh |
|
Alternatively, you can start profiles other than the ESB profile of WSO2 EI as described below.
...
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. - If you get the
Caused by: java.lang.IllegalArgumentException: java.lang.NoClassDefFoundError: Could not initialize class org.xerial.snappy.Snappy exception when starting WSO2 EI Analytics in certain environments such as Windows or Red Hat linux, download the snappy-java_1.1.1.7.jar file and add it to the <EI_HOME>/lib directory.
|
...