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.
- Unpack 4.1.0 Full installer from Expert Exchange.
- Setup prerequisites, for the standalone WebLogic install.
- Install standalone WebLogic server installation of ServiceGateway 4 with Oracle.
- Installer hangs just after starting the new WebLogic server.
- 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.