Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OpenScript test execution via Oracle Test Manager on linux environments

KarolisNov 12 2012 — edited Nov 22 2012
Hello,

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
This post has been answered by 834498 on Nov 13 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2012
Added on Nov 12 2012
6 comments
3,725 views