springfox/springfox-demos

ERROR : [RMI TCP Connection(3)-127.0.0.1] [springfox.documentation.spring.web.scanners.ApiDescriptionReader] H=[LT031HLB] Skipping process path[/xx/yy/zzzz], method[xxMethod] as it has an error.

scchaitha opened this issue · 1 comments

I am getting below error when I running in my application.

ERROR : [RMI TCP Connection(3)-127.0.0.1] [springfox.documentation.spring.web.scanners.ApiDescriptionReader] H=[LT031HLB] Skipping process path[/xx/yy/zzzz], method[xxMethod] as it has an error.

java.lang.NoSuchMethodError: com.fasterxml.classmate.members.ResolvedMethod.getAnnotations()Lcom/fasterxml/classmate/Annotations;

Looks like it is dependency issue with Jacson. I am using - 2.9.7

I am using these dependencies.

        'io.springfox:springfox-spring-web:3.0.0',
        'io.springfox:springfox-spring-webmvc:3.0.0',
        'io.springfox:springfox-oas:3.0.0',
        'io.springfox:springfox-swagger-ui:3.0.0',
        'io.springfox:springfox-swagger2:3.0.0'

  'com.fasterxml.jackson.core:jackson-core:2.9.7',
        'com.fasterxml.jackson.core:jackson-annotations:2.9.7',
        'com.fasterxml.jackson.core:jackson-databind:2.9.7',

Hello scchaitha, I am facing the same issue. Did you manage to resolve this?