That screenshot indicates there are memory problems. Is there a difference in RAM between the source and destination servers? Or does the destination server have more programs running so it has less free memory even if the amount of RAM there is the same as at the source?
Also, if it's permgen, you'll want to find the tomcat startup file (on linux it's tomcat/scripts/ctl.sh, maybe look for tomcat/scripts/ctl.bat on your computer or similar, or find how startup.bat eventually starts tomcat. In that batch file you'll probably see a JAVA_OPTS variable. In that variable set the following:
XX:MaxPermSize=512m -Xmx1024
you may want to increase or decrease those numbers as appropriate for you. They work for me although my max permgen size of 512MB is probably too high :-). Works for me though, memory is cheap, headaches are expensive.
If that doesn't help (or if your values are already high) then you'll probably need to post your whole tomcat7 command line (not sure how you'd get that from windows, maybe something in the task manager?) and probably also all of alfresco.log and catalina.log. Before posting the log files (just copy-paste them here), first stop alfresco, remove the current log files (so you'll have new log files that don't have extra content) and then start alfresco. when it fails, stop it again and copy-paste the log file content. Log file content could be pasted here or (maybe better) pasted on pastebin.com and you just paste the URL to the pastebin here.