Results 1 to 2 of 2

Thread: Nullpointer on startup when adding jackson dependency

  1. #1
    Join Date
    Feb 2012
    Posts
    2

    Default Nullpointer on startup when adding jackson dependency

    Hi,
    Sorry for my bad english...

    I just add jackson-mapper-asl (1.9.4) to be able to get json response from my controller.

    On tc server startup i get a nullpointerexception. (if i remove the dependency, no problems).

    Code:
    org.aspectj.weaver.tools.Jdk14Trace error
    Grave: org/codehaus/jackson/map/introspect/BasicBeanDescription/class
    java.lang.NullPointerException
    	at org.aspectj.weaver.ResolvedMemberImpl.matches(ResolvedMemberImpl.java:936)
    I tried to remove or update aspectj librairies in the tc server lib from 1.6.6 to 1.6.11 version... without success..

    My config :
    STS 2.8.1.RELEASE
    tc server 6.0.20.C
    spring 3.1.0.RELEASE
    aspectJ 1.6.11

    Thanks.

  2. #2

    Default

    Can you post your POM?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •