configed.jnlp: Unable to launch the application (Mac OS X)
Verfasst: 19 Jun 2012, 19:16
Hallo,
seit dem neuesten Java-Update auf Mac OS X 10.7. (Java for OS X 2012-004), kann das OPSI Java Webstart-File nicht mehr gestartet werden (leider kan ich wegen "Das Kontingent für Dateianhänge ist bereits vollständig ausgenutzt" keinen Screenshot hochladen). Die anonymisierten Detailangaben sind:
Error
Launch File
Exception
Es scheint so, dass Java verstaendlicherweise nicht mehr akzeptiert, wenn eine Applikation vollen Zugriff auf das System verlangt (auch wenn man es als unprivilegierter Benutzer ausfuehrt).
Gruss
Frank Thommen
seit dem neuesten Java-Update auf Mac OS X 10.7. (Java for OS X 2012-004), kann das OPSI Java Webstart-File nicht mehr gestartet werden (leider kan ich wegen "Das Kontingent für Dateianhänge ist bereits vollständig ausgenutzt" keinen Screenshot hochladen). Die anonymisierten Detailangaben sind:
Error
Code: Alles auswählen
Unsigned Application requesting unrestricted access to system
Unsigned resource:
https://SERVER:4447/configed/configed.jar
Code: Alles auswählen
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="https://SERVER:4447" href="configed.jnlp">
<information>
<title>opsi-configed</title>
<vendor>uib GmbH</vendor>
<homepage href="http://www.opsi.org/"/>
<description>Management console application for the opsi client management system</description>
<description kind="short">opsi management interface (opsi-configed)</description>
<icon href="configed.gif"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.6+" max-heap-size="512M"/>
<property name="loglevel" value="4" />
<jar href="configed/configed.jar" main="true"/>
<jar href="configed/swingx.jar"/>
</resources>
<application-desc main-class="de.uib.configed.configed">
<argument>-h</argument><argument>SERVER:4447</argument>
</application-desc>
</jnlp>
Code: Alles auswählen
JNLPException[category: Security Error : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="https://SERVER:4447/" href="https://SERVER:4447/configed.jnlp">
<information>
<title>opsi-configed</title>
<vendor>uib GmbH</vendor>
<homepage href="http://www.opsi.org/"/>
<description>Management console application for the opsi client management system</description>
<description kind="short">opsi management interface (opsi-configed)</description>
<icon href="https://SERVER:4447/configed.gif" kind="default"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<update check="timeout" policy="always"/>
<resources>
<java max-heap-size="536870912" version="1.6+"/>
<property name="loglevel" value="4"/>
<jar href="https://SERVER:4447/configed/configed.jar" download="eager" main="true"/>
<jar href="https://SERVER:4447/configed/swingx.jar" download="eager" main="false"/>
</resources>
<application-desc main-class="de.uib.configed.configed">
<argument>-h</argument>
<argument>SERVER:4447</argument>
</application-desc>
</jnlp> ]
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1691)
at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1507)
at com.sun.javaws.Launcher.prepareResources(Launcher.java:1281)
at com.sun.javaws.Launcher.prepareAllResources(Launcher.java:634)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:336)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:208)
at com.sun.javaws.Launcher.launch(Launcher.java:125)
at com.sun.javaws.Main.launchApp(Main.java:451)
at com.sun.javaws.Main.continueInSecureThread(Main.java:283)
at com.sun.javaws.Main$1.run(Main.java:116)
at java.lang.Thread.run(Thread.java:680)
Gruss
Frank Thommen