|
From: Uri S. <ur...@no...> - 2011-04-26 09:53:34
|
Hi, I encounter the following problem on Windows 2008: When trying to launch the service I get this message: STATUS | wrapper | 2011/04/23 11:45:51.081 | --> Wrapper Started as Service FATAL | wrapperp | 2011/04/23 11:45:51.190 | unable to bind listener to any port in the range 32000-32999. (An attempt was made to access a socket in a way forbidden by its access permissions. (0x271d)) STATUS | wrapper | 2011/04/23 11:45:51.299 | <-- Wrapper Stopped After doing some investigation it appears that only port 32000 is taken (and the rest of the ports are free). However, the wrapper does not scan and looking for other ports. I added the following line to the wrapper.conf: wrapper.jvm.port.min=32001 and everything has been resolved. I was wondering whether it is a bug in the wrapper as I was expecting it to find port 32001 by itself. Uri |