OBIEE 11g: Configuring Multiple Authenticators With SSL, libOVD Fails With 'java.io.IOException: Couldn't connect to the specified host'
(Doc ID 1667527.1)
Last updated on SEPTEMBER 18, 2019
Applies to:
Business Intelligence Suite Enterprise Edition - Version 11.1.1.7.0 and laterBusiness Intelligence Server Enterprise Edition - Version 11.1.1.7.0 and later
Information in this document applies to any platform.
Symptoms
You are configuring Section 5.5.6, "Configuring SSL When Using Multiple Authenticators"
Running the command: ./libovdconfig.sh -host xxxxxx.my.domain -port 7002 -userName weblogic -domainPath /oracle/middleware/user_projects/domains/bifoundation_domain -contextName LDAPUpmc -createKeystore
Note: port 7002 is the configured Weblogic SSL port in this example.
The command fails with:
OVD config files already exist for context: LDAPname
Exception in thread "main" java.io.IOException: Couldn't connect to the specified host
at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:356)
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:266)
at oracle.ods.virtualization.config.BootstrapConfig.initConn(BootstrapConfig.java:424)
at oracle.ods.virtualization.config.BootstrapConfig.main(BootstrapConfig.java:227)
This error can be seen also:
com.sun.corba.se.impl.orb.ORBImpl checkShutdownState
WARNING: "IOP01210228: (BAD_OPERATION) This ORB instance has been destroyed, so no operations can be performed on it"
org.omg.CORBA.BAD_OPERATION: vmcid: SUN minor code: 228 completed: No
at com.sun.corba.se.impl.logging.ORBUtilSystemException.orbDestroyed(ORBUtilSystemException.java:586)
at com.sun.corba.se.impl.logging.ORBUtilSystemException.orbDestroyed(ORBUtilSystemException.java:608)
at com.sun.corba.se.impl.orb.ORBImpl.checkShutdownState(ORBImpl.java:1329)
at com.sun.corba.se.impl.orb.ORBImpl.getThreadPoolManager(ORBImpl.java:2074)
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 |
Cause |
Solution |
References |