Created attachment 795985 [details] migration.log Description of problem: NoClassDefFoundError during migration Version-Release number of selected component (if applicable): f6efa70 How reproducible: always Steps to Reproduce: 1. install rhq 4.5 2. upgrade rhq 4.5 to 4.9 3. run rhq-data-migration.sh/bat Actual results: NoClassDefFoundError: org/rhq/core/util/obf uscation/PicketBoxObfuscator Expected results: migration take part without issues Additional info: reproduced on both windows and linux envs log attached
commit 4bef51991629aa65034b8798cb5eedff0bc8dafd Author: Stefan Negrea <snegrea> Date: Tue Sep 10 11:27:34 2013 -0500 - added rhq-core-util to the list of module dependencies - removed compression settings since the compression will not be available at all
There were two problems with the data migration tool after recent changes in the obfuscation code and Cassandra compression. First, the dependency on rhq-core-util was not correctly declared in the module.xml and also not packaged with the module by the build system. Second, the compression option was still left in the code even though it was completely disabled for the storage node. Fixed both problems with the commit above. Please retest.
verified please get screen-shot attached
Created attachment 796359 [details] migration.png verification buildId:4bef519
Bulk closing of RHQ 4.9 verified items