- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 06:24 AM
Hi
i tried to instal internationalization plugin. But my PDI is stucked. It was estimation about 2-3 hours per language, but in reality there is 5-6h, anyway during last weekend installation progress disappear and today start again. How to stop installation plugin progress? i cannot instal any other plugins due to stuck
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 08:00 AM - edited 03-20-2023 08:00 AM
There is a Mutex that controls execution of activation. If that is not available you won't be able to activate any other plugins.
Good luck. Download the node log. check the 'Plugin Installation History''
Look for:
2023-03-20 07:40:18 (767) worker.0 worker.0 txid=39c5ec806710 Attempting to acquire Update-Mutex for Plugin Activation for com.snc.adaptive_authentication
in the node log, I use "acquire Update-Mutex" and the Plugin ID. Then I use "worker.0 txid=39c5ec806710" to find all related entries in the node log. and the last entry:
2023-03-20 07:41:26 (342) worker.0 worker.0 txid=39c5ec806710 Completed: Adaptive Authentication.31c564cc973121101dd3fa67f053af4c in 0:01:07.585, next occurrence is null, sys_created_on: 2023-03-20 14:40:18, trigger_type: 0 (Run Once), priority: 25, run_time: , repeat: , previous next_action time: 2023-03-20 14:40:18.000 UTC, current next_action time: null, max_drift: null, queued on: 2023-03-20 14:40:18.734 UTC, execution time millis: 67585, actual start time: 2023-03-20 14:40:18.752 UTC, actual end time: 2023-03-20 14:41:26.337 UTC
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 06:42 AM
Internationalization plugin activation will take some time. As translations are "processed". I suggest you click the "Continue in background'. Or scroll down and see if there is any activity being reported. And until finished, you won't be able to activate any others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 06:50 AM
This is know. but it stucked for some days, because unfortunately it take really more time than expected.
I cancelled already that installation in the progress worker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 08:00 AM - edited 03-20-2023 08:00 AM
There is a Mutex that controls execution of activation. If that is not available you won't be able to activate any other plugins.
Good luck. Download the node log. check the 'Plugin Installation History''
Look for:
2023-03-20 07:40:18 (767) worker.0 worker.0 txid=39c5ec806710 Attempting to acquire Update-Mutex for Plugin Activation for com.snc.adaptive_authentication
in the node log, I use "acquire Update-Mutex" and the Plugin ID. Then I use "worker.0 txid=39c5ec806710" to find all related entries in the node log. and the last entry:
2023-03-20 07:41:26 (342) worker.0 worker.0 txid=39c5ec806710 Completed: Adaptive Authentication.31c564cc973121101dd3fa67f053af4c in 0:01:07.585, next occurrence is null, sys_created_on: 2023-03-20 14:40:18, trigger_type: 0 (Run Once), priority: 25, run_time: , repeat: , previous next_action time: 2023-03-20 14:40:18.000 UTC, current next_action time: null, max_drift: null, queued on: 2023-03-20 14:40:18.734 UTC, execution time millis: 67585, actual start time: 2023-03-20 14:40:18.752 UTC, actual end time: 2023-03-20 14:41:26.337 UTC
Good luck.