My Oracle Support Banner

Unable To Deploy CTO Webservice In UIM 7.5 Using SNO 7.4.1 (Doc ID 2857682.1)

Last updated on JULY 21, 2023

Applies to:

Oracle Communications Unified Inventory Management - Version 7.5.0.0.0 and later
Information in this document applies to any platform.

Goal

The customer followed the steps in SNO 7.4.1 Manual Installation Guide - Deploy CTO Web Services to UIM section. While trying to deploy CTO Webservice in UIM 7.5.0 using SNO 7.4.1:

Deploy Custom Web Services to UIM Locally


OSM communicates to UIM to get a list of technical actions. The communication is done using a web service provided with SNO. From the rsdod_uim archive, you must extract the ora_uim_calculate_technical_order_webservice directory. Note that this step must be done locally on your WebLogic Server host and not in your design-time environment.

Deploy CTO Web Services to UIM
1. Open a bash prompt
2. Navigate to the ora_uim_calculate_technical_order_webservice directory
3. Make sure Java8 and ANT are in your path. An example to set that up could be as follows.
    export ANT_HOME=/private/RSDOD_installation/Middleware_wls/oracle_common/modules/org.apache.ant_1.9.2
    export JAVA_HOME=/private/downloads/RSDOD_installer/rsdod_runtime_installer/jdk18/
    export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH

4. In the etc directory, create a file called ,<your hostname>.properties based on the template COMPUTERNAME.properties file and update the value to reflect your environment as they are described in the template.
5. export COMPUTERNAME=`/bin/hostname`
6. ant -f deploy.xml add-jms-queues
7. ant -f deploy.xml deploy.local

 

However deployment is failing with the error : java.lang.RuntimeException: java.lang.RuntimeException: Could not find the OffLine WLST class

What needs to be done?
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.