cancel
Showing results for 
Search instead for 
Did you mean: 

There are some active local session contexts left for tenant master

former_member684361
Discoverer
0 Kudos

I get below error while running a cron job to publish promotion.

There are some active local session contexts left (1) for tenant master, this might indicate there are not properly freed localsession context instances.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Experts,

We are also getting the same issue 'There are some active local session contexts left (2) for tenant master, this might indicate there are not properly freed localsession context instances.' for the anonymous carts and the site value is not updating in the carts.

We don't have custom logic to create a context.

Could someone suggest to fix this issue, appreciate your help.

former_member750065
Discoverer
0 Kudos

If you have written any custom code for creating a context, then it is important to remove or destroy the same in your implementation. probably like below:

jaloSession.removeLocalSessionContext();

former_member669623
Discoverer
0 Kudos

Hi, I am receiving the same warning. Were you able to find a resolution?