Diagnosis for the migration tool

The migration tool will output the messages into a log file named BTT_Migration.log. The file is placed in the project workspace. When you get something wrong in the migration process, you can check the log file to see what happens and then do the necessary work to make the migration tool work.

Common Errors are as follows:
  • The entity path is set as fromJAR. The migration tool does not support the path information set as fromJAR.
  • Class not found. It is usually caused by not finding the jar file of the application in the plug-in directory, not setting the plug-in.xml file correctly, or the class not packaged in the jar files, or the project cache is not cleaned (when you start WID or RAD, you can attach "-clean" parameter to clean the cache).
  • BTT envrionment initialization error. It is usually caused by not defining the defintion files correctly.
  • xJSP path is not correct.