cancel
Showing results for 
Search instead for 
Did you mean: 

Question about FSR setup

user420
Champ in-the-making
Champ in-the-making
Hi,
I am using Alfresco Community version 2.1(I can't upgrade).  I have installed WCM & deployment jars.

My deployment will not work to \\localhost:44100.  My port 44100 is up & running.

I am able to deploy successfully to localhost(AVM deployment works)
Is there a place where I can configure RMI authentication for user admin ??
I am posting snippets of error log


Caused by: org.springframework.remoting.RemoteLookupFailureException: Could not find RMI service [rmi://localhost:44100/authentication] in RMI registry; nested exception is java.rmi.NotBoundException: authentication
at org.springframework.remoting.rmi.RmiClientInterceptor.lookupStub(RmiClientInterceptor.java:210)
at org.springframework.remoting.rmi.RmiClientInterceptor.prepare(RmiClientInterceptor.java:145)
at org.springframework.remoting.rmi.RmiClientInterceptor.afterPropertiesSet(RmiClientInterceptor.java:133)
at org.springframework.remoting.rmi.RmiProxyFactoryBean.afterPropertiesSet(RmiProxyFactoryBean.java:66)
at org.alfresco.repo.deploy.DeploymentServiceImpl.getRemote(DeploymentServiceImpl.java:525)
2 REPLIES 2

user420
Champ in-the-making
Champ in-the-making
I have also tried in Edit Web Project Settings
\\localhost:44100

The FSR deployer is running on 44100 successfully.

I am getting errors like

\\localhost_44100 matches regular expression Node =null

mrogers
Star Contributor
Star Contributor
The 2.1 release is earlier than my knowledge of Alfresco but I'll give some educated guessses Smiley Happy

since the error message concerns
rmi://localhost:44100/authentication

The error message implies that alfresco has been able to bind to the rmi registry but not found the authentication service (which does not exist on the FSR.

It looks like you are trying to do an ASR deployment to an FSR.