marytts.exceptions.MaryConfigurationException: Cannot start MARY server
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by gnom7
, 1 year agovia Stack Overflow by theJack
, 8 months agovia GitHub by jonyt
, 1 year agovia GitHub by nalbion
, 8 months agovia Stack Overflow by Anshuman Dube
, 10 months agovia GitHub by mrvisser
, 1 year agomarytts.exceptions.MaryConfigurationException: No such property: it.allophoneset
at marytts.util.MaryRuntimeUtils.needAllophoneSet(MaryRuntimeUtils.java:315)
at marytts.modules.synthesis.Voice.init(Voice.java:205)
at marytts.modules.synthesis.Voice.
(Voice.java:182) at marytts.htsengine.HMMVoice.
(HMMVoice.java:94) at marytts.modules.synthesis.HMMSynthesizer.startup(HMMSynthesizer.java:157)
at marytts.modules.Synthesis.startupSynthesizers(Synthesis.java:73)
at marytts.modules.Synthesis.startup(Synthesis.java:65)
at marytts.server.Mary.startModules(Mary.java:149)
at marytts.server.Mary.startup(Mary.java:297)
at marytts.server.Mary.startup(Mary.java:204)
at marytts.util.MaryRuntimeUtils.ensureMaryStarted(MaryRuntimeUtils.java:72)
at marytts.LocalMaryInterface.
(LocalMaryInterface.java:64) at Local.main(Local.java:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)