<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can Alfresco 3.4 deploy to 3.0-era File System Receivers? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-3-4-deploy-to-3-0-era-file-system-receivers/m-p/265975#M219105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 Alfresco servers: a "prod" and a "dev".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both servers started off as 3.0-labs installations and were deploying happily across my network to a variety of file system receivers set up on a variety of servers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I upgraded my "dev" alfresco server to 3.4.b and I cannot get any deployments from a web project to work.&amp;nbsp; Everything fails with a message like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;11060009 Could not connect to remote deployment receiver, transportName:default, hostName:foo.mycompany.com, port: 44100&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;#) I tried the hostName as an IP address and as a regular machine name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#) I tried telnetting directly to the 44100 port and got a response&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#) I verified the target file system receiver had the -Djava.rmi.server.hostname command line parameter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The full stack trace is below, but does anyone know if there were any backwards-incompatibilities or new configurations I need to add to get FSRs to be "seen" by my alfresco server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;org.alfresco.service.cmr.avm.AVMException: 11060010 Deployment exception, unable to deploy : &lt;BR /&gt;srcPath&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;osnet:/www/avm_webapps/ROOT, target:boss02test, version:11, adapterName:default, hostName:foo.mycompany.com, port:44,100, &lt;BR /&gt;error&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.alfresco.service.cmr.avm.AVMException: 11060009 Could not connect to remote deployment receiver, transportName:default, hostName:foo.mycompany.com, port: 44100 at &lt;BR /&gt;org.alfresco.repo.deploy.DeploymentServiceImpl.deployDifferenceFS(DeploymentServiceImpl.java:1275) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at &lt;BR /&gt;sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at &lt;BR /&gt;java.lang.reflect.Method.invoke(Method.java:597) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) at &lt;BR /&gt;org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at &lt;BR /&gt;org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at &lt;BR /&gt;org.alfresco.repo.transaction.CheckTransactionAdvice.invoke(CheckTransactionAdvice.java:47) at &lt;BR /&gt;org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.alfresco.repo.transaction.RetryingTransactionAdvice$1.execute(RetryingTransactionAdvice.java:64) at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:377) at org.alfresco.repo.transaction.RetryingTransactionAdvice.invoke(RetryingTransactionAdvice.java:67) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at $Proxy83.deployDifferenceFS(Unknown Source) at org.alfresco.repo.avm.actions.AVMDeployWebsiteAction.executeImpl(AVMDeployWebsiteAction.java:403) at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:133) at org.alfresco.repo.action.ActionServiceImpl.directActionExecution(ActionServiceImpl.java:749) at org.alfresco.repo.action.ActionServiceImpl.executeActionImpl(ActionServiceImpl.java:675) at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1$1.execute(AsynchronousActionExecutionQueueImpl.java:443) at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:377) at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:251) at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1.doWork(AsynchronousActionExecutionQueueImpl.java:452) at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508) at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper.run(AsynchronousActionExecutionQueueImpl.java:455) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: org.alfresco.service.cmr.avm.AVMException: 11060009 Could not connect to remote deployment receiver, transportName:default, hostName:foo.mycompany.com, port: 44100 at org.alfresco.repo.deploy.DeploymentServiceImpl.getDeploymentReceiverService(DeploymentServiceImpl.java:940) at org.alfresco.repo.deploy.DeploymentServiceImpl.deployDifferenceFS(DeploymentServiceImpl.java:1130) … 28 more &lt;BR /&gt;&lt;BR /&gt;Caused by: org.springframework.remoting.RemoteLookupFailureException: Lookup of RMI stub failed; nested exception is &lt;BR /&gt;java.rmi.ConnectException: Connection refused to host: foo.mycompany.com; nested exception is: &lt;BR /&gt;java.net.ConnectException: Connection refused at org.springframework.remoting.rmi.RmiClientInterceptor.lookupStub(RmiClientInterceptor.java:215) at org.springframework.remoting.rmi.RmiClientInterceptor.prepare(RmiClientInterceptor.java:147) at &lt;BR /&gt;org.springframework.remoting.rmi.RmiClientInterceptor.afterPropertiesSet(RmiClientInterceptor.java:135) at org.springframework.remoting.rmi.RmiProxyFactoryBean.afterPropertiesSet(RmiProxyFactoryBean.java:68) at org.alfresco.repo.deploy.DeploymentReceiverTransportAdapterRMI.getTransport(DeploymentReceiverTransportAdapterRMI.java:41) at org.alfresco.repo.deploy.DeploymentServiceImpl.getDeploymentReceiverService(DeploymentServiceImpl.java:931) … 29 more &lt;BR /&gt;Caused by: java.rmi.ConnectException: Connection refused to host: foo.mycompany.com; nested exception is: &lt;BR /&gt;java.net.ConnectException: Connection refused at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601) at&lt;BR /&gt; sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198) at &lt;BR /&gt;sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184) at &lt;BR /&gt;sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322) at &lt;BR /&gt;sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source) at &lt;BR /&gt;java.rmi.Naming.lookup(Naming.java:84) at org.springframework.remoting.rmi.RmiClientInterceptor.lookupStub(RmiClientInterceptor.java:200) …&lt;BR /&gt; 34 more Caused by: java.net.ConnectException: Connection refused at &lt;BR /&gt;java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:525) at java.net.Socket.connect(Socket.java:475) at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:372) at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:186) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128) at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595) … 40 more&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Dec 2010 22:30:43 GMT</pubDate>
    <dc:creator>tvaughan77</dc:creator>
    <dc:date>2010-12-06T22:30:43Z</dc:date>
    <item>
      <title>Can Alfresco 3.4 deploy to 3.0-era File System Receivers?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-3-4-deploy-to-3-0-era-file-system-receivers/m-p/265975#M219105</link>
      <description>I have 2 Alfresco servers: a "prod" and a "dev".Both servers started off as 3.0-labs installations and were deploying happily across my network to a variety of file system receivers set up on a variety of servers.I upgraded my "dev" alfresco server to 3.4.b and I cannot get any deployments from a we</description>
      <pubDate>Mon, 06 Dec 2010 22:30:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-3-4-deploy-to-3-0-era-file-system-receivers/m-p/265975#M219105</guid>
      <dc:creator>tvaughan77</dc:creator>
      <dc:date>2010-12-06T22:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can Alfresco 3.4 deploy to 3.0-era File System Receivers?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-3-4-deploy-to-3-0-era-file-system-receivers/m-p/265976#M219106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe sort of answering my own question with a RTFM, but…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This picture from the 3.4.b docs:[img]&lt;/SPAN&gt;&lt;A href="http://www.alfresco.com/help/34/community/adminhelp/images/Deployment_Subsystem.GIF" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.com/help/34/community/adminhelp/images/Deployment_Subsystem.GIF&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Makes me think I'm trying to do the path on the right with the port reserved for the path on the left?&amp;nbsp; I….guess I'm going to try to install a new-era FSR and see if I can connect my 3.4.b web project to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 22:39:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-3-4-deploy-to-3-0-era-file-system-receivers/m-p/265976#M219106</guid>
      <dc:creator>tvaughan77</dc:creator>
      <dc:date>2010-12-06T22:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can Alfresco 3.4 deploy to 3.0-era File System Receivers?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-3-4-deploy-to-3-0-era-file-system-receivers/m-p/265977#M219107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;While it is occasionally possible to deploy "across versions", it is never a supported or recommended approach.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The upgrade advice is that all the versions need to match.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in particular 3.0 and 3.4 are incompatible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 12:25:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-3-4-deploy-to-3-0-era-file-system-receivers/m-p/265977#M219107</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-12-07T12:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can Alfresco 3.4 deploy to 3.0-era File System Receivers?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-3-4-deploy-to-3-0-era-file-system-receivers/m-p/265978#M219108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Confirmed that an Alfresco 3.4.b installation with the WCM module &lt;/SPAN&gt;&lt;EM&gt;cannot&lt;/EM&gt;&lt;SPAN&gt; deploy to a 3.0-vintage FSR running on a remote server but &lt;/SPAN&gt;&lt;EM&gt;can&lt;/EM&gt;&lt;SPAN&gt; deploy to the 3.4-vintage FSR running on that same remote server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to setup 2 separate FSRs running on the same target server: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# instance 1 running the 3.0 era FSR bound to RMI port 44100 still being deployed to by my production 3.0-labs Alfresco WCM server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# instance 2 running the 3.4 era FSR bound to RMI port 50500 that I setup as a test to be deployed to by my dev 3.4.b Alfresco WCM server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the magic of symlinks, I'll be able to flip from the old 3.0-era FSR to the new 3.4-era FSR when I get to the point of upgrading the production server (the /etc/init.d script I wrote should be able to start either instance).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, Alfresco guys – really good job improving the installation, layout and configuration of the FSR.&amp;nbsp; The 3.0 zip felt a bit like a hack, but the 3.4 installation is much, much nicer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 15:02:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-3-4-deploy-to-3-0-era-file-system-receivers/m-p/265978#M219108</guid>
      <dc:creator>tvaughan77</dc:creator>
      <dc:date>2010-12-07T15:02:30Z</dc:date>
    </item>
  </channel>
</rss>

