Bug 1128772
| Summary: | Authentication failure message is not clear on remote agent installation | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Jeeva Kandasamy <jkandasa> | ||||||
| Component: | UI | Assignee: | Michael Burman <miburman> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | JON 3.3.0 | CC: | jshaughn, miburman | ||||||
| Target Milestone: | ER02 | ||||||||
| Target Release: | JON 3.3.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-12-11 14:01:24 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: | 1070242 | ||||||||
| Attachments: |
|
||||||||
Fixed in master:
commit 66effaa0b473c133c4f1e667b0bea4436d85cbff
Merge: 7bef780 c1fdabc
Author: John Mazzitelli <mazz>
Date: Thu Aug 28 16:17:59 2014 -0400
Merge pull request #114 from burmanm/remote_agent
Modify remote agent install UI and make userfriendlier error messages
commit c1fdabc180a8b63d43813d4640b24b686f2aad44
Author: Michael Burman <miburman>
Date: Wed Aug 20 17:29:05 2014 +0300
[BZ 1131495] Refactor SSHInstallUtility to catch error messages and throw exceptions if operations fail, instead of returning just Failed te
[BZ 1132051] Catch scp errors when installing to get proper error message for missing permissions.
[BZ 1128772] Catch some basic error messages and create a friendlier layout for them
[BZ 1128779] After the agent has been installed, refresh the UI to show only relevant information.
[BZ 1128782] While installing, show window which indicates the installation is running
This is handled by the same cherry-pick done for Bug 1132051. Release/jon3.3.x commit 83f133d17ce4eb377fc2b398b109c41da3ef6c6e Author: John Mazzitelli <mazz> Date: Thu Aug 28 16:17:59 2014 -0400 Merge pull request #114 from burmanm/remote_agent Signed-off-by: Jay Shaughnessy <jshaughn> Moving to ON_QA as available for test with the following brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=381194 Created attachment 936109 [details]
remote-agent-install-auth-failure-message-verified
Version:
JBoss Operations Network
Version : 3.3.0.ER02
Build Number : 4fbb183:7da54e2
GWT Version : 2.5.0
SmartGWT Version : 3.0p
Browser: Firefox 31.0
|
Created attachment 925774 [details] remote-agent-install-auth-failure-message Description of problem: Authentication failure message is not clear on remote agent installation. For authentication it says "An SSH connection error occurred.: com.jcraft.jsch.JSchException:Auth cancel". Should be a user friendly message. Currently it looks like developer error message. Version-Release number of selected component (if applicable): JBoss Operations Network Version : 3.3.0.DR01 Build Number : 6468454:dda0a47 GWT Version : 2.5.0 SmartGWT Version : 3.0p How reproducible: always Steps to Reproduce: 1. Navigate to 'Administration->Topology->Agents->New' 2. Enter wrong password for SSH authentication 3. Click on 'Update Status' Additional info: Screen shot is attached.