View Single Post
  #6  
Unread 12-11-2009, 04:08 AM
bazzar bazzar is offline
A Grove Wisp
 
Join Date: Oct 2005
Server: Antonia Bayle
Posts: 27
Default

EDIT: I FIXED IT!

open java settings, go to java, go to "java runtime environment settings" -> show

on my system i have 3 users and 3 productversions. the fresh updated 1.6.0_17 and _07 and _03.

i deactivated 17 and 7 and only checked version 03 (the OLD version i read about and why i said, its a version issue!)

click ok. start profit updater. allow download, install. voila: works.

----------------------------(and sorry for my bad english )




hm, ok. i just read it somewhere.

"JAR-Ressourcen in JNLP-Datei sind nicht von dem selben Zertifikat signiert."

jar ressources in the jnlp-file are not sigend by the same certificate.


whatever this means, im a javanoob and i checked all certificatesettings i could find, but nothing helped.

from the profit script:
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.6.0_05+"/>

im using 1.6.0_17-b04 right now.

rest from the errormsg:

startscript
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="6.0+" codebase="http://updater.pala.de/" href="profitui.jnlp">
<information>
<title>ProfitUI Reborn Updater</title>
<vendor>Kaldran - EQ2 Valor Server</vendor>
<description>ProfitUI Reborn Updater</description>
<description kind="short">ProfitUI Reborn Updater</description>
<homepage href=""/>
<icon href="icon48.png" kind="default"/>
<shortcut>
<desktop/>
<menu submenu="ProfitUI Reborn Downloader"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<update check="always">
</update>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.6.0_05+" />
<jar href="Updater.jar" main="true" download="eager"/>
<jar href="lib/JDirectoryDialog.jar" download="eager"/>
<jar href="lib/ftpbean.jar" download="eager"/>
<jar href="lib/BareBonesBrowserLaunch.jar" download="eager"/>
<jar href="lib/hsqldb.jar" download="eager"/>
</resources>
<application-desc main-class="de.pala.updater.GUI.Main">
</application-desc>
</jnlp>
exception
Quote:
JNLPSigningException[Signatur der Startdatei konnte nicht verifiziert werden. Die signierte Version stimmt nicht mit der heruntergeladenen Version überein.]
at com.sun.javaws.jnl.LaunchDesc.checkSigning(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedLaunchDescHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedLaunchDesc(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)
ok, i have to admit, i trusted the "version too high" variant. but it seems like its a certificate issue. problem occurred after java update. and all i can find in the java setting is to import certificates. and all i can find at the profithomepage is a fingerprint.

any ideas?

Last edited by bazzar : 12-11-2009 at 04:22 AM.
Reply With Quote