[Bug 595] ExceptionInInitializerError/AccessControlException in AppletAudioClip.play()
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sun Jan 30 12:49:12 PST 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=595
------- Comment #6 from sadan.yuval at gmail.com 2011-01-30 20:49 -------
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 test case. Here is the stack trace:
===
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:27)
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.(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:27)
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)
===
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)
Here are the Java system properties:
java.version = 1.6.0_20
java.vendor = Sun Microsystems Inc.
java.vendor.url = http://java.sun.com/
java.vm.version = 19.0-b09
java.vm.vendor = Sun Microsystems Inc.
java.vm.name = OpenJDK Server VM
--
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