You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Introduction

JS7 ships with an Open Source License and a Commercial License, for details see JS7 - License.

  • There is no license expiration if the Open Source License is used.
  • Commercial licenses can expire, for example in case of annual subscriptions.

The following information applies to use of Commercial Licenses only.

Licenses and Operating Modes

A major difference in operating modes of Controller, Agents and JOC Cockpit is in place:

  • Controller
    • A Standalone Controller can be operated with an Open Source License and with a Commercial License.
      • If the Commercial License expires then the license key can be removed from the Controller and the Controller can be restarted to continue with the Open Source License.
      • This includes to continue any orders running with Standalone Agents.
    • A Controller Cluster can be operated with a Commercial License only.
      • If the Commercial License expires then a Controller Cluster stops working. A Controller Cluster cannot be migrated. Instead, a Standalone Controller has to be installed.
      • This includes that a new journal is used by the Standalone Controller and that submitted orders are lost. Workflows and related objects still can be re-deployed from JOC Cockpit.
  • Agents
    • Standalone Agents continue to work with a Standalone Controller if the Controller's license file is removed.
    • Cluster Agents stop working if no valid Commercial License is in place with the Controller. This applies to both use of a Standalone Controller and of a Controller Cluster.
  • JOC Cockpit
    • A Standalone JOC Cockpit instance can be operated with or without a Commercial License.
    • A JOC Cockpit Cluster stops working if a Commercial License is expired. No automated fail-over and no manual switch-over of JOC Cockpit instances are available.

License Check

On start-up of Controller and JOC Cockpit instances a license check is performed. Users can click the JS7 logo that is available from the left hand upper part of any JOC Cockpit view.



The About JS7 window displays the following information:

  • License Type: Open Source License / Commercial License.
    • The Check License link can be clicked to force a license check and to update information in this window.
  • License Validity: Start date and expiration date of a Commercial License. There is no validity period for the Open Source License.
  • JOC Cockpit: the release information of JOC Cockpit including build number, release number and release date.

The license check considers availability of license key files in the JETTY_BASE/resources/joc/license directory.

  • The directory can hold a number of license keys that are added from *.pem certificate files.
  • During license check JOC Cockpit will apply the license key that is valid for the current date and that specifies an expiration date that is furthest in the future.
    • Users can add a license file to the indicated directory and can use the Check License link to force a license check.
  • If no license file is found in the indicated directory then use of the Open Source License is assumed.

License Expiration Warnings

if a license is about to expire then JOC Cockpit will display warnings like this:


Explanation:

  • 1st warning: An initial reminder about license expiration is displayed 2 months before expiration.
  • 2nd warning: A repeated reminder becomes visible 1 month before expiration.
  • 3rd warning: A final reminder becomes visible 24 hours before expiration.
  • Users have the option to click the Got it link to make the warning disappear or to click the Remind me later link that postpones the warning for 24 hours.

Users who do not wish to receive license expiration warnings can disable this feature from the JOC Cockpit Settings page:


The disable_warning_on_license_expiration setting in the joc section can be assigned the value true to disable warnings about license expiration.

License Expiration Errors

If a license exceeds its expiration date then this is displayed from a red popup window in the right hand lower part of JOC Cockpit views.


In this situation the cluster functionality of JOC Cockpit, Controllers and Agents stops working.

  • The Manage Controllers/Agents page does not offer
    • to manage Controller Clusters,
    • to manage Agent Clusters.
  • Standalone Agents can still be managed from JOC Cockpit. However, a Controller configured for cluster operation will deny to perform any operation on Agents.


What to do if the License Key did expire?



  • No labels