Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1164231

Summary: EJBClientClusterConfigurationTestCase fails on JDK1.8 once -Dnode0 and -Dnode1 are used
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Marek Kopecky <mkopecky>
Component: TestsuiteAssignee: jboss-set
Status: CLOSED CURRENTRELEASE QA Contact: Marek Kopecky <mkopecky>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: cdewolf, kkhan, pkremens, thiruvallar.raveendran
Target Milestone: DR11   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: dev_blocker
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:44:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1104190    

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.