From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10449 invoked by alias); 29 Aug 2014 08:34:45 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 10429 invoked by uid 89); 29 Aug 2014 08:34:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 29 Aug 2014 08:34:39 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7T8YYXT029700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 29 Aug 2014 04:34:34 -0400 Received: from [10.36.116.99] (ovpn-116-99.ams2.redhat.com [10.36.116.99]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7T8YUdb010929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 29 Aug 2014 04:34:32 -0400 Message-ID: <1409301270.25913.20.camel@nirvana.localdomain> Subject: Re: Fwd: Re: GCJ ------ file type not supported by system From: Mario Torre To: Andrew Haley Cc: "classpath@gnu.org" , kgy , "java@gcc.gnu.org" Date: Fri, 29 Aug 2014 08:34:00 -0000 In-Reply-To: <540034B0.4010701@redhat.com> References: <540034B0.4010701@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-08/txt/msg00017.txt.bz2 On Fri, 2014-08-29 at 09:07 +0100, Andrew Haley wrote: > java.lang.IllegalArgumentException: file type not supported by system > at javax.sound.sampled.AudioSystem.write(Unknown Source) > at com.all.smws.speech. .genSliceFeat(Unknown Source) > at com.all.smws.speech.SpeechFilter.getAnnotations(Unknown Source) > at com.all.sndsep.segmentation.Segmentor.getNewAnnotations(Unknown > Source) > at com.all.sndsep.segmentation.Segmentor.getNewAnnotations(Unknown > Source) > at com.all.sndsep.segmentation.Segmentor.getNewAnnotations(Unknown > Source) > at com.all.sndsep.segmentation.Segmentor.getAllAnnotations(Unknown > Source) > at com.all.smws.speech.SpeechFilter.getSmwsAnnotations(Unknown > Source) > at com.all.smws.speech.SMWS.getSpeech(Unknown Source) > at com.all.onins.oi.stream.OnlineInputStream.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) Just throwing a possible hint to the problem. The Java Sound API works with system providers. By the look of if, the provider used under the hood is some SpeechFilter thing, which I don't think is part of either classpath or gcj. Try checking the default providers in META-INF/services/javax.sound.sampled.spi.AudioFileWriter Just my two cents, but I won't have time to look it further if this doesn't work... Cheers, Mario