occasionally, the migration tool may stop responding during either scan or migrate operations. You can tell if the tool has stopped responding if either:
You stop seeing status messages, or
CPU utilization goes down in the Task Manager.
To resolve this condition, perform one of the following:
Kill the entire Java process that is running the migration tool, then re-run the migration with the djc.migratejagtoolTimeout value set:
Set the Java system property djc.migrateJagtoolTimeout which specifies the maximum amount of time (in seconds) that the migration tool waits for a jagtool command to finish. Set the timeout value sufficiently high so that jagtool processes have enough time to complete a given task, 5 minutes. To launch the migration tool and set the property to 5 minutes, enter:
migrate.bat -Ddjc.migrateJagtoolTimeout=600
Terminate the jagtool Java process that is not responding.
Once you have identified and terminated the offending process, migration can continue successfully, although you may see other jagtool calls that do not respond, requiring you to terminate those processes as well.