Re: port 1099 being used by other processes
Posted By:
Anonymous
Posted On:
Tuesday, August 28, 2007 06:29 AM
Do you run JBoss? JBoss uses 1099 for remoting by default.
Re: port 1099 being used by other processes
Posted By:
WarnerJan_Veldhuis
Posted On:
Monday, August 27, 2007 07:21 AM
On the command prompt, type: netstat -ano. That will show the port sin use. Find port 1099 in the left column. When found, look at the last column PID. Open windows task manager (ctrl-shift-esc), in menu view -> select columns -> select PID. See what process is using this port. Try to change that for either RMI or for the process just found.