What methods does this Pointcut expression reference?
execution(* com.linkedin.service..*.*(..))
The pointcut is not valid.
all methods defined in a service interface
all methods defined in the service package
all methods defined in the service package or one of it's subpackages