Internal ServiceConfigurationError
when Script Engine is created
#8
Labels
ServiceConfigurationError
when Script Engine is created
#8
When
javax.script.ScriptEngineManager
is attempting to list available script engines, numerousServiceConfigurationError
are internally generated resulting in printouts to standard error output that look like:While the code still works and test are passing this is producing confusing printouts and slows down the execution of the scripts, tests are running about twice as long as without that issue.
The issue was introduced after
META-INF/services/javax.script.ScriptEngineFactory
was added #1.The text was updated successfully, but these errors were encountered: