cancel
Showing results for 
Search instead for 
Did you mean: 

WCM Deployment | Alfresco 3.0

ajmillar
Champ in-the-making
Champ in-the-making
I'm having problems getting the FSR to work in Alfresco 3.0. From my authoring server I'm able to ping and telnet into the deployment server, however when I try to deploy, I get the following message.

Exception creating connection to: 10.0.3.22; nested exception is: java.net.NoRouteToHostException: No route to host

I'm running on VMWare with CentOS.

Has anyone come across this before?
1 REPLY 1

mrogers
Star Contributor
Star Contributor
I'm sorry I do not know that much about VMWare networking but the error indicates means there is a network routing problem.

The FSR requires two tcp ports to be open.   
44100 for the rmi registry and a randomly allocated port for the deployment service.    (This random port is fixed to 44101 for future versions of Alfresco,  but I don't know whether will be in your 3.0 release.)

Just as a test try to connect to port 44100 via telnet.    A blank screen indicates a successful connection.