try to run java wapper "unable to bind listener to any port in the range 32000-32999" [closed]

Solution 1:

Run

sudo netstat -an|less

and check if there is no other process listening on those ports.

Do you use SE Linux or some other security mechanism that can prevent application from binding to tcp ports and listening for incoming connections?

Or maybe your server is configure to listen at ip address that is not bound to any of your network interfaces?