-
Notifications
You must be signed in to change notification settings - Fork 81
Dosent start up in Grails 3.2.8 #205
Comments
When defining the following in your build.gradle (root level), you will get a step further :)
In my case I will fail with then with:
I'm running on Grails 3.3.0 and JDK 1.8.0_102 on a MacBook Pro with sierra (10.12.6). |
+1
Using: Grails 3.2.9 |
I have the same problem in Grails 3.3.0:
/src/main/groovy/grails/plugins/elasticsearch/ClientNodeFactoryBean.groovy#L23 |
By adding the following dependency it starts without exception, but still seems to be not working... |
Unfortunatly I'm facing the same problem with Grails 3.2.11 on macOS build.gradle contains
and application.yml with
BTW Update to org.grails.plugins:elasticsearch:1.4.1 (as metioned in Elasticsearch Plugin - Reference Documentation do not solve the problem. Gives me a lot of other challenges. |
**Grailsversion: 3.2.8
Javaversion: 1.8.0_144
It works with Pluginversion 1.2.1 but not with 1.4.1**
The text was updated successfully, but these errors were encountered: