Deploying the Upgrade Utility
The upgrade utility is delivered as a stand-alone java application packaged in a zip file, which includes the Windows Java runtime environment.
- Locate the OIPAUtility.zip file in the OIPA 11.2.1.0 media pack on Oracle's Software Delivery Cloud. Open it using a standard zip utility (such as WinZip) and extract it to the directory of your choosing. This directory will be referred to later as <install_dir>. Download the Aspect 3rd party libraries and copy them to the utility's "ext" folder.
- Navigate to, http://mvnrepository.com/artifact/org.aspectj.
- Download version 1.8.10 of aspectjrt, aspectjtools, and aspectjweaver.
- Select the aspectjrt-1.8.10.jar, aspectjtools-1.8.10.jar, and aspectjweaver-1.8.10.jar files, and copy them to the <install_dir>\OipaUtility\oipa_utility\modules\ext folder.
- Navigate to https://mvnrepository.com/artifact/org.swinglabs/swingx/1.0 and download swingx1.0.jar.
- Navigate to https://mvnrepository.com/artifact/org.swinglabs/swingx-beaninfo/1.0 and download swingxbeaninfo-1.0.jar.
- Select the swingx-1.0.jar and swingx-beaninfo-1.0.jar files and copy them to the <install_dir>\OipaUtility\oipa_utility\modules\ext folder.
- Download collection library and copy it to ext folder for the utility.
- Navigate to http://www.oracle.com/technetwork/middleware/coherence/downloads/coherence-archive-165749.html
- Search for Oracle Coherence Version 3.7.1.click on "Version 3.7.1" - Pure Java Runs on all Certified Platforms. Accept the license and download.
- Extract the zip file and navigate to <Extracted_dir>\coherence\lib.
- Copy the coherence.jar file and copy them to the <install_dir>\OipaUtility\oipa_utility\modules\ext folder.
- Launch the upgrade utility.
- Navigate to <install_dir>\OIPAUtility\bin.
- Double-click oipa_utility.exe.
Note- To Avoid memory leak issues, change the file oipa_utility.conf(Location : <install_dir>\etc) with the default_options as below:
default_options="--branding oipautility -J-Xms512m -J-XX:MaxPermSize=1024m -J-Xmx1024m -J-Dnetbeans.logger.console=true -J-ea -J-javaagent:./bin/spring-instrument-5.0.7.RELEASE.jar" |