Skip to main content
Nintex Community Menu Bar

K2 Five 5.4 Blocking Error due to Package and Deployment Timeout

  • February 16, 2021
  • 0 replies
  • 492 views

Forum|alt.badge.img+5

Issue

Reviewing the installer trace logs will show the following error message:
11:21:20:>> DeployPackage.Execute: Logged Error: Package deployment timeout reached, stopping.
11:21:20:>> DeployPackage.Execute: End deploy Package
11:21:20:>> Target.Execute: !Completed: App Wizard.kspx, Success: False
11:21:20:>> Component.ExecuteTarget: Logged Error: Target did not complete successfully: App Wizard.kspx

 

Resolution

You may extend the timeout settings by adjusting the following keys in the Product.config file found inside the Installation folder.

from:
<setting key="LongProcessTimeout" value="300" />
<setting key="ShortProcessTimeout" value="60" />

to:
<setting key="LongProcessTimeout" value="3000" />
<setting key="ShortProcessTimeout" value="600" />