MB 2.x to 4.0 migrator utility gives exception while starting

MB 2.x to 4.0 migrator utility gives exception while starting

book

Article ID: KB0086633

calendar_today

Updated On:

Products Versions
TIBCO MessageBroker -
Not Applicable -

Description

Description:
Symptons:
=========

While starting 2.x to 4.0 migrator utility we get the following exception:
Exception in thread "main" java.lang.NoClassDefFoundError: com/tibco/mapper/ui/UISchemaTreeNode

Impact:
======

Loss of functionality. The following migration utilities cannot be started :
1. mbmigrator.bat  / mbmigratorgui.bat
2. mbmigrator.sh / mbmigratorgui.sh

Workaround:
===========

Add "mapper.jar" in the MB_CLASSPATH variable inside the migrator scripts mbmigrator.sh  and mbmigratorgui.sh which are located under &ltTIB_MB_HOME>/migrator/bin.

Cause:
======

The java class com/tibco/mapper/ui/UISchemaTreeNode is a part of mapper.jar which is not present in the classpath hence cannot be located.
  
Resolution:
==========

As described in the workaround.
Symptoms:

Cause:

Issue/Introduction

MB 2.x to 4.0 migrator utility gives exception while starting