OpenScript test execution via Oracle Test Manager on linux environments
KarolisNov 12 2012 — edited Nov 22 2012Hello,
I have developed a couple of OpenScript tests (Java only) in my development environment (Windows). But I have trouble running those tests via Test Manager (which runs on a linux machine - the production environment) while in OLT they run perfectly fine. We have the newest OATS version installed is 12.1.0.2.
When I try to run my OpenScript tests (via OTM) I get this error in the process_console log file:
Exception in thread "Main Thread" java.lang.NoClassDefFoundError: org/eclipse/core/launcher/Main
Caused by: java.lang.ClassNotFoundException: org.eclipse.core.launcher.Main
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: org.eclipse.core.launcher.Main. Program will exit.
Does anyone know what could be the problem and how can it be fixed?
Also, did anyone had any luck running OpenScript tests in linux environments using OTM?
Any help would be greatly appreciated.
Best regards,
Karolis