Resource file not loading

Explorer-like frontend add-on to upload/download.
Post Reply
ssmith1227
Posts: 2
Joined: Wed Aug 05, 2009 7:48 pm

Resource file not loading

Post by ssmith1227 »

I cannot seem to get the file explorer to load. The Java console says:

Java Plug-in 1.5.0
Using JRE version 1.5.0 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\ssmith


----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

Aug 5, 2009 3:46:43 PM jfileupload.upload.client.MApplet <init>
INFO: JFileUpload 2.4 Build FINAL.001
Aug 5, 2009 3:46:44 PM jfileupload.transfer.client.http.E C
INFO: Auto-detect proxy settings (ps): DIRECT
Aug 5, 2009 3:46:44 PM jfileupload.transfer.client.http.E C
INFO: Auto-detect proxy settings : host = null
Aug 5, 2009 3:46:44 PM jfileupload.transfer.client.http.E C
INFO: Auto-detect proxy settings : port = -1
Aug 5, 2009 3:46:44 PM jfileupload.transfer.client.util.A A
INFO: Loading regFile : license.txt
Aug 5, 2009 3:46:44 PM jfileupload.transfer.client.util.A A
INFO: Registered to :entrix.com
Aug 5, 2009 3:51:20 PM jfileupload.upload.client.MApplet <init>
INFO: JFileUpload 2.4 Build FINAL.001
Aug 5, 2009 3:51:21 PM jfileupload.upload.client.MApplet A
INFO: CustomSM enabled
java.util.MissingResourceException: Can't find bundle for base name i18n_bar, locale en_US
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.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

I verified that the .properties files show up in the browser. I did have to add it to the mimetypes on IIS. I've verfied the names to all be the same in javascript file. Any ideas.

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

Re: Resource file not loading

Post by support »

Could you try to clean your browser cache and Java cache:
Start->Control panel->Java->First tab->Delete temporary files->Apply

Also, does our online demo load on your side ?
http://www.jfileupload.com/products/dem ... lorer.html

ssmith1227
Posts: 2
Joined: Wed Aug 05, 2009 7:48 pm

Re: Resource file not loading

Post by ssmith1227 »

I cleared the cache multiple times. Yes the demo loads and runs fine...

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

Re: Resource file not loading

Post by support »

Are you 100% sure that the .properties are in same folder as HTML/JavaScript and available from browser? What do you have for CODEBASE parameters?

Post Reply