Summary
Sync Service failed to start
Error
Sync Service failed to start
Cause
When we were trying to start the service it was failing. In the wrapper.log we found Fatal error “unable to bind listener to any port in the range 32000 to 32999”. Investigations showed that no other application where using ports in the range 32000 to 32999.
Fix
We need to add this entry in the wrapper.config file “wrapper.backend.type=PIPE” after this the service started.