Deployment progress messages
During the deployment process, i2 Analyze displays detailed messages that provide information about the state and configuration of the system.
The output from the deployment process describes each task that the setup command performs during deployment. If a task runs successfully, then only its name appears. For example:
:buildApplication
There are two reasons why a task might not run, but deployment can still proceed.
UP-TO-DATE
The task was performed earlier, or its output is already present. For example:
:installJDBCDrivers UP-TO-DATE
SKIPPED
The task is not required for this deployment. For example:
:importLTPAKey SKIPPED
If an error occurs, deployment stops in a controlled manner. i2 Analyze displays a stack trace that contains the name of the task that failed, and information about the location of the error. For example:
:createDatabasesIfNecessary FAILED
FAILURE: Build failed with an exception.
* Where:
Script 'C:\i2\i2analyze\toolkit\scripts\gradle\database.gradle' line: 173
* What went wrong:
Execution failed for task ':createDatabasesIfNecessary'.
The messages are displayed on screen and sent to the log files that are stored in the toolkit\configuration\logs directory.