jk5605012 / ndt

Automatically exported from code.google.com/p/ndt
Other
0 stars 0 forks source link

NDT Java-Applet needs all-permission with Java 8 #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Precompiled signed Java Applet doesn't work with Java 8 (Java 8 u25). 

Error message:
Unexpected exception (java.security.AccessControlException): access denied 
("java.net.SocketPermission" "IP:3001" "connect,resolve")

Solution:
Applet needs "all-permissions" instead of "sandbox" permission. 
http://docs.oracle.com/javase/8/docs/technotes/guides/deploy/whatsnew_deployment
.html

NDT Version: 3.7.0-rc1

Original issue reported on code.google.com by thushjan...@gmail.com on 21 Jan 2015 at 11:04

Attachments:

GoogleCodeExporter commented 9 years ago
Could you try this jar file, and see if it works: 
http://ndb1.internet2.edu/~aaron/Tcpbw100.jar

You'll need to download it, place it into /usr/ndt . After that, you may need 
to clear out your java files cache.

Original comment by AaronMat...@gmail.com on 21 Jan 2015 at 3:52

GoogleCodeExporter commented 9 years ago
Thank you very much! The Java-Applet works now with Java 8.

Original comment by thushjan...@gmail.com on 22 Jan 2015 at 8:13

GoogleCodeExporter commented 9 years ago
Fixed in trunk

Original comment by AaronMat...@gmail.com on 12 Mar 2015 at 12:26