I am having an interesting issue with mule-3.4.0 where I drop in a .zip file containing the files I would like mule to extract and deploy/create anchor for but when I check the logs, it complains that it cannot deploy the application because of a FileNotFoundException
The file that it is looking for is a file that would exist if it had extracted the archive.
I can't seem to hit the right keywords to search for this problem in google. Does anybody have any ideas or thoughts about why this is happening?
NOTE The application in question is not the problem because if I extract manually and drop the folder in the mule/apps folder it deploys correctly.