IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Java Discussion :

Aide ouverture graphique prorealtime JAVA


Sujet :

Java

  1. #1
    Nouveau Candidat au Club
    Homme Profil pro
    Chargé de référencement
    Inscrit en
    Février 2014
    Messages
    1
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 43
    Localisation : France

    Informations professionnelles :
    Activité : Chargé de référencement

    Informations forums :
    Inscription : Février 2014
    Messages : 1
    Points : 1
    Points
    1
    Par défaut Aide ouverture graphique prorealtime JAVA
    Bonjour

    Depuis qq temps je n'arrive plus à ouvrir le graphe prorealtime qui fonctionne avec java.
    Je précise que je suis un novice en java.
    Je suis wous windows 7 et c'est un ordi de travail donc je n'ai pas les acces d'administrateur...
    Quand je vais dans le panneau de config j'ai 7 versions de java installées : des 1.06 et une 1.07.0_09


    Voici le fichier de lancement jnlp :

    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+" codebase="http://tc.md.it-finance.com/ProRealTime_V10/">
    <information>
    <title>ProRealTime</title>
    <vendor>ProRealTime</vendor>
    <homepage href="http://www.it-finance.com" />
    <description>ProRealTime</description>
    <description kind="short">ProRealTime</description>
    <icon href="./images_custom/splash_advanced_frontend.gif" kind="splash" />
    <icon href="./images_custom/icon.gif" />
    </information>

    <security>
    <all-permissions/>
    </security>

    <resources>
    <j2se version="1.6.0+" href="http://java.sun.com/products/autodl/j2se" max-heap-size="1024M" java-vm-args="-noverify"/>
    <jar href="https://www.marketdatasystems.com/download/charts/V10/IGIndex-10.1-20140206010001.jar" main="true" download="eager" />
    <jar href="java/sounds-ogg-2015-3.jar" download="lazy" />
    <jar href="java/proordersounds-ogg-2015-3.jar" download="lazy" />
    <jar href="https://www.marketdatasystems.com/download/charts/V10/IGIndex-10.1-20140206010001-fr.jar" download="lazy" />
    <property name="-Dsun.java2d.d3d" value="false"/>
    </resources>
    <application-desc main-class="General.StartApplet">
    <argument>http://tc.md.it-finance.com/ProRealTime_V10/</argument>
    <argument>c98b1e0842ad02c9414d38edbe0933e8db9fdd04fcb62e069a60957b696e246a</argument>
    <argument>lang=fr_FR_IGIndex|port=10016|pingport=10015|mainframetitle=ProRealTime|debuglevel=1|pkey=53810c6a8c3675a412482a9bd525dd9337ddebd78a7d5bda72e9400fa4a4c952|sign=8c3e8abdfc342e6fcd4961967b603e5eed485d1c214d4203f0b4d2fd715726ca</argument>
    </application-desc>
    </jnlp>

    Et voici le détail de l'erreur :

    java.lang.ExceptionInInitializerError
    at com.sun.deploy.net.protocol.https.Handler.openConnection(Unknown Source)
    at java.net.URL.openConnection(Unknown Source)
    at com.sun.deploy.net.BasicHttpRequest.createUrlConnection(Unknown Source)
    at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
    at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
    at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
    at com.sun.javaws.Launcher.launch(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassCastException: sun.security.ssl.X509TrustManagerImpl cannot be cast to com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager
    at com.sun.deploy.security.X509ExtendedDeployTrustManager.<init>(Unknown Source)
    at com.sun.deploy.net.protocol.https.Handler$Initializer$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.deploy.net.protocol.https.Handler$Initializer.<clinit>(Unknown Source)
    ... 22 more

    Merci pour votre aide !

  2. #2
    Membre habitué
    Profil pro
    Opération
    Inscrit en
    Décembre 2012
    Messages
    91
    Détails du profil
    Informations personnelles :
    Localisation : Belgique

    Informations professionnelles :
    Activité : Opération

    Informations forums :
    Inscription : Décembre 2012
    Messages : 91
    Points : 188
    Points
    188
    Par défaut
    Peut faut-il réinstaller le jre :
    http://bugs.java.com/bugdatabase/vie...bug_id=7138656

Discussions similaires

  1. Bienvenue sur le forum Interfaces Graphiques en Java - règles à respecter par tous
    Par christopheJ dans le forum Interfaces Graphiques en Java
    Réponses: 1
    Dernier message: 31/05/2009, 15h50
  2. demande d'aide sur le graphique en java
    Par aster-ilyass dans le forum Composants
    Réponses: 3
    Dernier message: 24/03/2009, 14h41
  3. Réponses: 12
    Dernier message: 26/06/2006, 21h00
  4. [choix langage] calcul,graphiques,portabilite: java ou c++?
    Par brassouille dans le forum Langages de programmation
    Réponses: 12
    Dernier message: 15/07/2004, 11h09
  5. [Crypto] Besoin d'aide de cryptage en java
    Par djyb2003 dans le forum Sécurité
    Réponses: 3
    Dernier message: 08/03/2004, 18h13

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo