java.lang.IllegalArgumentException: Error in:fact.datacorrection.PatchJumpRemoval
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 mackaiver
, 1 year agojava.lang.IllegalArgumentException: Property patchJumpRemoval_jumpLimit is not set.
at stream.util.Variables.substitute(Variables.java:165)
at stream.util.Variables.substitute(Variables.java:121)
at stream.util.Variables.expand(Variables.java:113)
at stream.runtime.setup.factory.ObjectFactory.create(ObjectFactory.java:250)
at stream.runtime.setup.factory.ObjectFactory.create(ObjectFactory.java:221)
at stream.runtime.setup.factory.DefaultProcessFactory.createProcessorAndRegisterServices(DefaultProcessFactory.java:300)
at stream.runtime.setup.factory.DefaultProcessFactory.createNestedProcessors(DefaultProcessFactory.java:282)
at stream.runtime.setup.factory.DefaultProcessFactory.createAndRegisterProcesses(DefaultProcessFactory.java:258)
at stream.runtime.setup.handler.ProcessElementHandler.handleElement(ProcessElementHandler.java:98)
at stream.runtime.ProcessContainer.init(ProcessContainer.java:517)
at stream.runtime.ProcessContainer.
(ProcessContainer.java:401) at stream.runtime.ProcessContainer.
(ProcessContainer.java:253) at stream.run.main(run.java:159)
at stream.run.main(run.java:147)