I searched for the error "Could not Initialize Remote Connection to localhost" but the problem and solution were no help.
That's what I'm getting when I try to deploy, and the error is only a list of
org.alfresco.service.cmr.avm.AVMException: Could not Initialize Remote Connection to localhost at org.alfresco.repo.deploy.DeploymentServiceImpl.getRemote(DeploymentServiceImpl.java:558) at org.alfresco.repo.deploy.DeploymentServiceImpl.deployDifference(DeploymentServiceImpl.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
and more. Much much more.
I'm wondering, since I'm working with a network admin who has set limited ports for this server, do I need to open more ports for ftp? I have the web project server set to localhost, but for some reason, when I browse to localhost:8080 I don't even get the basic tomcat page.
Can anyone give a novice some advice?