Forum Discussion

wvdzwetTM's avatar
wvdzwetTM
New Contributor
3 years ago
Solved

[CompositeProjects] The file has not been loaded, because it is not specified in the project

While running a project from Azure DevOps the pipeline fails because of this error. The error appears for about 17 files (API definitions and testcases in various testsuites) none of which are in my project or Git repository.

16:06:39,602 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\%2FaccountNameEncrypt.xml
16:06:39,655 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\%2FgamingLimitUpdate.xml
16:06:39,685 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\%2Fmobile%2Fgenerate-one-time-token.xml
16:06:39,728 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\%2FplayerBonuses.xml
16:06:39,771 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\accountUpgrade.xml
16:06:39,772 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\documentUpdate.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\200---Delete-message.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\401---Delete-message.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\403---Delete-message.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\409---Delete-message.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\400---Delete-message-missing-playerToken.xml
16:06:41,887 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\400---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\200---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\401---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\403---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\409---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\400---Delete-message-missing-playerToken.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\400---Delete-message.xml
 
The project runs fine in ReadyAPI.
 
I found other threads on this community flagging it as 2.4 version issue, but I am using 3.9.2. 
 
Any ideas?

4 Replies

  • debrouth's avatar
    debrouth
    Occasional Visitor

    I am getting same issue.. I am using 3.10.0

     

    I cant do anything.. kind of block.

    • wvdzwetTM's avatar
      wvdzwetTM
      New Contributor

      The reason for the pipeline failing turned out to be something entirely different in my case

       

      Pipeline is running now even though these error messages are still there. Using ReadyAPI 3.10.2

       

      It looks like ReadyAPI is looking for API definitions and testcases that have been deleted from the project. I found that when I add them again to the project, some of the references to missing files disappear.

       

      Still, strange that there is no one from Smartbear who is able to tell us where this error comes from.