cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Impex run in Distibuted mode moving to paused state

Former Member
495

Hi, When we run Impex in distributed mode from the Import Impex Wizard, the distributed Cron job being created is always in a paused state. No imports are working in distributed mode.

Hybris version used: 6.3.0.9

Has anyone faced this issue before? Please share your approach if you had solved this problem.

Accepted Solutions (0)

Answers (1)

Answers (1)

evgenius
Explorer
0 Likes

I faced the same problem when unproperly configured the distributed impex mode.
I set nodeGroup while ran a local non-cluster-aware environment.

If this is a possible answer, you could either configure you local instance as a single-node or apply the next configuration:

<property name="synchronous" value="true"/>
<property name="legacyMode" value="false"/>
<property name="locale" value="en"/>
<property name="distributedImpexEnabled" value="true"/>
<property name="sldForData" value="true"/>