Actions
Bug #3035
opencatalog throws runtime errors
Start date:
07/09/2015
Due date:
% Done:
0%
Estimated time:
Description
catalog on atmos-den throws runtime errors and exits.
The error messages are attached.
Files
Actions
Added by Chengyu Fan over 9 years ago. Updated over 9 years ago.
0%
Description
catalog on atmos-den throws runtime errors and exits.
The error messages are attached.
Files
error-report (2.83 KB) error-report | Chengyu Fan, 07/09/2015 08:07 PM |
The "Type is not convertible to string" message may come from the Jsoncpp library.
To fix this bug, the QueryAdapter code should call isConvertibleTo(Json::stringValue) before use asString().
However, currently not sure how to reproduce this bug...