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

[WFCORE-4030] Upgrade to Galleon and WildFly Galleon Plugins 2.0.0.Beta1 #3455

Merged
merged 1 commit into from Aug 14, 2018

Conversation

aloubyansky
Copy link
Contributor

@aloubyansky
Copy link
Contributor Author

Hopefully the failures are going to be fixed by #3454

@LittleJohnII
Copy link
Contributor

LittleJohnII commented Aug 14, 2018

The first one from https://ci.wildfly.org/viewLog.html?buildId=117134&buildTypeId=WildFlyCore_PullRequest should be. The second failure looks like something else - I'll have to look into that separately.

But even then, Galleon update could not have caused these. The failures are most definitely test issues. I suggest we don't hold this PR because of them.

edit: no, the second failure is caused by container is down, so it's still the same thing; however, my supposed fix doesn't seem to work... looking into it - the failures in #3454 seem to be unrelated now, the fix is probably OK

@wildfly-ci
Copy link

Core - Full Integration Build 7823 outcome was FAILURE using a merge of 396b936
Summary: Tests failed: 1 (1 new), passed: 4518, ignored: 139 Build time: 03:01:34

Failed tests

org.jboss.as.test.clustering.cluster.ejb.remote.RemoteStatefulEJBConcurrentFailoverTestCase.test: javax.ejb.EJBException: org.infinispan.util.concurrent.TimeoutException: Could not acquire lock on InfinispanBeanGroupKey(UUIDSessionID [7a90aee9-ba56-4224-b9b3-4e9225ad3683]) in behalf of transaction GlobalTx:node-2:10. Current owner GlobalTx:node-2:7.
	at org.jboss.as.ejb3.remote.AssociationImpl.lambda$receiveInvocationRequest$0(AssociationImpl.java:220)
	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1349)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.net.ConnectException: Connection refused
		at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
		at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
		at org.xnio.nio.WorkerThread$ConnectHandle.handleReady(WorkerThread.java:327)
		at org.xnio.nio.WorkerThread.run(WorkerThread.java:591)
		at ...asynchronous invocation...(Unknown Source)
		at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:571)
		at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:537)
		at org.jboss.remoting3.ConnectionInfo$None.getConnection(ConnectionInfo.java:82)
		at org.jboss.remoting3.ConnectionInfo.getConnection(ConnectionInfo.java:55)
		at org.jboss.remoting3.EndpointImpl.doGetConnection(EndpointImpl.java:488)
		at org.jboss.remoting3.EndpointImpl.getConnectedIdentity(EndpointImpl.java:434)
		at org.jboss.remoting3.UncloseableEndpoint.getConnectedIdentity(UncloseableEndpoint.java:52)
		at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.getConnectedIdentityUsingClusterEffective(RemotingEJBDiscoveryProvider.java:311)
		at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.lambda$connectAndDiscover$0(RemotingEJBDiscoveryProvider.java:384)
		at java.security.AccessController.doPrivileged(Native Method)
		at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.connectAndDiscover(RemotingEJBDiscoveryProvider.java:384)
		at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.discover(RemotingEJBDiscoveryProvider.java:151)
		at org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator.lambda$configure$0(RemoteEJBDiscoveryConfigurator.java:42)
		at org.wildfly.discovery.ConfiguredProvider.discover(ConfiguredProvider.java:45)
		at org.wildfly.discovery.Discovery.discover(Discovery.java:100)
		at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.discover(DiscoveryEJBClientInterceptor.java:241)
		at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.doClusterDiscovery(DiscoveryEJBClientInterceptor.java:485)
		at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.executeDiscovery(DiscoveryEJBClientInterceptor.java:298)
		at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
		at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:491)
		at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocation(NamingEJBClientInterceptor.java:63)
		at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:491)
		at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:165)
		at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:491)
		at org.wildfly.common.context.Contextual.runExConsumer(Contextual.java:203)
		at org.jboss.ejb.client.EJBClientInvocationContext.sendRequestInitial(EJBClientInvocationContext.java:327)
		at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:173)
		at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:112)
		at com.sun.proxy.$Proxy24.remove(Unknown Source)
		at org.jboss.as.test.clustering.cluster.ejb.remote.RemoteStatefulEJBConcurrentFailoverTestCase.test(RemoteStatefulEJBConcurrentFailoverTestCase.java:114)
		at org.jboss.as.test.clustering.cluster.ejb.remote.RemoteStatefulEJBConcurrentFailoverTestCase.test(RemoteStatefulEJBConcurrentFailoverTestCase.java:85)
------- Stdout: -------
 [0m06:26:30,235 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
 [0m [0m06:26:31,103 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
 [0m [0m06:26:31,126 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
 [0m [0m06:26:31,423 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 14.0.0.Beta2-SNAPSHOT (WildFly Core 6.0.0.Beta2-SNAPSHOT) starting
 [0m [0m06:26:33,325 INFO  [org.wildfly.security] (ServerService Thread Pool -- 28) ELY00001: WildFly Elytron version 1.5.3.Final
 [0m [0m06:26:35,100 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.


@aloubyansky
Copy link
Contributor Author

Just for the info, the equivalent version upgrade has passed in WFLY wildfly/wildfly#11520

@jmesnil jmesnil merged commit 13efb2a into wildfly:master Aug 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants