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!

Facing script service exception and MANIFEST.MF file error in Openscript tool

User_AA1TDNov 11 2020 — edited Nov 11 2020

Automation tool : Openscript
Version : 13.3.0.1 Build 289
I am facing below 2 issues while using openscript for automation of oracle adf applications.

1. for 1 function library every time we get MANIFEST.MF error. we tried creating new lib with some different name but it worked only once and because of this issue automation gets stops in-between abruptly.

2. we have 2 iteration to run our automation in 1st iteration what all scripts are failed will be picked up in 2nd iteration, while going in the 2nd iteration it gives 'script service exception'

Comments

2841567
Answer

Solved.

Found the mount instructions elsewhere:

[root@oracle7c OVM_EL5U4_X86_OVM_MANAGER_PVM]# fdisk -lu System.img

Disk System.img: 9023 MB, 9023132160 bytes, 17623305 sectors

Units = sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk label type: dos

Disk identifier: 0x0002a119

     Device Boot      Start         End      Blocks   Id  System

System.img1   *          63      192779       96358+  83  Linux

System.img2          192780    13414274     6610747+  83  Linux

System.img3        13414275    17623304     2104515   82  Linux swap / Solaris

mount -t auto -o loop,offset=$((63*512)) System.img /mnt/System

mounted the image file as /mnt/System.

Marked as Answer by 2841567 · Sep 27 2020
1 - 1

Post Details

Added on Nov 11 2020
0 comments
103 views