This content has been marked as final.
Show 3 replies
-
1. Re: somtimes hotdeployment fails - port 1099 is in use
maxandersen Mar 13, 2008 5:31 AM (in response to mars1412)there must be something running on 1099...otherwise JBoss would be able to bind.
-
2. Re: somtimes hotdeployment fails - port 1099 is in use
mars1412 Mar 13, 2008 6:31 AM (in response to mars1412)that's what I think too, but I just can't find out what programm is doing it.
I am using TCP View http://technet.microsoft.com/de-de/sysinternals/bb897437(en-us).aspx
to find out
I also triednetstat -a | findstr "1099"
but both do not show anything...
Any other ideas how I could find out what programm blocks the port?
That's why I thought that somehow JBDS gets confused or does not release the port itself.
But maybe it's also some other programm that graps the port just for short times, so that I don't see it.
If I have some time, I'll try to kill all running processes and then check if the problem is gone (hope this works) -
3. Re: somtimes hotdeployment fails - port 1099 is in use
mars1412 Mar 14, 2008 5:03 AM (in response to mars1412)seems I found the trouble maker
by killing each app in the taskman and trying to start the server I found out, that it works again after killing M$-Outlook.
still I find it very odd that I don't see that Outlook is using the 1099 port.
anyway - at least now I know how to get it working again without restarting my PC :-)