Hello Gurus,
Consider the following scenario:
1. Oracle EPM 11.1.2.3 is installed and configured on the server when IPv6 was enabled.
2. When I check the logs, there are errors like the one shown below for all the Hyperion products in the sysout logs.
<Feb 26, 2015 4:52:14 PM IST> <Warning> <JMX> <BEA-149509> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at service:jmx:t3://[2001:0:9d38:90d7:1498:37fa:53ef:9b94]:7001/jndi/weblogic.management.mbeanservers.domainruntime.
java.io.IOException
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:338)
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)
Truncated. see log file for complete stacktrace
Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://[2001:0:9d38:90d7:1498:37fa:53ef:9b94]:7001: Destination unreachable; nested exception is:
java.net.ConnectException: Connection timed out: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
Truncated. see log file for complete stacktrace
which I presume is because IPv6 is enabled on the server.
When I check the status of the server in Oracle Weblogic Administration Console, I see the status as Shutdown, however the service is up and running and I am able to work on it.
Doubt:
Can I disable IPv6 on the servers, such that it doesn't disturb the current configuration?
Will there be any extra need to configure EPM system after disabling the IPv6?