Hi, I'm deploying a project on Windows Server 2008 R2 x64, and everything works fine, except for image upload. Uploading an image using the image widget gives the following error on the Mendix Console. Each error is preceded by a corresponding 'could not find mime type': 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageReaderSpi 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageReaderSpi 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageWriterSpi 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageWriterSpi 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageTranscoderSpi 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageTranscoderSpi 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageOutputStreamSpi 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageOutputStreamSpi 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageInputStreamSpi 404 - file not found for file: META-INF/services/javax.imageio.spi.ImageInputStreamSpi 404 - file not found for file: META-INF/services/org.apache.commons.logging.LogFactory 404 - file not found for file: META-INF/services/org.apache.commons.logging.LogFactory 404 - file not found for file: META-INF/services/org.apache.commons.logging.LogFactory The message given by the Java Console is as follows. I have x-ed out my employer's name from the session ID and the java package path: OutputImageConfiguration [Width=872, Height=1232, format=jpg, XDPI=0, YDPI 0, compression=0.0, bitsPerPixel=8, maximumFileSize=3145728, serviceURL=http://10.2.20.45:8080/Img/, imageUid=13158, sizeFlexibilityPercenage=0.15, SessionId=xxxxxxxx] HTTP Resposne 404 Error Unable to get message java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key HTTP404 at java.util.ResourceBundle.getObject(Unknown Source) at java.util.ResourceBundle.getString(Unknown Source) at com.xxxxx.ess.imaging.common.messages.Message.get(Message.java:53) at com.xxxxx.ess.imaging.common.messages.Message.getString(Message.java:61) at com.xxxxx.ess.service.HttpImageUpload.run(HttpImageUpload.java:79) Hide progress.. java.lang.Exception: !HTTP404! at com.xxxxx.ess.service.HttpImageUpload.run(HttpImageUpload.java:82) I've searched the net for answers to this - I'm logged in as an admin so I guess I have the required rights to access folders, I've ran the mendix console as administrator, and I've tried creating a folder path called META-INF/services with the files above in it, nothing worked. Any help on the issue would be appreciated, thanks