← Back to team overview

openjdk team mailing list archive

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

 

Public bug reported:


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)

** Affects: openjdk-6 (Ubuntu)
     Importance: Undecided
         Status: New

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

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)



Follow ups

References