Start a conversation

SG 4.1.0 Installer Error in Standalone WebLogic Configuration Script

Article Original Creation Date: 2010-12-07

Overview

The standalone Weblogic installer script in the 4.1.0 installer, Install_enCore-Weblogic.pl, attempts to load the ServiceGateway ear into an invalid target.

Follow the steps mentioned below to reproduce the error:
  1. Unpack 4.1.0 Full installer from Expert Exchange.
  2. Setup prerequisites, for the standalone WebLogic install.
  3. Install standalone WebLogic server installation of ServiceGateway 4 with Oracle.
  4. Installer hangs just after starting the new WebLogic server.
  5. Ear load never completes, and the missing target error is not trapped.

Environment

  • Solaris/ x86?
  • WebLogic 9.2 MP3
  • Apache 5.5.25
  • Oracle 10

Root Cause

There is a fault in the install script. When the script calls the WebLogic deployer, the utility specifies -targets sprtCluster which is hardcoded in the installer script. It should be -targets sprtAdminServer for a standalone installation.

Resolution

To resolve the error in ServiceGateway 4.1.0 installer script Install_enCore-Weblogic.pl, manually update the file by replacing -targets sprtCluster with -targets sprtAdminServer.

ServiceGateway 4.2 solves the issue permanently. 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments