Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Disable IPv6 post EPM configuration

SaurabhPatelFeb 26 2015 — edited Feb 26 2015

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?

This post has been answered by JohnGoodwin on Feb 26 2015
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 26 2015
Added on Feb 26 2015
4 comments
1,421 views