Deploying a process app never returns a success or failure and remains waiting forever. Review of the TS_IMPORT.LOG file in [SBM INSTALL DIR]\ Application Engine \Log directory shows errors like the following. Notice that the endpoint has a relative URI without HTTP://HOSTNAME of the Application Repository server.
As of SBM 11.3, it doesn't look possible to remove TLS 1.0 from both the Server.xml ( Tomcat ) and the SChannel Registry key ( IIS ) and have deploys reach the "Completed" status. The deploy itself will succeed and your changes will get deployed. It is just the callback from the Application Engine to the Repository telling the system the deploy completed that fails so the status stays in "Waiting" forever.
The Activity logs show the below errors after a failed Promote. INFO -- Awaiting callback from Application Engine on the success of the import . INFO -- Application Engine callback at 06/04/16 11:00.
fixes the issue. INFO -- Awaiting callback from Application Engine on the success of the import . INFO -- Application Engine callback at 5/3/13 2:50 AM. INFO -- The following errors or warnings were received: ERROR -- Parser Fatal Error at file D:/Serena/SBM/Application Engine/mst49436/teamtrack/5130dae1-d94d-4d16-a9da-e4bc5c88b57
INFO -- Application Engine callback at 4/14/15 3:29 PM. INFO -- The following errors or warnings were received: ERROR -- Parser Error at file C:/Program Files/Serena/SBM/ Application Engine /mst50586/application.xml, line 7, char 12 Message: no declaration found for element 'Locale' Failed to complete the import at 4/14/15 3:29 PM.