After upgrading to 6.2.0 form 6.1.0 I am getting the WARN and ERROR messages below for autosys v1 and v2 scheduler types.
INFO [PredictionGraphVendorImpl] Building prediction graph for scheduler(s) SchedulerName
WARN [JammerManager] task failed.: java.lang.UnsupportedOperationException
at com.termalabs.server.autosys.old.AutosysSchedulerObjectFactory.createPredictionSimulationInfo(AutosysSchedulerObjectFactory.java:117)
at com.termalabs.server.app.SchedulerObjectFactoryImpl.createPredictionSimulationInfo(SchedulerObjectFactoryImpl.java:167)
at sun.reflect.GeneratedMethodAccessor1025.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:50)
at com.sun.proxy.$Proxy101.createPredictionSimulationInfo(Unknown Source)
at com.termalabs.server.cache.PredictionGraphVendorImpl.buildPredictionGraph(PredictionGraphVendorImpl.java:164)
at com.termalabs.server.cache.PredictionGraphVendorImpl.getSimulationInfo(PredictionGraphVendorImpl.java:94)
at com.termalabs.server.autosys.prediction.NewAutosysPredictionEngine.populateSimulationInfo(NewAutosysPredictionEngine.java:406)
at com.termalabs.server.autosys.prediction.NewAutosysPredictionEngine.predict(NewAutosysPredictionEngine.java:316)
at com.termalabs.server.app.scheduler.SchedulerPrediction.runNormalPrediction(SchedulerPrediction.java:101)
at com.termalabs.server.system.RunCycle.compute(RunCycle.java:461)
at com.termalabs.server.system.CommonJammerSequence.runCycle(CommonJammerSequence.java:225)
at com.termalabs.server.system.CommonJammerSequence.runJammerSequence(CommonJammerSequence.java:158)
at com.termalabs.server.system.JammerSequence.run(JammerSequence.java:141)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
ERROR [JammerManager] Interrupted: com.termalabs.common.JawsException: Error occurred in task.
at com.termalabs.server.system.JammerManager.runTasksInParallel(JammerManager.java:885)
at com.termalabs.server.system.JammerManager.runJammers(JammerManager.java:708)
at com.termalabs.server.system.JammerManager.run2(JammerManager.java:322)
at com.termalabs.server.system.JammerManager.run(JammerManager.java:239)
at com.termalabs.server.system.ApplicationControllerService$2.run(ApplicationControllerService.java:268)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Release : 6.2.0
Component : AUTOMIC AUTOMATION INTELLIGENCE ENGINE
Defect DE492594
1. Launch the AAI configuration tool
<Install Dir>/config/run.sh
2. Check the params tab for runNewAutosysPredictionForGlobalVariables and runNewAutosysPredictionOnStartup
3. If they are both set to True, set runNewAutosysPredictionOnStartup to false.
4. Verify you no longer see the messages in the jaws.log.