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

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sun Dec 5 09:54:41 PST 2010


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





------- Comment #3 from Paul-Ebermann at gmx.de  2010-12-05 17:54 -------
Created an attachment (id=446)
 --> (http://icedtea.classpath.org/bugzilla/attachment.cgi?id=446&action=view)
test case

So, here is my test case:
http://www.math.hu-berlin.de/~ebermann/test/de/exampleapplet.html

(The jar file in the attachment contains the source code, too - nothing special
done.)

Click the button, and nothing happens, but in java.stderr you have your
Exception/Error.

I uninstalled everything related openjdk and icedtea (with purge), then
reinstalled openjdk-6-jre and icedtea6-plugin, and still have the same error.

As mentioned in the last comment, the libpulse-java.so seems to be either
located or searched in the wrong directory.
It is in: 
  /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libpulse-java.so,
but is searched in:
  /usr/lib/jvm/java-6-openjdk/jre/lib/ext/i386/libpulse-java.so

The directory ext does not contain a i386 subdirectory, only some jar files
(including pulse-java.jar), symbolic links to other jar files and a meta-index
file.


---[ java -version ]---
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.2) (6b20-1.9.2-0ubuntu1)
OpenJDK Client VM (build 19.0-b09, mixed mode, sharing)
---

Could this be an ubuntu specific bug?


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