You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nixon Rodrigues (JIRA)" <ji...@apache.org> on 2018/03/11 05:23:00 UTC

[jira] [Updated] (ATLAS-2494) Add jackson.core dependency in intg module

     [ https://issues.apache.org/jira/browse/ATLAS-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nixon Rodrigues updated ATLAS-2494:
-----------------------------------
    Attachment: ATLAS-2494.patch

> Add jackson.core dependency in intg module
> ------------------------------------------
>
>                 Key: ATLAS-2494
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2494
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-intg
>    Affects Versions: 1.0.0-alpha
>            Reporter: Nixon Rodrigues
>            Assignee: Nixon Rodrigues
>            Priority: Major
>             Fix For: 1.0.0
>
>         Attachments: ATLAS-2494.patch
>
>
> Seen this error on some UT's, need to add jackson-core dependency.
>  
> {noformat}
> java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonMerge
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> 	at com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector.<clinit>(JacksonAnnotationIntrospector.java:50)
> 	at com.fasterxml.jackson.databind.ObjectMapper.<clinit>(ObjectMapper.java:291)
> 	at org.apache.atlas.utils.AtlasJson.<clinit>(AtlasJson.java:62)
> 	at org.apache.atlas.type.AtlasType.toV1Json(AtlasType.java:143)
> 	at org.apache.atlas.notification.AbstractNotification.createNotificationMessages(AbstractNotification.java:149)
> 	at org.apache.atlas.notification.entity.EntityNotificationDeserializerTest.testDeserialize(EntityNotificationDeserializerTest.java:49
> {noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)