You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: