Bug 1164231 - EJBClientClusterConfigurationTestCase fails on JDK1.8 once -Dnode0 and -Dnode1 are used
Summary: EJBClientClusterConfigurationTestCase fails on JDK1.8 once -Dnode0 and -Dnode...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Testsuite
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: DR11
: EAP 6.4.0
Assignee: jboss-set
QA Contact: Marek Kopecky
URL:
Whiteboard: dev_blocker
Depends On:
Blocks: java8
TreeView+ depends on / blocked
 
Reported: 2014-11-14 11:56 UTC by Marek Kopecky
Modified: 2019-08-19 12:44 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:44:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1076015 0 unspecified CLOSED Multicast-based clustering testsuite does not work on JDK 8 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker WFLY-4110 0 Major Resolved EJBClientClusterConfigurationTestCase fails on JDK1.8 once -Dnode0 and -Dnode1 are used 2016-06-29 11:30:09 UTC

Internal Links: 1076015

Description Marek Kopecky 2014-11-14 11:56:55 UTC
Description of problem:
 org.jboss.as.test.manualmode.ejb.client.cluster.EJBClientClusterConfigurationTestCase
  - testServerToServerClusterFormation

fails with: java.lang.IllegalStateException: EJBCLIENT000028: No EJB receiver contexts available in cluster ejb

Version-Release number of selected component (if applicable):
 EAP 6.4.0.DR9

How reproducible:
 Always on JDK1.8 && x86_64 && (RHEL7 || RHEL6)

Steps to Reproduce:
- where $MYTESTIP_* != localhost 
1. ./integration-tests.sh -Dmaven.repo.local=$MAVEN_REPO_LOCAL -fae -Dmaven.test.failure.ignore=true -Djboss.dist=$JBOSS_DIST -Dts.noSmoke -Dts.manualmode -Dts.noSmoke -Dtest=EJBClientClusterConfigurationTestCase -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2 

Actual results:
Tests in error:
javax.ejb.EJBException: java.lang.IllegalStateException: EJBCLIENT000028: No EJB receiver contexts available in cluster ejb

Expected results:
No failures in test case.

Additional info:
See for server logs and test output:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-64x-as-cluster/jdk=java18_default,label_exp=eap-sustaining%20&&%20EAP-RHEL7/3/

Comment 1 Dominik Pospisil 2014-11-21 13:33:14 UTC
PR sent: https://github.com/jbossas/jboss-eap/pull/2028

Comment 2 Petr Kremensky 2014-11-27 08:28:15 UTC
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-64x-as-cluster/5/

Verified on EAP 6.4.0.DR11.

Comment 3 Thiru Raveendran 2015-01-26 12:06:28 UTC
Hi, 

I have got the save error in JDK 1.7 and EAP 6.2.


Note You need to log in before you can comment on or make changes to this bug.