Preview .crd files on alfresco share

cancel
Showing results for 
Search instead for 
Did you mean: 
tushar_khanka
Active Member II

Preview .crd files on alfresco share

Is there any way to preview corel draw files on alfresco share ?

i have tried

GitHub - pjaromin/alfresco-extra-mimetypes: Automatically exported from code.google.com/p/alfresco-e... 

but some how the amps fail to result .

2 Replies
krutik_jayswal
Senior Member II

Re: Preview .crd files on alfresco share

What is the error on logs?Which version of alfresco you are using?

tushar_khanka
Active Member II

Re: Preview .crd files on alfresco share

I am using alfresco version 5.2 CE on ubuntu 16.04 and error is in the particular bean 

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transformer.Pdf2swf' defined in class path resource [alfresco/module/sixth-repo/context/coreldraw-transfomer-context.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'transformerDebug' of bean class [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker]: Bean property 'transformerDebug' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1455)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
... 27 more