cancel
Showing results for 
Search instead for 
Did you mean: 

FSR deployment giving problems!!

power
Champ in-the-making
Champ in-the-making
Friends,

I have my deployer on linux machine its  alfresco 2.2.1 (sp1) deployer.
My alfresco is on my local windows XP machine. and my deployer is on Linux Machine running apache tomcat 6 with deployed war.
I run deployer on linux. and trying to connect my local machine to linux server, it gives me port problems even I changed many ports in
deployment.properties  file.

I tried changing RMI port 40400 to 40402/3/4/5
I tried to change service port from 40401 to 40403/4/5

everytime I got the same error on linux deployer that port is already in use. Even though it is not binded on linux.
Any suggestion ?


even my firewall on linux is off.
idea?
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
Check your linux box to see what is using your ports, port already in use probably means you are trying to run more than one FSR at once. 

The FSR requires at least one port to be open and by default will use two, 40400 and 40401.   Although as you have seen you can move which ports to use.

The second piece of advice for deployment to Linux is that you need to set -Djava.rmi.server.hostname to get the rmi registry to bind to the right network address.

g_rathod
Star Contributor
Star Contributor
Hi,

Main thing you need for deployment to Linux is that you need to set
-Djava.rmi.server.hostname  to get the rmi registry to bind to the right network address.