EBIFour.com > Debugging Clarify Errors > Not Enough Worker Nodes to Start Server

Not Enough Worker Nodes to Start Server

Clarify Scenario:

While trying to start the EBI 4 / Cleo Server instance, we received an error indicating not enough worker nodes are alloted.

Clarify Issue:

The node.properties file is not configured to the correct value of licensed nodes

Clarify Server Log Error:

2016-04-13 10:57:02,070 ERROR [com.extol.application.util.j2ee.BootStrap] Exception initializing Worker node: The Worker node requested 5 Workers, but that would exceed the total number of Workers allowed by your license. Please restart the Worker node with fewer Workers, or contact your Customer Account Manager or Technical Support to re-license the application.
Exception detail:
com.extol.elk.LicensingException: The Worker node requested 5 Workers, but that would exceed the total number of Workers allowed by your license. Please restart the Worker node with fewer Workers, or contact your Customer Account Manager or Technical Support to re-license the application.
at com.extol.elk.LicensingException.insufficentLicenseForClusterMaxWorkers(LicensingException.java:23)
at com.extol.application.util.j2ee.BootStrap.initServerCluster(BootStrap.java:986)

Clarify Resolution:

User needs to update the node configuration file in their workspace D:\EBICustom\Workspaces\EBI4_Runtime_Workspace\nodes\workspace

File: node.properties

#EBI Node Configuration
#Thu Mar 10 09:44:36 CST 2016
ebi.receiverSystem.port=0
com.extol.ebi.runtime.websocket.port=8025
com.extol.ebi.runtime.jetty.ssl.port=8444
ebi.akka.numWorkers=5
ebi.coordinatorSystem.port=2551
com.extol.ebi.runtime.acservices.port=8889
com.extol.ebi.runtime.jms.port=61617
com.extol.ebi.runtime.jetty.port=8082
ebi.akka.hostname=127.0.0.1


By: on