brabus - 2007-02-28

I am using my own acoustic model in Sphinx4. I have changed hellodigits demo and used my model. When I trained my model for 3 HMM states everything is OK, but when I trained and used model with 10 HMM states I get this error:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3
at edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState.<init>(SenoneHMMState.java:50)
at edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM.<init>(SenoneHMM.java:57)
at edu.cmu.sphinx.model.acoustic.slostevke.ModelLoader.loadHMMPool(ModelLoader.java:1151)
at edu.cmu.sphinx.model.acoustic.slostevke.ModelLoader.loadModelFiles(ModelLoader.java:564)
at edu.cmu.sphinx.model.acoustic.slostevke.ModelLoader.load(ModelLoader.java:476)
at edu.cmu.sphinx.model.acoustic.slostevke.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)

Can somebody help me? Do I need to change model.props or something? What do I need to change?

Thank you