Page 1 of 1

Security problem

Posted: Tue Feb 04, 2014 2:08 pm
by desIntecca
Hi,

With the last version of Java installed (1.7.0_51-b13) our JFileUpload Pro shows the following warning: java1.png
And then it fails to start with: java2.png

Could you please include the required permissions manifest attribute in your applet? Is there any other way to fix these errors?

Regards

Re: Security problem

Posted: Wed Feb 05, 2014 6:34 pm
by support
You just need to update to release 3.2. You can download it from our web site. Update all JAR files and it will work. Release 3.2 fixes all security issues related to JRE 1.7.0_51.

Re: Security problem

Posted: Mon Mar 03, 2014 5:39 pm
by Nnash
I had the same error, replaced the jar files which seemed to change the error
now i load the file, but it comes up with the following error:

NoClassDefFoundError

jfileupload/transfer/client/http/C



clicking on details provides

Code: Select all

Java Plug-in 10.51.2.13
Using JRE version 1.7.0_51-b13 Java HotSpot(TM) Client VM
User home directory = C:\Users\nnash
----------------------------------------------------
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
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>
----------------------------------------------------
CacheEntry[http://www.bbioperations.com/_JDiskExplorer_FTPClient/lib/jfileupload.jar]: updateAvailable=true,lastModified=Fri Mar 01 10:36:09 CST 2013,length=118784
CacheEntry[http://www.bbioperations.com/_JDiskExplorer_FTPClient/lib/ftpimpl.jar]: updateAvailable=true,lastModified=Fri Mar 01 10:36:08 CST 2013,length=26242
CacheEntry[http://www.bbioperations.com/_JDiskExplorer_FTPClient/lib/cnet.jar]: updateAvailable=true,lastModified=Fri Mar 01 10:36:06 CST 2013,length=198546
CacheEntry[http://www.bbioperations.com/_JDiskExplorer_FTPClient/lib/clogging.jar]: updateAvailable=true,lastModified=Fri Mar 01 10:36:04 CST 2013,length=46561
[INFO] MApplet - JFileUpload 3.2 Build FINAL.001
[INFO] MApplet - CustomSM enabled
[INFO] D - Ftp simultaneous connections = 1
[INFO] E - Control encoding: ISO-8859-1
CacheEntry[http://www.bbioperations.com/_JDiskExplorer_FTPClient/lib/explorerui.jar]: updateAvailable=true,lastModified=Fri Mar 01 10:36:08 CST 2013,length=80024
[INFO] Conf - TransferUI instantiated : jfileupload.transfer.client.explorer.ExplorerTransferUI
[INFO] ExplorerTransferUI - JDiskExplorer 3.2 FINAL.001
[INFO] D - Ftp simultaneous connections = 1
[INFO] E - Control encoding: ISO-8859-1
[INFO] D - Ftp simultaneous connections = 1
[INFO] E - Control encoding: ISO-8859-1
[INFO] A - Loading regFile : explorer.oxw
[INFO] A - Registered to :bbioperations.com
Any idea? I will let you know if i find a fix.

Thanks!

Re: Security problem

Posted: Mon Mar 03, 2014 6:00 pm
by Nnash
I had posted about getting a different error i fixed it from another thread, i updated

applet_ftp_explorer.js

and added httpimpl.jar to the 3 Archive strings ARCHIVE="lib/jfileupload.jar,lib/ftpimpl.jar,lib/cnet.jar,lib/clogging.jar,lib/explorerui.jar,lib/httpimpl.jar"

Re: Security problem

Posted: Mon Mar 17, 2014 7:55 am
by support
Thanks for the feedback.