Page 1 of 1

Problem after transferring to new server

Posted: Thu Aug 24, 2017 12:18 pm
by ben
Hi,

I have migrated to a new server and have the errors below in the java console. The identical code works successfully on the previous server and I've checked user permissions on the folder to make sure they match

[INFO] MApplet - JFileUpload 3.3 Build FINAL.001

[ERROR] CustomResourceBundle - Cannot load /Modules/ICB/JFUploader/i18n_bar.properties <java.io.FileNotFoundException: http://www. http://www.


Cheers,
Ben

Re: Problem after transferring to new server

Posted: Sun Aug 27, 2017 10:02 am
by support
.properties files may not be served by your web server. Make sure you're able to access the i18n_bar.properties directly from browser. Usually IIS needs .properties to be mapped to text/plain mime-type to be served.