[Bug 595] ExceptionInInitializerError/AccessControlException in AppletAudioClip.play()
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Feb 3 10:11:16 PST 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=595
------- Comment #8 from lgunsch at gmail.com 2011-02-03 18:11 -------
Hi,
This bug seems to happen to me as well. You should be able to reproduce it with
the java player at the following URL http://pjil.streamonfiber.com/?a=0
Stream log:
2011-01-27 06:39:48 - Java Version: 1.6.0
2011-01-27 06:39:48 - Flash Player Version: 10.1.103
2011-01-27 06:39:51 - Stream running. [Java]
2011-01-27 06:39:52 - Version = 2.91 Instance UID = dpg2zhuxp6o
2011-01-27 06:39:52 - Connection 1 established to:
http://pjil.streamon.fm:8000/pjil-44k.ogg?starttime=1296128387&uid=boru6m5xm
2011-01-27 06:39:52 - Connected to server: dc2r1.streamon.fm
2011-01-27 06:39:53 - Volume changed to 0.85.
2011-01-27 06:39:58 - Mixer[0] = Name:\'PulseAudio Mixer\' Vend:\'IcedTea\'
Ver:\'0.02\'.
2011-01-27 06:39:58 - Mixer[1] = Name:\'default [default]\' Vend:\'ALSA
(http://www.alsa-project.org)\' Ver:\'1.0.23\'.
2011-01-27 06:39:58 - Mixer[2] = Name:\'Intel [plughw:0,0]\' Vend:\'ALSA
(http://www.alsa-project.org)\' Ver:\'1.0.23\'.
2011-01-27 06:39:58 - Mixer[3] = Name:\'Intel [plughw:0,1]\' Vend:\'ALSA
(http://www.alsa-project.org)\' Ver:\'1.0.23\'.
2011-01-27 06:39:58 - Mixer[4] = Name:\'Intel [plughw:0,2]\' Vend:\'ALSA
(http://www.alsa-project.org)\' Ver:\'1.0.23\'.
2011-01-27 06:39:58 - Mixer[5] = Name:\'Port Intel [hw:0]\' Vend:\'ALSA
(http://www.alsa-project.org)\' Ver:\'1.0.23\'.
2011-01-27 06:39:58 - Producer player had error:
2011-01-27 06:39:58 - Exception class: java.lang.ExceptionInInitializerError
2011-01-27 06:39:58 - Exception message: null
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.openImpl(PulseAudioMixer.java:654)
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.openLocal(PulseAudioMixer.java:588)
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.openLocal(PulseAudioMixer.java:584)
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.open(PulseAudioMixer.java:579)
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:95)
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.PulseAudioSourceDataLine.open(PulseAudioSourceDataLine.java:75)
2011-01-27 06:39:58 - at sof.aB.s(Unknown Source)
2011-01-27 06:39:58 - at sof.aB.a(Unknown Source)
2011-01-27 06:39:58 - at sof.bh.m(Unknown Source)
2011-01-27 06:39:58 - at sof.aB.m(Unknown Source)
2011-01-27 06:39:58 - at sof.av.run(Unknown Source)
2011-01-27 06:39:58 - at sof.r.run(Unknown Source)
2011-01-27 06:39:58 - at sof.ak.run(Unknown Source)
2011-01-27 06:39:58 - Caused by: java.security.AccessControlException: access
denied (java.io.FilePermission
/usr/lib/jvm/java-6-openjdk/jre/lib/ext/i386/libpulse-java.so read)
2011-01-27 06:39:58 - at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:342)
2011-01-27 06:39:58 - at
java.security.AccessController.checkPermission(AccessController.java:553)
2011-01-27 06:39:58 - at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
2011-01-27 06:39:58 - at
net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:250)
2011-01-27 06:39:58 - at
java.lang.SecurityManager.checkRead(SecurityManager.java:888)
2011-01-27 06:39:58 - at java.io.File.exists(File.java:748)
2011-01-27 06:39:58 - at
sun.misc.Launcher$ExtClassLoader.findLibrary(Launcher.java:214)
2011-01-27 06:39:58 - at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1652)
2011-01-27 06:39:58 - at java.lang.Runtime.loadLibrary0(Runtime.java:840)
2011-01-27 06:39:58 - at java.lang.System.loadLibrary(System.java:1047)
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.SecurityWrapper$1.run(SecurityWrapper.java:18)
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.SecurityWrapper$1.run(SecurityWrapper.java:15)
2011-01-27 06:39:58 - at java.security.AccessController.doPrivileged(Native
Method)
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.SecurityWrapper.loadNativeLibrary(SecurityWrapper.java:24)
2011-01-27 06:39:58 - at
org.classpath.icedtea.pulseaudio.EventLoop.<clinit>(EventLoop.java:105)
2011-01-27 06:39:58 - ... 13 more
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list