Code Monkey home page Code Monkey logo

product-dummy's Introduction

WSO2 Enterprise Integrator 6.4.0

WSO2 EI is a unified distribution of WSO2 Enterprise Service Bus 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.4.0.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.4.0 and go to the extracted directory.
  2. Go to wso2ei-6.4.0/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.4.0.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

product-dummy's People

Contributors

yasassri avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.