Samir - 2005-01-08

hello,
I have installed sphinx4-1.0beta on a linux box. When I ran the demo program HelloWorld, I am getting the following error message. I am getting the same error message for couple of other demo programs. I would deeply appreciate if someone can tell me how to fix this. Thanks in advance for your time.

Regards,

Samir Goel
samir.goel@gmail.com

[gsamir@samir-laptop sphinx4-1.0beta]$ /usr/java/j2sdk1.4.2_06/bin/java -jar bin/HelloWorld.jar
Loading...
Problem when loading HelloWorld: java.io.StreamCorruptedException: while parsing int tmat at line 45786 in file null
java.io.StreamCorruptedException: while parsing int tmat at line 45786 in file null
at edu.cmu.sphinx.util.ExtendedStreamTokenizer.corrupt(ExtendedStreamTokenizer.java:206)
at edu.cmu.sphinx.util.ExtendedStreamTokenizer.getInt(ExtendedStreamTokenizer.java:275)
at edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.loadHMMPool(ModelLoader.java:1172)
at edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.loadModelFiles(ModelLoader.java:565)
at edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.load(ModelLoader.java:477)
at edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model.allocate(Model.java:177)
at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocateAcousticModel(FlatLinguist.java:336)
at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocate(FlatLinguist.java:318)
at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(SimpleBreadthFirstSearchManager.java:602)
at edu.cmu.sphinx.decoder.Decoder.allocate(Decoder.java:109)
at edu.cmu.sphinx.recognizer.Recognizer.allocate(Recognizer.java:182)
at demo.sphinx.helloworld.HelloWorld.main(HelloWorld.java:54)