** bump ** still having this issue... and am pulling hairs out (losing more than gaining these days...) trying to figure out why the migration tool starts out fine then craps.
I decided to uninstall everything and create a whole new install of the latest j2EE JDK (since my original install had stuff inside of c:\Program Files\Java - and I wanted to eliminate tricky issues with having a space in the path). So, after uninstall and deleting all
Java, I went through the registry on my dev machine and did a search for "c:\Program Files\Java" and replaced them all with "c:\java" - the new location for java stuff to be installed - then reinstalled everything anew.
then I tried migrating an ear that was a web app...
Looks slightly different, but in general, I am still getting the same old stuff as in the previous posting... Maybe the strange syntax in the first line of the exception is the clue
but I can't find this in my code and am wondering if anyone has ever seen anything like this before? Also, I'm noting that all references in the exception path to any sun.iasmt.* classes are "Unknown Source"... perhaps another clue to something not defined or configured somewhere; but what and where? I just don't know where to look...
BTW - the code I am working on converting is from a Websphere 5.1 runtime environment and I have no access to the server that the files were exported from.
Da Lizard