GeertBellekens / Enterprise-Architect-Toolpack

Addins and tools for Sparx Systems Enterprise Architect
https://bellekens.com/product/bellekens-enterprise-architect-toolpack/
BSD 2-Clause "Simplified" License
101 stars 41 forks source link

Error 500 (Internal server error) when requesting status of a job #48

Closed GeertBellekens closed 8 years ago

GeertBellekens commented 8 years ago

After an update of the xslweb component none of the imvertorjobs still work. they all get error 500/ when debuggen and trying again it works again. Adding a loop and trying again every half second for maximum 5 seconds should resolve the issue.

GeertBellekens commented 8 years ago

Problem seems to be on the server side. It only accepts request once the process is completely finished, making the whole tracking status a bit pointless. Anyway the loop has been implemented and stay in the code because it make it all a bit more robust.