Skip to content

ChinthakaSenanayaka/product-ei

 
 

Repository files navigation

WSO2 Enterprise Integrator 6.3.0-m4

WSO2 EI is a unified distribution of WSO2 Enterprise Service Bus, Application Server and Data Services Server, which works as a single runtime (Integrator) along with optional runtimes for WSO2 Analytics, Business Processor and Message Broker. This product distribution includes a shared component directory, with profile-based management capabilities for each runtime.

WSO2 EI simplifies integration by allowing users to easily configure message routing, inter-mediation,transformation, logging, task scheduling, load balancing, failover routing, event brokering etc. Data services and various applications can also be hosted and exposed using WSO2 EI. These integration capabilities are further powered by the capabilities of the WSO2 Analytics, Business Processor and Message Broker runtimes.

Installation & Running

Running the Integrator

  1. Extract wso2ei-6.3.0-m4.zip and go to the extracted directory/bin.
  2. Run integrator.sh or integrator.bat.
  3. Point your favourite browser to https://localhost:9443/carbon
  4. Use the following username and password to login username : admin password : admin

Running other runtimes individually (Analytics, Broker, Business-Process)

  1. Extract wso2ei-6.3.0-m4 and go to the extracted directory.
  2. Go to wso2ei-6.3.0-m4/wso2 directory.
  3. Go to appropriate runtime directory (analytics/broker/business-process) /bin.
  4. Execute wso2server.sh or wso2server.bat.
  5. Access the url related to the required runtime. (For example, use https://localhost:9445/carbon for the business-process runtime.)

Known Issues

All the open issues pertaining to WSO2 Enterprise Integrator are reported at the following location: known issues

Build from the source

  • Get a clone or download source from github
  • Run the Maven command mvn clean install from the root directory
  • Extract the Product EI distribution created at product-ei/distribution/target/wso2ei-6.3.0-m4.zip in to your local directory

Certificate validation errors

WSO2 EI includes the MSF4J profile. That profile make use of an old version of the Eclipse Equinox framework that is signed with a certificate that is not trusted by recent versions of Java.

If the Maven build fails with the error One or more certificates rejected. Cannot proceed with installation, that means you have to manually import the certificate to the Java certificate store.

In that case, you can check what certificate is missing from the certificate store with the following command started from the root of the Product EI source directory:

jarsigner -verify ./p2-profile/msf4j-profile/target/p2-repo/plugins/org.eclipse.equinox.ds_(version).jar -verbose -certs

For example, you need to download the certificate with thumbprint 97817950D81C9670CC34D809CF794431367EF474 from the DigiCert website (https://www.digicert.com/digicert-root-certificates.htm). To import it, you need to run the following command as root from your Java security directory (ex: /usr/lib/jvm/java-8-oracle/jre/lib/security/):

keytool -import -file GTECyberTrustGlobalRoot.crt -keystore cacerts

Note: The default password for the certificate store is changeit

Branch Build Status
master Build Status

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 50.1%
  • JavaScript 44.3%
  • Shell 2.3%
  • CSS 1.6%
  • Batchfile 0.8%
  • XSLT 0.3%
  • Other 0.6%