Project

General

Custom queries

Profile

Actions

Bug #7605

closed

web call in gts_config raised an exception

Added by Grave Xavier almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
Category:
Core TM
Start date:
07/01/2014
Due date:
% Done:

0%

Estimated time:

Description

in page
http://scgw2:6095/gts?username=Standalone
a click on gts-016 raise

Exception name: PROGRAM_ERROR
Message: topology_manager-http-gts_config.adb:196 finalize/adjust raised exception

Actions #1

Updated by Grave Xavier almost 11 years ago

  • Status changed from Assigned to Resolved

following patch solve the bug I don't know why, but who cares ?

starting from

hg sum
parent: 334:7a918e25a260 tip
merge gts and pdu branches
branch: new-gui-features
commit: 1 modified, 37 unknown
update: (current)

hg diff

diff r 7a918e25a260 soap/server/topology_manager-http-gts_config.adb
--
a/soap/server/topology_manager-http-gts_config.adb Tue Jul 01 17:47:27 2014 0200
++ b/soap/server/topology_manager-http-gts_config.adb Tue Jul 01 18:09:46 2014 0200
@ -193,8 +193,11 @
elsif Card_Name = "Empty" then
Page.Append_Code ("No card in this slot");
else
- Page.Append_Code (Topology_Manager.Http.Common.Append_Item_Table (Card_Name,
- Model.Items.Get_Item (Card_Name)));
declare
+ Item : constant Mapping.Db_Container_Type := Model.Items.Get_Item (Card_Name);
+ begin
+ Page.Append_Code (Topology_Manager.Http.Common.Append_Item_Table (Card_Name, Item));
+ end;
Page.Append_Code ("<p>");
Page.Append_Code (Topology_Manager.Http.Common.Button_Replace_Page (Username,
Card_Name));

Do you want me to commit it ?

Actions #2

Updated by Grave Xavier almost 11 years ago

  • Status changed from Resolved to New
Actions #3

Updated by Grave Xavier almost 11 years ago

  • Status changed from New to Closed
  • Assigned To changed from Legay Eric to Grave Xavier

patch commited

Actions

Also available in: Atom PDF