KB Article #177639
procengine(procengine(map-loader.so)):[MON - 1005]: Parser not found
Problem
-- getting such error at runtime :
ERROR :20151022:16.19.16.79:procengine(procengine(map-loader.so)):[MON - 1005]: Parser not found
DEBUG :20151022:16.19.16.79:procengine(procengine(map-loader.so)):[MON - 1001]: Failure while executing MapStage (MAPSERVICE.FLOW_NAME)
Resolution
* issue is related to the configuration of your flow
* it is more likely that an output cannot be correctly populated by the parser, for instance because the map output is a DB insert
1- identify the map causing the problem
2- open the B2Bi UI and select the related component
Modify the parameter "Action when no output created by flow" and set it to "ignore and warning"
3- run a test again