Wednesday, December 24, 2008
How do I look up status return errors? e.g. (status=1017)
Q: I saw this in the element.log:
n/a/modInfo Load/Start Request failed (status=1017)
What does it mean and how do I look up the error?
A: The "modInfo" is a program that you tried to load. The error can be found in the Fault Manager:
(fm_api_pri.h)
#define ELEM_FM_STATUS_LOADER_BASE ELEM_FM_STATUS_BASE + 1000
...
#define ELEM_FM_LOADER_APP_ALREADY_LOADED ELEM_FM_STATUS_LOADER_BASE + 17
There are also some codes in fm_mgmt_api_pri.h, but these are mostly private.
n/a/modInfo Load/Start Request failed (status=1017)
What does it mean and how do I look up the error?
A: The "modInfo" is a program that you tried to load. The error can be found in the Fault Manager:
(fm_api_pri.h)
#define ELEM_FM_STATUS_LOADER_BASE ELEM_FM_STATUS_BASE + 1000
...
#define ELEM_FM_LOADER_APP_ALREADY_LOADED ELEM_FM_STATUS_LOADER_BASE + 17
There are also some codes in fm_mgmt_api_pri.h, but these are mostly private.
Labels: Element
free invisible web counter