Can't find bundle for base name i18n_bar

Image previewer add-on.
Post Reply
exeicom
Posts: 4
Joined: Tue Mar 24, 2009 8:41 am

Can't find bundle for base name i18n_bar

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Can't find bundle for base name i18n_bar

Post 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 ?

exeicom
Posts: 4
Joined: Tue Mar 24, 2009 8:41 am

Re: Can't find bundle for base name i18n_bar

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Can't find bundle for base name i18n_bar

Post 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 ?

Post Reply