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)