Alias <str> is missing a declaration Explanation: You have declared an alias as EXTERNAL in every module in your application (thus, no filename is provided at runtime). User Action: Change one module to declare the alias as GLOBAL.