Member since
04-25-2018
6
Posts
2
Kudos Received
0
Solutions
04-27-2018
04:45 PM
I found this problem was caused by missing all of the JSON so I had a missing { but still keen to understand the problem solving process.
... View more
04-27-2018
04:19 PM
I am trying the recently posted GitHub examples from Venkat https://github.com/venkatra/atlas-v2 My system is not empty and I suspect I am getting collisions but I get this message There was an error processing your request. It has been logged (ID c3168fa1ecad582d) When is scan the application.log with that ID I get the following message 2018-04-27 15:57:50,312 ERROR - [pool-1-thread-5 - 2f8110b3-0d18-4435-8ccd-3a8abff0eda0:] ~ Error handling a request: c3168fa1ecad582d (ExceptionMapperUtil:32) com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `org.apache.atlas.model.typedef.AtlasTypesDef` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('classificationDefs') ... and a whole bunch of stack trace What is the correct way to determine root cause ?
... View more