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
Updated by Chengyu Fan almost 10 years ago
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...
Updated by Chengyu Fan almost 10 years ago
- Status changed from New to In Progress
Actions