[BLOSSOM-249] Definitions app not opening up after migrating to 5.6.3 Created: 13/Mar/18 Updated: 11/Dec/18 Resolved: 27/Mar/18 |
|
| Status: | Closed |
| Project: | Blossom |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 3.2.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Viet Nguyen | Assignee: | Saimir Gasa |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
invesco.com |
||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Template: |
|
||||||||||||
| Acceptance criteria: |
Empty
|
||||||||||||
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
||||||||||||
| Bug DoR: |
[ ]*
Steps to reproduce, expected, and actual results filled
[ ]*
Affected version filled
|
||||||||||||
| Date of First Response: | |||||||||||||
| Sprint: | Basel 139 | ||||||||||||
| Story Points: | 3 | ||||||||||||
| Description |
|
In SUPPORT-8497, there are few cases that 'upgraded to 5.6.3 from 5.6, "Definitions" app is not opening up and throwing an error in the back end, attached is the debug log for this action.' if (itemId instanceof DefinitionProviderId) { final DefinitionProviderId definitionProviderId = (DefinitionProviderId) itemId; final DefinitionMetadata metadata = definitionProviderId.getValue().getMetadata(); String type = metadata.getType() == null ? "unknown" : metadata.getType().getName(); String sourceType = metadata.getConfigurationSourceType() == null ? "unknown" : metadata.getConfigurationSourceType().name(); final Table.GeneratedRow generatedRow = new Table.GeneratedRow( String.format(definitionProviderInfoTemplate, definitionProviderId.getStyle(), type, metadata.getReferenceId(), sourceType, metadata.getLocation())); generatedRow.setSpanColumns(true); generatedRow.setHtmlContentAllowed(true); return generatedRow; } -----------------------
|
| Comments |
| Comment by Saimir Gasa [ 23/Mar/18 ] |
|
Test Steps:
|