patchEccFiles.pl Script Fails to Import Products on ECC Installation
We're getting the following error during ECC V3 installation:
Question: Enter the error message encountered
Answer: Importing application /home/applmgr/koraltan/ECC/ar/12.0.0/patch/115/ecc/applications/ar_ecc.zip
ECC WEB ENTRY URL:http://xxxxx.xxxx.com:80/ecc
ECC Application File:/home/applmgr/koraltan/ECC/ar/12.0.0/patch/115/ecc/applications/ar_ecc.zip
Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/JsonProcessingException
at oracle.ecc.client.ECCClient.main(ECCClient.java:70)
Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.core.JsonProcessingException
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)