I always start yed with the java web start. But now an exception appears during start. The error reporting says the following:
JNLPException[category: Sicherheitsfehler : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="http://www.yworks.com/products/yed/demo" href="yed.jnlp">
<information>
<title>yEd Graph Editor</title>
<vendor>yWorks GmbH</vendor>
<homepage href="http://www.yworks.com"/>
<description>yEd Graph Editor</description>
<description kind="short">An editor for graphs and diagrams that uses the capabilities of the graph visualization library yFiles.</description>
<icon href="yball64x64.gif" width="64" height="64"/>
<icon href="yball32x32.gif" width="32" height="32"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+" initial-heap-size="32m" max-heap-size="512m"/>
<j2se version="1.6+" initial-heap-size="32m" max-heap-size="512m"/>
<jar href="yed.jar"/>
</resources>
<application-desc/>
</jnlp> ]
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareResources(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(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)
I have already tried to remove the yWorks certificate from the java certificate cash, but this hadn't had any effect.
What could be the problem?
The problem appeared with
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)