Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. #100

Open
scchaitha opened this issue Sep 14, 2020 · 1 comment

Comments

@scchaitha
Copy link

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',
@scchaitha scchaitha changed the title ERROR : [RMI TCP Connection(3)-127.0.0.1] [springfox.documentation.spring.web.scanners.ApiDescriptionReader] H=[LT031HLB] Skipping process path[/refundselection/stage2/ssoRedirectUrl], method[ssoRedirectUrl] as it has an error. java.lang.NoSuchMethodError: com.fasterxml.classmate.members.ResolvedMethod.getAnnotations()Lcom/fasterxml/classmate/Annotations; 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. Sep 14, 2020
@tejas20k
Copy link

tejas20k commented Apr 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants