Page 1 of 1

Can't find bundle for base name i18n_bar

Posted: Tue Mar 24, 2009 8:46 am
by exeicom
This is the error :

24-mar-2009 9.43.53 jfileupload.upload.client.MApplet <init>
INFO: JFileUpload 2.3 Build FINAL.001
java.util.MissingResourceException: Can't find bundle for base name i18n_bar, locale it_IT
at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at jfileupload.transfer.client.util.E.A(Unknown Source)
at jfileupload.transfer.client.util.Conf.G(Unknown Source)
at jfileupload.transfer.client.util.Conf.B(Unknown Source)
at jfileupload.upload.client.MApplet.init(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Eccezione: java.util.MissingResourceException: Can't find bundle for base name i18n_bar, locale it_IT

All files are located in the correct folder.
Thanks for help

Re: Can't find bundle for base name i18n_bar

Posted: Tue Mar 24, 2009 6:19 pm
by support
Are you able to access i18n_bar.properties directly in browser with:
http://yourserver.com/something/i18n_bar.properties

It not then it means you have to enable .properties serving in your web server. To do so, enable "text/plain" type to ".properties" extension in your web server mime-types section.

Does it help ?

Re: Can't find bundle for base name i18n_bar

Posted: Wed Mar 25, 2009 5:34 pm
by exeicom
Hi,
I'm running Microsoft IIS6 as web server.
Can you send me the configuration details for .properties extension ?
My project is in asp code.
How can I store the submitted files on a specific folder with a specific name ? Are there any examples for asp code ?
Many thanks

Daniele

Re: Can't find bundle for base name i18n_bar

Posted: Wed Mar 25, 2009 6:46 pm
by support
For IIS, you have to launch IIS manager and right-click on your web server name and click on button close to "mime-types". You have instructions:
http://www.microsoft.com/technet/prodte ... 99ead.mspx

About ASP upload script, we have a an ASP.NET sample at:
http://www.jfileupload.com/products/tools/index.html

Could it fit to your need ?