salmar / spring-websocket-chat

Chat application using Spring WebSockets
614 stars 316 forks source link

Issue while running the bootRun #4

Closed sreekanthsnair closed 8 years ago

sreekanthsnair commented 8 years ago

Hi Almar, Appreciate your real world approach with spring websocket, was trying to run the app but was getting the following error while gradle bootRun.

FAILURE: Build failed with an exception.

BUILD FAILED

salmar commented 8 years ago

What version of Gradle are you using?

sreekanthsnair commented 8 years ago

Gradle 1.5 Groovy: 1.8.6 JVM: 1.8.0_31 (Oracle Corporation 25.31-b07) OS: Linux 3.19.0-22-generic amd64

salmar commented 8 years ago

Upgrade your Gradle version (current is 2.8) and try to rebuild. See https://stackoverflow.com/questions/22356216/org-gradle-api-internal-locationawareexception-from-gradle

sreekanthsnair commented 8 years ago

Thanks almar...