java.security.NoSuchAlgorithmException: Algorithm DH not available
843810Feb 20 2002 — edited Feb 22 2002Hi, I am fairly new to both java and forte. I am using forte 3.0 along with java 1.4.0. When I execute this particular piece of code from the command line it works fine. However, when I try to run it from within forte I get the following error.
java.security.NoSuchAlgorithmException: Algorithm DH not available
at javax.crypto.SunJCE_b.a(DashoA6275)
at javax.crypto.KeyAgreement.getInstance(DashoA6275)
at pnap.net.io.rmi.SecureSocket.doSecretKeyExchange(Unknown Source)
at pnap.net.io.rmi.SecureSocket.getOutputStream(Unknown Source)
at sun.rmi.transport.tcp.TCPConnection.getOutputStream(TCPConnection.java:66)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:189)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:313)
Do I need to edit my forte java.policy file or rmid.policy file?
Thanks,
Scott