Bug 923836
Summary: | remote:// protocol does not work over SSL with IBM JDK | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jan Martiska <jmartisk> | |
Component: | EJB, Naming | Assignee: | David M. Lloyd <david.lloyd> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | 6.1.0 | CC: | darran.lofthouse, dimitris, hokuda, joallen, kkhan, mnovak, onagano | |
Target Milestone: | DR10 | |||
Target Release: | EAP 6.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Known Issue | ||
Doc Text: |
There is a Known Issue in this release of JBoss EAP 6 wherein the remote naming lookup fails intermittently on an IBM JDK with the following exception:
----
org.jboss.remoting3.NotOpenException: Endpoint is not open.
----
This issue appears to present when the client uses the IBM JDK. In instances where the server is on the IBM JDK and the and the client uses another JDK, the issue does not present.
The issue is being investigated for a resolution.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1194960 (view as bug list) | Environment: | ||
Last Closed: | 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: | 901231, 1162232 | |||
Bug Blocks: | 1099440, 1194960 |
Description
Jan Martiska
2013-03-20 14:52:11 UTC
I think this has to do with this issue https://issues.jboss.org/browse/AS7-5967 Looking at those log in this bugzilla the Finalizer thread is triggering the close of the remoting channel held by the remote naming context, so yes it does indeed look like https://issues.jboss.org/browse/AS7-5967 This error seems intermittent, I have been able to run the test successfully a few times with this config, but most of the time, it fails. That is probably another reason to think that it is indeed related to AS7-5967. Passing back, I originally took ownership as the initial description sounded as though there was something specific regarding our use of SSL and the IBM JDK - however subsequent comments now suggest this is a general IBM JDK issue so not specific to SSL. The issue seems to be on client side: When the client uses IBM JDK and server is on some other JDK, it doesn't work. When the client uses some other JDK and server is on IBM JDK, it works perfectly. Added a draft Release Note based on my limited understanding from this ticket, the linked JIRA and the IBM.com ticket. Please review for technical accuracy and comment or update the text as required. "When the client uses IBM JDK and server is on any JDK, including IBM." - the JDK of the server doesn't matter. That is the right version. My previous comment might be confusing, sorry for that. Thanks Jan. The release note text above seems to reflect this. I assume you updated it (or I just got extremely lucky in my original wording; I can't remember what I wrote verbatim). Unless there's any other feedback received within two hours of this time-stamp, this Release Note will be marked for inclusion in the document. Assigning jpai EJB issues to david.lloyd. Please re-assign to Cheng or others as needed. David Lloyd <david.lloyd> updated the status of jira WFLY-1149 to Resolved I did a preliminary test backporting the remote-naming fix manually to 1.0 branch and it does seem to resolve the issue. All seems to be working well in EAP 6.4.0.DR10. |