We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

skaros's avatar
skaros
Helpful | Level 6
8 years ago

java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonToken.isStructStart()Z exception

Hi, I am developing a desktop application that will allow me to upload a file to my Db account, This is going to be executed on a VM. The problem is that even though it is working just fine on my com...
  • skaros's avatar
    skaros
    8 years ago

    That makes no sense to me, (mainly since it was working on my computer but not on the VM) but it seems that the problem was that  I am using the google sheet API on the same project, which is using the jackson library as well. So it seemed that there was some problem with the maven dependencies there. I directly imported both the dropbox and the google maven on the same project, and maven automatically managed to handle the dependencies. Initially i was importing it as a jar file, causing the problem.

     

    Thanks for the hints