please attach the xml file so we can download it, and provide some information about Activiti version (and any setup details you consider relevant)
after I had a look into the log you attached i can see this:
<code>
Caused by: java.lang.NullPointerException
at org.activiti.editor.ui.ImportUploadReceiver.showUploadedDeployment(ImportUploadReceiver.java:150)
</code>
you can start debugging the issue by placing a breakpoint at line 150 in ImportUploadReceiver.java file.
and then you can investigate what's NULL at that line.