
Please check as following:
- Make sure SharePoint timer service is started on all WFE/APP servers, restart it and compare the result.
- Try restarting the SharePoint Administration service on all WFE/APP servers.
- Clear the configuration cache
- You could also force remove and force install solutions with PowerShell (Remove-SPSolution and Install-SPSolution with -Force flag):
Remove-SPSolution -Identity contoso_solution.wsp -force
Install-SPSolution -Identity contoso_solution.wsp -Force
Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.