Bug#644045: [Openjdk] Bug#644045: last icedtea-netx-common broke some jnlp

2011-10-03 Thread Sylvestre Ledru
reassign 644094 icedtea-netx-common
forcemerge 644094 644045
thanks

Le dimanche 02 octobre 2011 à 10:46 +0200, Rémi Vanicat a écrit :
 Package: icedtea-netx-common
 Version: 1.1.3-1
 Severity: normal
 
 Hello
 
 The webstart verion of geogebra stop to work[1] on my computer after I
 upgrade icedtea-netx-common to 1.1.3-1. This have been replicated on
 two (amd64) computer.
Could you try with openjdk-6-jre version 6b23~pre10-1 ?

thanks
S





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#644045: [Openjdk] Bug#644045: last icedtea-netx-common broke some jnlp

2011-10-03 Thread Rémi Vanicat
Sylvestre Ledru sylves...@debian.org writes:

 reassign 644094 icedtea-netx-common
 forcemerge 644094 644045
 thanks

 Le dimanche 02 octobre 2011 à 10:46 +0200, Rémi Vanicat a écrit :
 Package: icedtea-netx-common
 Version: 1.1.3-1
 Severity: normal
 
 Hello
 
 The webstart verion of geogebra stop to work[1] on my computer after I
 upgrade icedtea-netx-common to 1.1.3-1. This have been replicated on
 two (amd64) computer.
 Could you try with openjdk-6-jre version 6b23~pre10-1 ?

Upgrading openjdk this morning seems to have solve the problem. May be
dependency should be more strict?

-- 
Rémi Vanicat



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#644045: last icedtea-netx-common broke some jnlp

2011-10-02 Thread Rémi Vanicat
Package: icedtea-netx-common
Version: 1.1.3-1
Severity: normal

Hello

The webstart verion of geogebra stop to work[1] on my computer after I
upgrade icedtea-netx-common to 1.1.3-1. This have been replicated on
two (amd64) computer.

The corresponding jnlp can be fond there:
http://www.geogebra.org/cms/en/download

Note that both the 3.2 and the RC 4 failed

Note also that the geogebra from the debian package do work.

[1] The backtrace is:

Exception in thread main java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:262)
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:244)
at java.security.AccessController.doPrivileged(Native Method)
at
sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:244)
at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:224)
at sun.security.jca.ProviderList.getProvider(ProviderList.java:232)
at sun.security.jca.ProviderList.getService(ProviderList.java:330)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:157)
at java.security.Security.getImpl(Security.java:696)
at
java.security.AlgorithmParameters.getInstance(AlgorithmParameters.java:130)
at sun.security.x509.AlgorithmId.decodeParams(AlgorithmId.java:121)
at sun.security.x509.AlgorithmId.init(AlgorithmId.java:114)
at sun.security.x509.AlgorithmId.parse(AlgorithmId.java:381)
at sun.security.x509.X509Key.parse(X509Key.java:168)
at
sun.security.x509.CertificateX509Key.init(CertificateX509Key.java:75)
at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:705)
at sun.security.x509.X509CertInfo.init(X509CertInfo.java:169)
at sun.security.x509.X509CertImpl.parse(X509CertImpl.java:1747)
at sun.security.x509.X509CertImpl.init(X509CertImpl.java:196)
at
sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:107)
at
java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:322)
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:763)
at
sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
at java.security.KeyStore.load(KeyStore.java:1201)
at
net.sourceforge.jnlp.security.KeyStores.createKeyStoreFromFile(KeyStores.java:369)
at
net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:135)
at
net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:114)
at
net.sourceforge.jnlp.security.KeyStores.getCAKeyStores(KeyStores.java:191)
at
net.sourceforge.jnlp.security.VariableX509TrustManager.init(VariableX509TrustManager.java:118)
at
net.sourceforge.jnlp.security.VariableX509TrustManager.getInstance(VariableX509TrustManager.java:407)
at
net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:224)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:174)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:51)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:165)
Caused by: java.security.AccessControlException: access denied
(java.lang.RuntimePermission accessClassInPackage.sun.security.util)
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:393)
at
java.security.AccessController.checkPermission(AccessController.java:553)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at
net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:285)
at
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1529)
at java.lang.ClassLoader$1.run(ClassLoader.java:345)
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:343)
at sun.security.pkcs11.SunPKCS11.clinit(SunPKCS11.java:63)
... 39 more



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (550, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedtea-netx-common depends on:
ii  openjdk-6-jre  6b23~pre9-2

icedtea-netx-common recommends no packages.

icedtea-netx-common suggests no packages.

-- no debconf information



--