If user is trying to deploy a MLOps mode that includes TensorFlow with MOJO Scorer runtime, this will trigger an error similar to:


org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'modelsApiController' defined in file [/app/classes/ai/h2o/mojos/deploy/local/rest/controller/ModelsApiController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mojoScorer' defined in class path resource [ai/h2o/mojos/deploy/local/rest/config/ScorerConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [ai.h2o.mojos.deploy.common.transform.MojoScorer]: Factory method 'mojoScorer' threw exception; nested exception is java.lang.ExceptionInInitializerError



To overcome this issue, please ask user to use MOJO scorer using the C++ MOJO2 Runtime or python pipeline in Runtime field instead.