Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Firefly
-
Labels:
-
Story Points:6
-
Epic Link:
-
Sprint:SUIT Sprint 2017-8, SUIT Sprint 2017-11
-
Team:Science User Interface
Description
In Firefly catalog searches, it allows user to enter position to search on tables without position information, e.g., "Gaia G-band Time Series of Variable Sources".
In irsaviewer, it returned error
"Fail to load table. Error: edu.caltech.ipac.firefly.server.query.DataAccessException: DataAccessException:Unexpected error from:unknown"
In current dev version, it continues until put in background monitor, then the "Unexpected error" appears. Another ticket DM-11376 was created for the backgrounding bug.
Attachments
Issue Links
- relates to
-
DM-11376 backgrounding job bug
- Done
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Labels | Firefly FireflyCCB |
Description |
In Firefly catalog searches, it allows user to enter position to search on tables without position information, e.g., "Gaia G-band Time Series of Variable Sources".
In irsaviewer, it returned error "Fail to load table. Error: edu.caltech.ipac.firefly.server.query.DataAccessException: DataAccessException:Unexpected error from:unknown" In current dev version, it continues until put in background monitor, then the "Unexpected error" appears. |
In Firefly catalog searches, it allows user to enter position to search on tables without position information, e.g., "Gaia G-band Time Series of Variable Sources".
In irsaviewer, it returned error "Fail to load table. Error: edu.caltech.ipac.firefly.server.query.DataAccessException: DataAccessException:Unexpected error from:unknown" In current dev version, it continues until put in background monitor, then the "Unexpected error" appears. Another ticket |
Summary | disable position based search on catalogs/tables without position informaiton | disable position based search on catalogs/tables without position information |
Sprint | SUIT Sprint 2017-8 [ 629 ] | SUIT Sprint 2017-8, SUIT Sprint 2017-9 [ 629, 630 ] |
Rank | Ranked higher |
Epic Link |
|
Story Points | 6 |
Sprint | SUIT Sprint 2017-8, SUIT Sprint 2017-9 [ 629, 630 ] | SUIT Sprint 2017-8, SUIT Sprint 2017-10 [ 629, 631 ] |
Assignee | Cindy Wang [ cwang ] |
Sprint | SUIT Sprint 2017-8, SUIT Sprint 2017-10 [ 629, 631 ] | SUIT Sprint 2017-8 [ 629 ] |
Sprint | SUIT Sprint 2017-8 [ 629 ] | SUIT Sprint 2017-8, SUIT Sprint 2017-11 [ 629, 647 ] |
Rank | Ranked higher |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Emmanuel Joliet, Loi Ly, Xiuqin Wu [ ejoliet, loi, xiuqin ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Remote Link | This issue links to "pull request (Web Link)" [ 15558 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Firefly creates a file named master-catalog.tbl rom master-irsa-cat-original.tbl, but it omits the column 'pos'. The value for each table in the 'pos' column is 'y', or 'n', indicating if the table contains position information. We should modify Firefly to include the 'pos' column in master-catalog.tbl and use the value to enable/disable the position search for the table.