Problems with OATS Upgrade (to v12.2.0.1.223)
Has anyone else had issues with the latest update (v12.2.0.1.223)?
My initial attempts at upgrading resulted in being unable to start OpenScript (apparently due to some issue with Eclipse?) and the OLT agent failing to start.
I've ended up trying a "clean uninstall" (the irony of recently posting on this subject to help someone else isn't lost on me) and now at least have OpenScript working, but the OLT agent is still failing to start.
The logs point to issues with Eclipse again:
e.g. in the process_console log
Configuration location:
file:/C:/WINDOWS/TEMP/tmpdir2240542030259414885/
Configuration file:
file:/C:/WINDOWS/TEMP/tmpdir2240542030259414885/config.ini loaded
Install location:
file:/C:/OracleATS/agent/
Framework located:
file:/C:/OracleATS/agent/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-ospatch120211.jar
Loading extension: oracle.oats.jagent.osgi.adapters
eclipse.properties not found
Framework classpath:
file:/C:/OracleATS/agent/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-ospatch120211.jar
file:/C:/OracleATS/agent/plugins/
file:/C:/OracleATS/agent/plugins/oracle.oats.jagent.osgi.adapters_2.8.0.223.jar
Debug options:
file:/C:/OracleATS/agent/.options not found
Time to load bundles: 359
Starting application: 23750
Agent shutting down
e.g. in the java_agent.log
2012-11-27 10:10:27,312 ERROR [Main Thread][oracle.oats.jagent.applications.eload.Application] Error
java.lang.NoClassDefFoundError: oracle/oats/common/estimation/monitoring/listener/HardwareEstimationMonitorListener
at oracle.oats.jagent.EntryPoint.start(EntryPoint.java:144)
at oracle.oats.jagent.EntryPoint.main(EntryPoint.java:181)
at oracle.oats.jagent.applications.eload.Application.runMain(Application.java:40)
at oracle.oats.jagent.applications.common.JAgentApplication.run(JAgentApplication.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.oats.jagent.EntryPointWrapper.main(Unknown Source)