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

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Nov 22 10:43:43 PST 2010


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





------- Comment #1 from omajid at redhat.com  2010-11-22 18:43 -------
(In reply to comment #0)
> My applet uses the java.applet.AudioClip API to play a short audio clip
> (*.wav).
> 

I tried out creating a audio playing applet and it works for me using Ubuntu
10.10 32 bit.

> It works on another computer with OpenSUSE and IcedTea (64 Bit version, I
> think), but on my home computer with 32 Bit Ubuntu and IcedTea I get an Error
> on .play().
> 

I dont think the 32/64 bit change is a problem. Pulse-java should work fine on
x86 and x86_64. About the only thing different is where the native libraries
are located, but as the stack trace shows, the native libraries are found.

> Caused by: java.security.AccessControlException: access denied
> (java.io.FilePermission
> /usr/lib/jvm/java-6-openjdk/jre/lib/ext/i386/libpulse-java.so read)
>         at
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:342)
[snip]
>         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)
>         ... 24 more

Hm... this is quite interesting. SecurityWrapper loads the libpulse-java.so
library will full privileges. I cant see why it would be denied permission. Do
you have any custom policy files or anything that could deny these permissions?
Can you please confirm that the file
usr/lib/jvm/java-6-openjdk/jre/lib/ext/i386/libpulse-java.so exists and is
readable.

> 
> On the same system/machine with Sun-Plugin I have no problem (I can hear the
> sound).
> 

That's quite expected. Oracle's proprietary plugin uses a different
JDK/plugin/mixer, so it should not be affected by these Java problems.

> Looks like there is something wrong with the security-settings.
> 

Right, but I dont see this with the default setup. Have you changed any
security settings in Java? Can you possibly retry with a fresh install?

> 
> (I'll be away for a week, but then I'll produce a minimal example, if
> necessary.)
> 

If you can reproduce the problem on new installs as well, then please post the
example. I would like to take a look to see where the problem is.


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