Skip Headers
Oracle® Retail Service Backbone Installation Guide
Release 14.1.1
E63187-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

8 Post Installation Tasks

Verification using RSB Admin

Once the deployment process is completed and all the servers are restarted, verify the success by accessing the rsb-admin app i.e. Retail Integration Console (RIC)

Open the link: http://hostname:port/rsb-admin, where hostname and port are of the Admin Server.

Check if all the tabs are opening without error.

Common Issues

  • -bash: sqlplus command not found

    Solution: sqlplus command should be run on machine where Oracle database is installed.

    Set Oracle Database Home directory path in a variable say ORACLE_HOME and export ORACLE_HOME/bin in the classpath. To add entries into path perform the following steps:

    ORACLE_HOME= /u00/oracle/app/oracle/product/12.1/dbhome_1

    export ORACLE_HOME

    PATH=$PATH:$ORACLE_HOME/bin

    export PATH

  • Decorators not getting deployed in non-secure deployment.

    Solution: OWSM is required even in non-secure deployment. Make sure that OWSM is configured for WebLogic domain where decorators are being deployed. User must make sure that Oracle Service Bus OWSM Extension is selected while WebLogic domain is created/extended.

  • Admin app was showing the error "Could not initialize class au.awt.GraphicsEnvironment" or web browser stuck in refresh loop after logging in.

    Solution: Issue can be resolved by setting the variable java.awt.headless to true.

    (-Djava.awt.headless=true)