On 23/04/2018 12:07, alireza ranjbaran wrote:
Hi,
I trying to deploy Syncope v2.0.8 (Maven Project) onTomcat 8.5 using Oracle DB. but it fails with below errors. I would appreciate any help to fix that...

Hi,
the attached errors boil down to

Caused by: java.lang.NoClassDefFoundError: com/fasterxml/jackson/dataformat/yaml/YAMLFactory

This is now fixed in 2.0.9-SNAPSHOT, and was already reported in

https://lists.apache.org/thread.html/5839d1a2c4ce000217e6a7d60e90cda9dd909685ea0ebc6930bc6bcc@%3Cdev.syncope.apache.org%3E

Short fix: just add

<dependency>
    <groupId>com.fasterxml.jackson.dataformat</groupId>
    <artifactId>jackson-dataformat-yaml</artifactId>
    <version>${jackson.version}</version>
</dependency>

to core/pom.xml, rebuild and redeploy.

Regards.

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/

Reply via email to