cancel
Showing results for 
Search instead for 
Did you mean: 

Content not deployed to ASR - Community 3.2

rfischer
Champ in-the-making
Champ in-the-making
Hello all,

I am having an issue where I deploy a snapshot to our live server that is setup as an ASR.  The folders, files, and their properties are probably deployed on the server but the content isn't.  The content field comes up null and they are all 0kb.  This is after upgrading from 3.0 to 3.2 community.  Any help would be great as this is a huge blocker.
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
Could you confirm what you mean by "probably"?    Is it just a typo and are you saying that all properties except content are deployed properly?

And are you trying to use the old deprecated ASR or are you trying the avm deployment target instead?

rfischer
Champ in-the-making
Champ in-the-making
I apologize that was a typo - I meant properly.  And I am was using the deprecated ASR.

I changed directions and I have been attempting to get it working by setting the alfresco as a deployment receiver.  It has not been working either as I have gotten an error saying that a property is null.

Caused by: org.alfresco.service.cmr.avm.AVMException: 09070007 Error during deployment srcPath: haehope:/www/avm_webapps, version:574, adapterName:defau           lt, hostName:localhost, port:50,600, error:org.alfresco.service.cmr.avm.AVMException: 09070003 Failed to copy filename:/ROOT/foo/foo_file
        at org.alfresco.repo.deploy.DeploymentServiceImpl.deployDifferenceFS(DeploymentServiceImpl.java:1154)
        … 28 more
Caused by: org.alfresco.service.cmr.avm.AVMException: 09070003 Failed to copy filename:/ROOT/foo/foo_file
        at org.alfresco.repo.deploy.DeploymentServiceImpl$SendQueueWorker.copyFileToFSR(DeploymentServiceImpl.java:1849)
        at org.alfresco.repo.deploy.DeploymentServiceImpl$SendQueueWorker.run(DeploymentServiceImpl.java:1755)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 09070004 Property type not recognised:
   type: null
        at org.alfresco.repo.domain.PropertyValue.makeValueType(PropertyValue.java:729)
        at org.alfresco.repo.domain.PropertyValue.<init>(PropertyValue.java:691)
        at org.alfresco.deployment.impl.asr.AVMDeploymentTarget$3.execute(AVMDeploymentTarget.java:664)
        at org.alfresco.deployment.impl.asr.AVMDeploymentTarget$3.execute(AVMDeploymentTarget.java:625)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:233)
        at org.alfresco.deployment.impl.asr.AVMDeploymentTarget.send(AVMDeploymentTarget.java:699)
        at org.alfresco.deployment.impl.server.DeploymentReceiverEngineImpl.getSendToken(DeploymentReceiverEngineImpl.java:543)
        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:304)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
        at org.springframework.remoting.support.RemoteInvocationTraceInterceptor.invoke(RemoteInvocationTraceInterceptor.java:70)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at $Proxy184.getSendToken(Unknown Source)
        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.remoting.support.RemoteInvocation.invoke(RemoteInvocation.java:205)
        at org.springframework.remoting.support.DefaultRemoteInvocationExecutor.invoke(DefaultRemoteInvocationExecutor.java:38)
        at org.springframework.remoting.support.RemoteInvocationBasedExporter.invoke(RemoteInvocationBasedExporter.java:76)
        at org.springframework.remoting.rmi.RmiBasedExporter.invoke(RmiBasedExporter.java:72)
        at org.springframework.remoting.rmi.RmiInvocationWrapper.invoke(RmiInvocationWrapper.java:72)
        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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
        at sun.rmi.transport.Transport$1.run(Transport.java:159)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
        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)
        at org.springframework.remoting.support.RemoteInvocationUtils.fillInClientStackTraceIfPossible(RemoteInvocationUtils.java:47)
        at org.springframework.remoting.rmi.RmiClientInterceptor.doInvoke(RmiClientInterceptor.java:347)
        at org.springframework.remoting.rmi.RmiClientInterceptor.invoke(RmiClientInterceptor.java:258)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at $Proxy184.getSendToken(Unknown Source)
        at org.alfresco.repo.deploy.DeploymentReceiverServiceClient.send(DeploymentReceiverServiceClient.java:134)
        at org.alfresco.repo.deploy.DeploymentServiceImpl$SendQueueWorker$1.execute(DeploymentServiceImpl.java:1813)
        at org.alfresco.repo.deploy.DeploymentServiceImpl$SendQueueWorker$1.execute(DeploymentServiceImpl.java:1804)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:252)
        at org.alfresco.repo.deploy.DeploymentServiceImpl$SendQueueWorker.copyFileToFSR(DeploymentServiceImpl.java:1802)
        … 1 more