cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment of web-project snapshot failed

hlamprecht
Champ in-the-making
Champ in-the-making
Hi,

I'm currently doing the "Getting Started with WCM for Alfresco Community Edition 3.2r" tutorial.  Thanks to this forum, I could solve some issues, but now I'm struggling with errors during deployment of a snapshot.  I always get an exception:

19:44:39,104  ERROR [avm.actions.AVMDeployWebsiteAction] Deployment Error
org.alfresco.service.cmr.avm.AVMException: 10040036 Deployment exception, unable to deploy : srcPath:alfrescosample:/www/avm_webapps, target:avm, version:13, adapterName:default, hostName:localhost, port:50.500, error:org.alfresco.service.cmr.avm.AVMException: 10040034 Error during deployment srcPath: alfrescosample:/www/avm_webapps, version:13, adapterName:default, hostName:localhost, port:50.500, error:org.alfresco.service.cmr.avm.AVMException: 10040033 Failed to copy filename:/ROOT/media/releases/content/WorldEconomicForum_Tech_Pioneer.xml
        at org.alfresco.repo.deploy.DeploymentServiceImpl.deployDifferenceFS(DeploymentServiceImpl.java:1179)

Caused by: org.alfresco.error.AlfrescoRuntimeException: 10040032 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.GeneratedMethodAccessor812.invoke(Unknown Source)
        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 $Proxy191.getSendToken(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor811.invoke(Unknown Source)
        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.GeneratedMethodAccessor420.invoke(Unknown Source)
        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 $Proxy191.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
What can I do here?

BTW:  Is there any way to edit a snapshot, that can not be deployed?

Cheers,

Heiner
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
It's complaining about one of the properties on your WorldEconomicForum_Tech_Pioneer.xml file.

What are the properties and types of that node?   

If you have a any multi-values properties then that's a known issue that's fixed in a later build.    In the meantime don't use list types.

hlamprecht
Champ in-the-making
Champ in-the-making
Hi,

What are the properties and types of that node?
Well, honestly, I don't know.  I have no idea, where to look at.  I can't see the content of that particular snapshot anymore, or don't know where to find it.  My Sandbox is empty, and the staging sandbox just lists the snapshots without the possibility to browse their content.  Besides, I followed the instructions of the mentioned howto.
If you have a any multi-values properties then that's a known issue that's fixed in a later build.    In the meantime don't use list types.
Where can I find that build?

Thanks and regards,

Heiner
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.