[Bug 595] ExceptionInInitializerError/AccessControlException in AppletAudioClip.play()

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sun Jan 30 12:22:25 PST 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=595





------- Comment #5 from sadan.yuval at gmail.com  2011-01-30 20:22 -------
I'm receiving a similar problem while trying to use the MIDI synthesizer. It
happens on Firefox and Chromium.

What I have to make new here, is that when I run firefox from the terminal
('firefox &') it works perfectly. That trick doesn't work in Chromioum.

I'll attach the code. Here is the stack trace:
java.security.AccessControlException: access denied
(java.lang.RuntimePermission loadLibrary.pulse-java) at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:342)
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:250)
at java.lang.SecurityManager.checkLink(SecurityManager.java:835) at
java.lang.Runtime.loadLibrary0(Runtime.java:834) at
java.lang.System.loadLibrary(System.java:1047) at
org.classpath.icedtea.pulseaudio.SecurityWrapper$1.run(SecurityWrapper.java:18)
at
org.classpath.icedtea.pulseaudio.SecurityWrapper$1.run(SecurityWrapper.java:15)
at java.security.AccessController.doPrivileged(Native Method) at
org.classpath.icedtea.pulseaudio.SecurityWrapper.loadNativeLibrary(SecurityWrapper.java:24)
at org.classpath.icedtea.pulseaudio.EventLoop.<clinit>(EventLoop.java:105) at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.openImpl(PulseAudioMixer.java:654)
at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.openLocal(PulseAudioMixer.java:588)
at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.openLocal(PulseAudioMixer.java:584)
at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.open(PulseAudioMixer.java:579)
at
org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:95)
at
org.classpath.icedtea.pulseaudio.PulseAudioSourceDataLine.open(PulseAudioSourceDataLine.java:75)
at com.sun.media.sound.SoftSynthesizer.open(SoftSynthesizer.java:1077) at
com.sun.media.sound.SoftSynthesizer.open(SoftSynthesizer.java:1036) at
MidiServerApplet.playSound(MidiServerApplet.java:19) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616) at
sun.applet.PluginAppletSecurityContext$4.run(PluginAppletSecurityContext.java:699)
at java.security.AccessController.doPrivileged(Native Method) at
sun.applet.PluginAppletSecurityContext.handleMessage(PluginAppletSecurityContext.java:696)
at
sun.applet.AppletSecurityContextManager.handleMessage(AppletSecurityContextManager.java:69)
at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:273)
at
sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:82)
java.lang.ExceptionInInitializerError at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.openImpl(PulseAudioMixer.java:654)
at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.openLocal(PulseAudioMixer.java:588)
at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.openLocal(PulseAudioMixer.java:584)
at
org.classpath.icedtea.pulseaudio.PulseAudioMixer.open(PulseAudioMixer.java:579)
at
org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:95)
at
org.classpath.icedtea.pulseaudio.PulseAudioSourceDataLine.open(PulseAudioSourceDataLine.java:75)
at com.sun.media.sound.SoftSynthesizer.open(SoftSynthesizer.java:1077) at
com.sun.media.sound.SoftSynthesizer.open(SoftSynthesizer.java:1036) at
MidiServerApplet.playSound(MidiServerApplet.java:19) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616) at
sun.applet.PluginAppletSecurityContext$4.run(PluginAppletSecurityContext.java:699)
at java.security.AccessController.doPrivileged(Native Method) at
sun.applet.PluginAppletSecurityContext.handleMessage(PluginAppletSecurityContext.java:696)
at
sun.applet.AppletSecurityContextManager.handleMessage(AppletSecurityContextManager.java:69)
at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:273)
at
sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:82) 
Caused by: java.security.AccessControlException: access denied
(java.lang.RuntimePermission loadLibrary.pulse-java) at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:342)
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:250)
at java.lang.SecurityManager.checkLink(SecurityManager.java:835) at
java.lang.Runtime.loadLibrary0(Runtime.java:834) at
java.lang.System.loadLibrary(System.java:1047) at
org.classpath.icedtea.pulseaudio.SecurityWrapper$1.run(SecurityWrapper.java:18)
at
org.classpath.icedtea.pulseaudio.SecurityWrapper$1.run(SecurityWrapper.java:15)
at java.security.AccessController.doPrivileged(Native Method) at
org.classpath.icedtea.pulseaudio.SecurityWrapper.loadNativeLibrary(SecurityWrapper.java:24)
at org.classpath.icedtea.pulseaudio.EventLoop.<clinit>(EventLoop.java:105) ...
19 more 

I'm relatively new to Linux and to Java. 
I'm running Ubuntu 10.04, Firefox 3.6.13, Chromium 8.0.552.237 (70801)


-- 
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