Skip to main content

Posts

Showing posts with the label OPP

Concurrent programs taking too long to complete - EBS 12.2.5

Concurrent programs taking too long to complete and most of the time is spent in Output post processor Apply latest patch : 34091953 This patches creates a file oppjava.sh if you are on instance 12.2.5 or earlier Download 64 bit jre from the internet and place it in a location accessable by applmgr In my case I downloaded and unzipped it in below location /u25/TEST/JREOPP/JRE -bash-4.1$ cd /u25/TEST/JREOPP/JRE/ bin/ lib/ man/ release Welcome.html COPYRIGHT LICENSE README THIRDPARTYLICENSEREADME.txt -bash-4.1$ cd /u25/TEST/JREOPP/JRE/bin/ -bash-4.1$ ./java -version java version "1.8.0_202" Java(TM) SE Runtime Environment (build 1.8.0_202-b08) Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode) -bash-4.1$ Open the oppjava.sh and modify JSERVJAVA parameter to the java location as seen below. JSERVJAVA=/u25/T...