Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
7.5k views
in Java FTP by (600 points)
I've just installed and started testing edtfptj-ssl (version 1.1.4) with Java 1.5.0 (J2SE 5.0) and encountered the following Exception. This occurs consistently (reproducable). I didn't know whether anyone else had encountered this, so I thought I should post it.

Steve

java.lang.Error: Internal inconsistency
at com.enterprisedt.net.puretls.TLSPRF.<init>(TLSPRF.java:135)
at com.enterprisedt.net.puretls.SSLPRF.getPRFInstance(SSLPRF.java:58)
at com.enterprisedt.net.puretls.SSLHandshake.computeMasterSecret(SSLHandshake.java:306)
at com.enterprisedt.net.puretls.SSLHandshakeClient.sendClientKeyExchange(SSLHandshakeClient.java:312)
at com.enterprisedt.net.puretls.SSLHandshakeClient.handshakeContinue(SSLHandshakeClient.java:138)
at com.enterprisedt.net.puretls.SSLHandshake.handshake(SSLHandshake.java:125)
at com.enterprisedt.net.puretls.SSLConn.handshake(SSLConn.java:143)
at com.enterprisedt.net.puretls.SSLSocket.handshake(SSLSocket.java:437)
at com.enterprisedt.net.ftp.ssl.B.I(Unknown Source)
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.auth(Unknown Source)

7 Answers

0 votes
by (162k points)
1.5.0 is untested territory for us so far.

Thanks for posting - we will get to work on 1.5 compatibility sooner than we thought :)

I've just installed and started testing edtfptj-ssl (version 1.1.4) with Java 1.5.0 (J2SE 5.0) and encountered the following Exception. This occurs consistently (reproducable). I didn't know whether anyone else had encountered this, so I thought I should post it.

Steve

java.lang.Error: Internal inconsistency
at com.enterprisedt.net.puretls.TLSPRF.<init>(TLSPRF.java:135)
at com.enterprisedt.net.puretls.SSLPRF.getPRFInstance(SSLPRF.java:58)
at com.enterprisedt.net.puretls.SSLHandshake.computeMasterSecret(SSLHandshake.java:306)
at com.enterprisedt.net.puretls.SSLHandshakeClient.sendClientKeyExchange(SSLHandshakeClient.java:312)
at com.enterprisedt.net.puretls.SSLHandshakeClient.handshakeContinue(SSLHandshakeClient.java:138)
at com.enterprisedt.net.puretls.SSLHandshake.handshake(SSLHandshake.java:125)
at com.enterprisedt.net.puretls.SSLConn.handshake(SSLConn.java:143)
at com.enterprisedt.net.puretls.SSLSocket.handshake(SSLSocket.java:437)
at com.enterprisedt.net.ftp.ssl.B.I(Unknown Source)
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.auth(Unknown Source)
0 votes
by (162k points)
We've replicated this error and are currently working on a solution.

1.5.0 is untested territory for us so far.

Thanks for posting - we will get to work on 1.5 compatibility sooner than we thought :)

I've just installed and started testing edtfptj-ssl (version 1.1.4) with Java 1.5.0 (J2SE 5.0) and encountered the following Exception. This occurs consistently (reproducable). I didn't know whether anyone else had encountered this, so I thought I should post it.

Steve

java.lang.Error: Internal inconsistency
0 votes
by (162k points)
O Happy Day! We have a working solution! A slightly nastier problem to find than first thought.

We'll email a preliminary build (1.1.5) to you so you can try it out.

We've replicated this error and are currently working on a solution.
0 votes
by (140 points)
hi, i am facing the exact same problem, i just wanted to know what is the problem with 1.1.4 and java 1.5.0 ?
i have a wrapper class written over the edtFTP and if i dont want to upgrade to the newer version, is there a workaround to this probem ?


Thanks
0 votes
by (162k points)
Upgrading is the only solution to this problem.

1.1.4 is almost 3 years old and there's been literally hundreds of fixes and improvements. You shouldn't find it too onerous to upgrade - we've tried to keep the API as backwardly compatible as possible.
0 votes
by (240 points)
Upgrading is the only solution to this problem.

1.1.4 is almost 3 years old and there's been literally hundreds of fixes and improvements. You shouldn't find it too onerous to upgrade - we've tried to keep the API as backwardly compatible as possible.



I am facing the same problem. i download the edtftppro 1.5.4 version and try to compile it with my existing license and jdk 1.5.0_11 i got this Exception :

java.lang.Error: Internal inconsistency

at com.enterprisedt.net.puretls.TLSPRF.<init>(TLSPRF.java:135)

at com.enterprisedt.net.puretls.SSLPRF.getPRFInstance(SSLPRF.java:58)

at com.enterprisedt.net.puretls.SSLHandshake.computeMasterSecret(SSLHandshake.java:306)

tell me what to do.
0 votes
by (162k points)
Please email us a full log file set to ALL level (see the manual for details). support@.....

Categories

...