Details
-
Fix
-
Status: Approved (View Workflow)
-
Major
-
Resolution: Fixed
-
1.3.12.2265
-
None
Description
The setup of the JobScheduler Agent 1.3.12.2265 doesn't contain some jar files which jetty requires.
The JobScheduler Agent doesn't start after setup 1.3.12.2265.
You get the error
"SCHEDULER-332 Error in Java_subsystem while switching to state=active: Z-JAVA-105 Java exception java.lang.NoClassDefFoundError("javax/inject/Provider"
in the ./logs/scheduler.log
WORKAROUND:
Remove the Jetty plugin in the ./config/scheduler.xml
<plugins> <plugin java_class="com.sos.scheduler.engine.plugins.jetty.JettyPlugin"> <plugin.config/> </plugin> </plugins>