Etienne - 2013-09-19

Hi,

Not an easy one... :-(

Or not so hard, if my first try is good.
:-)

I guess :

  • The HTML page, which contains the APPLET taf is in https://jug.citroen.com/jug00Web
  • Then : in Java 1.6, the applet is in the cache, so no trouble : "Cache entry found".
  • In Java 1.7, the Java is not in the cache : "Entrée de cache introuvable"
    So it tries to download the applet. The "Content-Length : -1" seems really bad.
    Then it tries to get the files within the applet (ra/lang/lang_fr_BE.properties)

My opinion is that the difference between Java 1.6 and Java 1.7, in your case, is not the Java version, but the Java installation.
In 1.6, you have a correct version in the local cache.
In 1.7, you don't.

I would try :

  • Clear the Java cache in Java 1.6
  • Retry in Java 1.6.

My opinion is that you'll get the same trouble in Java 1.6

If yes, my first try is good, and the issue is on server side.

The applet jar file is probably either corrupted, no available or corrupted.

Let me know...

Regards
Etienne