Welcome Guest! Log in
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…


 

Symptom

When trying to schedule a delivery, the following error is displayed in a popup window:

 

An error has occured during the scheduling process

Reason:

Scheduler is not started.

 

87-01

 

Solution

 

First, make sure the scheduler service is enabled in the Runtime property file "commonParameters.xml":

<?xml version="1.0" encoding="UTF-8"?>
<repository>
<include file="../logs/logMysql.xml"/>
<engineParameters>
[...]
<parameter name="launchSchedulerEngine" value="true"/>
[...]
</engineParameters>
</repository>

 

After setting this to 'true', restart the Runtime.

 

You can check the scheduler status with a runtime command:

> get services
Name Status Duration
rmi Running 0:00:13.998
rdbms Running 0:00:19.89
execution Running 0:00:14.310
soap Running 0:00:08.109
listener Running 0:00:14.310
scheduler Running 0:00:10.172

 

A screenshot of the command executed from Analytics:

87-02

 

 

Knowledge Base

Suggest a new Article!