Web Services Inspection Language Configuration Assistant Fails with Error "Could not get DeploymentManager"
(Doc ID 453135.1)
Last updated on MARCH 24, 2020
Applies to:
Oracle Fusion Middleware - Version 10.1.3.0.0 and laterInformation in this document applies to any platform.
This problem can occur on any platform.
Symptoms
During the installation of Oracle Application Server 10.1.3.x.x, the Web Services Inspection Language Configuration Assistant fails.
-The error message in the installActions log is:
The log file for the Web Services Inspection Language Configuration Assistant is $ORACLE_HOME/configtools/wsil.txt.
-wsil.txt logfile may contain output similar to the following:
[echo] Initializing Variables
install-wsil:
install-wsil_nonjsso:
[echo] Deploying WSIL App with JSSO disabled
[java] Failed at "Could not get DeploymentManager".
[java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or
incorrect authentication details being supplied.
[java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration
Guide for details.
BUILD FAILED
ORACLE_HOME/webservices/lib/wsil-install.xml:29: The following error occurred while executing this line:
ORACLE_HOME/webservices/lib/wsil-install.xml:35: Java returned: 1
Total time: 4 seconds
Running the Web Services Inspection Language Configuration Assistant from the command line in verbose mode may provide some additional information about the failure. Use the command from the log file $ORACLE_HOME/cfgtoollogs/configtools<date stamp>.log
The following command should appear all on a single line when executed:
ORACLE_HOME/webservices/lib/wsil-install.xml -logfile
ORACLE_HOME/cfgtoollogs/wsil.txt -DHOST=<hostname>
-DOPMNPORT="<opmn request port>"
-DOPMNINSTANCE=home
-Denv.JAVA_HOME=ORACLE_HOME/jdk
-Denv.ANT_HOME=ORACLE_HOME/ant
-Denv.ORACLE_HOME=ORACLE_HOME
-DENABLE_SSO=true
-DADMIN_USER=oc4jadmin
-DADMIN_PW=p$word#1
The above command results in the following output in the wsil.txt file:
[echo] Deploying WSIL App with JSSO disabled
[java] Executing 'ORACLE_HOME/jdk/bin/java' with arguments:
[java] '-jar'
[java] 'ORACLE_HOME/j2ee/home/admin_client.jar'
[java] 'deployer:oc4j:opmn://<hostname>:<opmn request port>/home'
[java] 'oc4jadmin'
[java] 'w#1'
[java] '-deploy'
[java] '-file'
[java] 'ORACLE_HOME/webservices/lib/wsil-ias.ear'
[java] '-deploymentName'
[java] 'WSIL-App'
[java] '-bindAllWebApps'
[java] '-removeArchive'
[java]
[java] The ' characters around the executable and arguments are
[java] not part of the command.
[java] Failed at "Could not get DeploymentManager".
Changes
Cause
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
Symptoms |
Changes |
Cause |
Solution |
References |