• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Object Identification problem using OATS

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Object Identification problem using OATS Openscript - Any possible way to overcome this?
I am seeing errors when we try to identify object using OATs automation tool (12.4.0.2 Build 129) in test Application developed in Oracle EBS Forms.
Test Application runs on JRE 1.7.0_67(JRE Version 7 Update 67). If we have lower version of JRE, application forms are not loading.
OATS automation tool supports JRE 1.7.0_65 or lower for recognizing objects related to Oracle EBS/Forms application
If we have Application built on OATS 12.4.0.2 Build 129 and JRE 1.7.0_67 and when we try to spy any object in Test Application, I am seeing an error.

"ERROR: Unsupported JRE Version 1.7.0_67: OpenScript Supports JRE 1.6.0_10 - 1.7.0_65. Please uninstall this version to avoid any failures."

Tried below steps:
1. Installed JRE 1.7.0_65, set JAVA_HOME path, rebooted machine
(Machine now has both JRE 1.7.0_65 and JRE1.7.0_67 environments.)
2. Enabled JRE 1.7.0_65 version in OATS
3. Rebooted Machine
4. Tried identifying objects – I am still seeing the same error

Any help on this appreciated
Enable-JRE-1.7.0_65.png
[Thumbnail for Enable-JRE-1.7.0_65.png]
JavaEnvironment.png
[Thumbnail for JavaEnvironment.png]
OATS_EBS_Detailed_Error.png
[Thumbnail for OATS_EBS_Detailed_Error.png]
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would first double check that you're actually using the version you want by running java --version on the command line.
 
joke time: What is brown and sticky? ... ... ... A stick! Use it to beat this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic