Bug 1266356
| Summary: | Commons HttpClient can hang during SSLHandshake | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Jason Shepherd <jshepherd> | ||||
| Component: | Plugin -- Other | Assignee: | Simeon Pinder <spinder> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Filip Brychta <fbrychta> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | JON 3.3.3 | CC: | fbrychta, vsorokin | ||||
| Target Milestone: | CR01 | Keywords: | Triaged | ||||
| Target Release: | JON 3.3.6 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-07-27 15:30:56 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: | 1341348 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Jason Shepherd
2015-09-25 06:14:08 UTC
Created attachment 1076874 [details]
reproducer
Moving to ON_QA as available to test with the following build: https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=502442 Note: jon-server-patch-3.3.0.GA.zip maps to JON 3.3.6(jon-server-3.3.0.GA-update-06.zip) "I'm not sure if I understand the fix correctly but it seems the issue is not resolved." While verification: according "to confirm that rhq-rq-access web application is no longer included in the list of applications hosted by JON with the ear". == server.log --- logs/server.log.2016-07-07:08:36:03,609 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "null" (runtime-name: "rhq-rh-access.war") logs/server.log.2016-07-07:08:36:38,136 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment null (runtime-name: rhq-rh-access.war) in 1043ms logs/server.log.2016-07-07:08:37:33,772 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "null" (runtime-name: "rhq-rh-access.war") logs/server.log.2016-07-07:08:40:50,218 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment null (runtime-name: rhq-rh-access.war) in 1138ms --- Application "rhq-rh-access" started along with others, so it couldn't be considered as 'surely non-deployable'. Reproducer 'ClientTimeout43.java' still shows 'FAIL' while running. Seems BZ status should be 'REJECTED' or 'ASSIGNED' [hudson@vso-jon-latest work]$ java -cp httpcore-4.3.2.jar:httpclient-4.3.2.jar:commons-logging.jar:commons-logging-api.jar:. ClientTimeout43 FAIL Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-1519.html |