Web API #2622
Web API
#2622
Replies: 1 comment
-
|
It was fixed a few weeks ago, see #2518. Try to use the last master snapshot: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know what I need to do to get past this?
java -jar lib/iped-webapi.jar --host=127.0.0.1 --port=1234 --sources=.
Exception in thread "main" java.lang.NoSuchMethodError: 'org.reflections.util.ConfigurationBuilder org.reflections.util.ConfigurationBuilder.setExpandSuperTypes(boolean)'
at io.swagger.jaxrs.config.BeanConfig.classes(BeanConfig.java:284)
at io.swagger.jaxrs.config.BeanConfig.scanAndRead(BeanConfig.java:250)
at io.swagger.jaxrs.config.BeanConfig.setScan(BeanConfig.java:231)
at iped.engine.webapi.Main.startServer(Main.java:40)
at iped.engine.webapi.Main.main(Main.java:91)
Tks
Paulo
Beta Was this translation helpful? Give feedback.
All reactions