Actions
Bug #9251
closedUser story #8844: Redesign Rudder web interface
Infamous "Server cannot be contacted at this time" when trying to access node details of a deleted node
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
If we delete a node, and reload the page, we get the awful "Server cannot be contacted at this time", because code raises an exception.
See excerpt of logs:
[2016-10-06 15:25:38] ERROR com.normation.rudder.web.components.ShowNodeDetailsFromNode - Could not get Node 'd48a5baa-3c30-4ad3-a5f3-34510cdcde7c' details because it does not exist [2016-10-06 15:25:38] ERROR net.liftweb.http.LiftRules - Exception being returned to browser when processing /ajax_request/F1114631579519LKBYPG-00/ java.lang.Exception: Could not get Node 'd48a5baa-3c30-4ad3-a5f3-34510cdcde7c' details because it does not exist [2016-10-06 15:25:39] ERROR com.normation.rudder.web.components.ShowNodeDetailsFromNode - Could not get Node 'd48a5baa-3c30-4ad3-a5f3-34510cdcde7c' details because it does not exist [2016-10-06 15:25:39] ERROR net.liftweb.http.LiftRules - Exception being returned to browser when processing /ajax_request/F1114631579519LKBYPG-00/ java.lang.Exception: Could not get Node 'd48a5baa-3c30-4ad3-a5f3-34510cdcde7c' details because it does not exist
Updated by Nicolas CHARLES about 8 years ago
- Translation missing: en.field_tag_list set to Blocking 4.0
Updated by François ARMAND about 8 years ago
- Related to Bug #9399: Deleting a node keep us on the node details page added
Updated by François ARMAND about 8 years ago
- Related to Bug #9340: Display of harware tab, in "Accept new node" page is broken added
Updated by François ARMAND about 8 years ago
- Related to Bug #9339: When I click on the date picker on the Node Detail/Technical log, I get 404 errors added
Updated by François ARMAND about 8 years ago
- Related to Bug #9338: When I arrive on the node details page, the URL is badly rewriten added
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/1291
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|977dca54dc5a16344012a36f7e9aa4fa20daea8c.
Updated by Vincent MEMBRÉ about 8 years ago
- Related to deleted (Bug #9338: When I arrive on the node details page, the URL is badly rewriten)
Updated by Vincent MEMBRÉ about 8 years ago
- Related to deleted (Bug #9339: When I click on the date picker on the Node Detail/Technical log, I get 404 errors)
Updated by Vincent MEMBRÉ about 8 years ago
- Related to deleted (Bug #9340: Display of harware tab, in "Accept new node" page is broken)
Updated by Vincent MEMBRÉ about 8 years ago
- Related to deleted (Bug #9399: Deleting a node keep us on the node details page)
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 4.0.0~rc2 to 4.0.0~rc1
Updated by Alexis Mousset about 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.0.0 which was released the 10th November 2016.
Actions