Top
Interstage Big DataComplex Event Processing Server V1.1.0 User's Guide
FUJITSU Software

4.4.3 Setup of Terracotta Collaboration

Complex Event Processing of BDCEP can collaborate with Interstage Terracotta BigMemory Max (hereafter referred to as "Terracotta") to rapidly reference the cache on Terracotta. To perform Terracotta collaboration, setup of Terracotta collaboration is also required.

The Terracotta product that can be linked to is shown below. x can be any number.

Setup procedure

  1. Install and set up Terracotta on the CEP Server. The CEP engine operates as a Terracotta client. Refer to the Terracotta manual for details.

  2. Stop the CEP service.

    # cepstopserv <ENTER>
  3. Save the following four files with modified names:

    • /opt/FJSVisjee/lib/jersey-bundle-1.0.3.1.jar

    • /opt/FJSVisjee/lib/jsr311-api-1.0.jar

    • /opt/FJSVisjee/lib/jettison-1.0.1.jar

    • /opt/FJSVisjee/lib/jackson-asl-0.9.4.jar

    Run the following command to modify the names:

    # cd /opt/FJSVisjee/lib/ <ENTER>
    # mv jersey-bundle-1.0.3.1.jar jersey-bundle-1.0.3.1.jar.backup <ENTER>

    # mv jsr311-api-1.0.jar jsr311-api-1.0.jar.backup <ENTER>

    # mv jettison-1.0.1.jar jettison-1.0.1.jar.backup <ENTER>

    # mv jackson-asl-0.9.4.jar jackson-asl-0.9.4.jar.backup <ENTER>
  4. Restart the CEP service.

    # cepstartserv <ENTER>
  5. Set permissions for the Terracotta license file (terracotta-license.key) to enable the engine execution user to read it.

  6. Edit the Terracotta Collaboration setup file. Refer to "9.3.2 Terracotta Collaboration Setup File" for details.