← Back to team overview

openjdk team mailing list archive

[Bug 286765] Re: javax.sound.sampled.UnsupportedAudioFileException: file is not a supported file type

 

We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: openjdk-6 (Ubuntu)
       Status: Incomplete => Invalid

-- 
javax.sound.sampled.UnsupportedAudioFileException: file is not a supported file type 
https://bugs.launchpad.net/bugs/286765
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “openjdk-6” source package in Ubuntu: Invalid

Bug description:

With firefox goto http://www.towerwars.de/ and start the applet, with ubuntu 8.10 64bit and with icedtea-6 firefox applet plugin , applet works(which is great!, but no sound. 

I found the following in console; 


Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkTreeView::odd-row-color' of type `GdkColor' from rc file value "((GString*) 0x8fb6e0)" of type `GString'
ICEDTEAPLUGIN_DEBUG = (null)
ERROR: ld.so: object '/usr/$LIB/libartsdsp.so.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/$LIB/libartsdsp.so.0' from LD_PRELOAD cannot be preloaded: ignored.




ICEDTEAPLUGIN_DEBUG = (null)
NOT IMPLEMENTED: virtual nsresult IcedTeaPluginInstance::Start()
Jar string: towerwarsapplet106.jar,mp3plugin.jar
jars length: 2
JNLPRuntime already initialized
NOT IMPLEMENTED: virtual nsresult IcedTeaPluginInstance::Start()
Jar string: basicplayer3.0.jar,commons-logging-api.jar,jl1.0.jar,jogg-0.0.7.jar,jorbis-0.0.15.jar,jspeex0.9.7.jar,mp3spi1.9.4.jar,tritonus_share.jar,vorbisspi1.0.2.jar
jars length: 9
JNLPRuntime already initialized
playButton added in MainWindow
stopButton added in MainWindow
javax.sound.sampled.UnsupportedAudioFileException: file is not a supported file type
	at javax.sound.sampled.AudioSystem.getAudioFileFormat(AudioSystem.java:1043)
	at controller.Mp3MainController.loadPlayer(Mp3MainController.java:67)
	at controller.Mp3MainController.play(Mp3MainController.java:121)
	at gui.MP3Applet.init(MP3Applet.java:47)
	at sun.applet.AppletPanel.run(AppletPanel.java:436)
	at java.lang.Thread.run(Thread.java:636)



References