Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFLY-4936 JGroups: failed setting ip_ttl on windows with dual-stack I… #8291

Closed
wants to merge 1 commit into from

Conversation

rhusar
Copy link
Member

@rhusar rhusar commented Oct 19, 2015

…Pv6 with "Method not implemented!"

Jira
https://issues.jboss.org/browse/WFLY-4936

@wildfly-ci
Copy link

Windows Build 3542 outcome was FAILURE using a merge of 974e5ee
Summary: Tests failed: 879 (879 new), passed: 917, ignored: 339, muted: 1 Build time: 00:24:54

Failed tests

org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.SimpleWebserviceEndpointTestCase:  at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
------- Stdout: -------
19:10:25,921 WARNING [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Bundles path is deprecated and no longer used.
19:10:25,933 INFO  [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Starting container with: [C:\Java\jdk1.8.0_45\bin\java, -D[Standalone], -Xms64m, -Xmx512m, -Xmx512m, -Djava.net.preferIPv4Stack=true, -Djava.net.preferIPv4Stack=false, -Djava.awt.headless=true, -Djboss.modules.system.pkgs=org.jboss.byteman, -Djboss.dist=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws/../../../dist/target/wildfly-10.0.0.CR3-SNAPSHOT, -Djboss.dist=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws/../../../dist/target/wildfly-10.0.0.CR3-SNAPSHOT, -Djava.net.preferIPv6Addresses=true, -server, -Dimpl.prefix=TwoStacksPlain, -Dts.timeout.factor=100, -Dnode0=::1, -Dnode1=::1, -Dmcast=ff13::1, -Dmcast.ttl=0, -Djbossas.ts.submodule.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws, -Djbossas.ts.integ.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws/.., -Djbossas.ts.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws/../.., -Djbossas.project.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws/../../.., -Djboss.inst=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws/target/jbossas, -Dtest.bind.address=::1, -ea, -Djboss.home.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\jbossas, -Dorg.jboss.boot.log.file=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\jbossas\standalone\log\server.log, -Dlogging.configuration=file:C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\jbossas\standalone\configuration\logging.properties, -jar, C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\jbossas\jboss-modules.jar, -mp, C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\jbossas\modules;C:\BuildAgent\work\a31d203e70e89f90\dist\target\wildfly-10.0.0.CR3-SNAPSHOT\modules;C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\modules, org.jboss.as.standalone, -Djboss.home.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\jbossas, -Djboss.server.base.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\jbossas\standalone, -Djboss.server.log.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\jbossas\standalone\log, -Djboss.server.config.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\ws\target\jbossas\standalone\configuration, -Dts.wildfly.version=10.0.0.CR3-SNAPSHOT, -c=standalone.xml]
19:10:25,983 INFO  [org.xnio] (main) XNIO version 3.3.2.Final
19:10:26,051 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.3.2.Final
19:10:26,143 INFO  [org.jboss.remoting] (main) JBoss Remoting version 4.0.14.Final
19:10:26,412 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.4.Final
19:10:26,686 ERROR [stderr] (main) Class not found: java.net.TwoStacksPlainInet6AddressImpl:
19:10:26,686 ERROR [stderr] (main) check impl.prefix property in your properties file.

java.lang.Error: System property impl.prefix incorrect
    at java.net.InetAddress.loadImpl(InetAddress.java:1548)
    at java.net.InetAddressImplFactory.create(InetAddress.java:1622)
    at java.net.InetAddress.<clinit>(InetAddress.java:952)
    at java.net.NetworkInterface.init(Native Method)
    at java.net.NetworkInterface.<clinit>(NetworkInterface.java:64)
    at sun.security.provider.SeedGenerator.addNetworkAdapterInfo(SeedGenerator.java:233)
    at sun.security.provider.SeedGenerator.access$000(SeedGenerator.java:80)
    at sun.security.provider.SeedGenerator$1.run(SeedGenerator.java:183)
    at sun.security.provider.SeedGenerator$1.run(SeedGenerator.java:168)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.security.provider.SeedGenerator.getSystemEntropy(SeedGenerator.java:168)
    at sun.security.provider.SecureRandom$SeederHolder.<clinit>(SecureRandom.java:201)
    at sun.security.provider.SecureRandom.engineNextBytes(SecureRandom.java:221)
    at java.security.SecureRandom.nextBytes(SecureRandom.java:468)
    at java.util.UUID.randomUUID(UUID.java:145)
    at org.jboss.as.controller.operations.common.ProcessEnvironment.obtainProcessUUID(ProcessEnvironment.java:192)
    at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:567)
    at org.jboss.as.server.Main.determineEnvironment(Main.java:297)
    at org.jboss.as.server.Main.main(Main.java:94)
    at org.jboss.modules.Module.run(Module.java:308)
    at org.jboss.modules.Main.main(Main.java:487)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.anonymousPojos.Usecase1TestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.anonymousPojos.Usecase2TestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.authentication.EJBEndpointAuthenticationTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.authentication.EJBEndpointNoClassLevelSecurityAnnotationAuthenticationTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.authentication.EJBEndpointSecuredWSDLAccessTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.authentication.PojoEndpointAuthenticationTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.basic.EJBEndpointTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.basic.EarLibTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.basic.PojoEndpointTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.integration.ws.serviceref.ServiceRefTestCase: org.jboss.as.test.integration.ws.cdi.CdiJsfWebServicesTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:162)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within [60] s
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:158)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)



##### there are 869 more failed tests, see build details

@rhusar
Copy link
Member Author

rhusar commented Oct 19, 2015

Update: so suggested fix doesn't seem to work at all, discussing in emails.

@rhusar
Copy link
Member Author

rhusar commented Oct 20, 2015

Mostly looks like a JDK bug, some comments here and closing this.

@rhusar rhusar closed this Oct 20, 2015
@rhusar rhusar deleted the WFLY-4936 branch October 18, 2017 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants