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

NoSuchMethodError #5

Closed
blangus opened this issue Oct 10, 2016 · 2 comments
Closed

NoSuchMethodError #5

blangus opened this issue Oct 10, 2016 · 2 comments

Comments

@blangus
Copy link
Contributor

blangus commented Oct 10, 2016

Hi guys, lately I have been having the following error when trying to build the burp-rest-api. The following test fails when building.

com.vmware.burp.extension.client.BurpClientIT > testConfigMethods FAILED
java.lang.IllegalStateException
Caused by: org.springframework.context.ApplicationContextException
Caused by: java.lang.NoSuchMethodError

When I run the burp-rest-api.jar the following error shows up:

org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NoSuchMethodError: springfox.documentation.spi.service.contexts.RequestMappingContext.getHandlerMethod()Lorg/springframework/web/method/HandlerMethod;

I have tried it with a clean code base and burp suite pro file but this issue remains. It looks like it has something to do with Spring but I couldn't figure it out. Did someone else also encounter this problem?

dmettem added a commit that referenced this issue Oct 12, 2016
Increase the springfox-swagger2 dependency version number
@dmettem
Copy link
Contributor

dmettem commented Oct 12, 2016

@blangus Please pull the latest code and try again. Let me know how it works. Thanks!

@blangus
Copy link
Contributor Author

blangus commented Oct 13, 2016

This has fixed the issue! Thanks a lot!

@blangus blangus closed this as completed Oct 13, 2016
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