elasticsearch - How to fix java.lang.NoClassDefFoundError:: io.searchbox.client.config.idle.ReapableConnectionManager -


hi when try configure jest client got

java.lang.noclassdeffounderror:: io.searchbox.client.config.idle.reapableconnectionmanager.

i use mvn dependency of searchbox . <dependency> <groupid>io.searchbox</groupid> <artifactid>jest</artifactid> <version>0.1.7</version> </dependency> . after seeing error found class

reapableconnectionmanager,which exist there. 1 guide me fix error .

thanks in advance.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -