Bilgehan
Bilgehan

Reputation: 117

Grails application doesn't start in debug mode

A grails application i work on can not start on debug mode. During start up, the application waits endlessly after the first "Running Grails application" message. Waited for a very long time but no error message is given. What can i do to find the source of the problem? With debug mode turned off, project starts. Tried with grails 2.3.6 and 2.4.1.

Upvotes: 0

Views: 237

Answers (1)

Jeff Scott Brown
Jeff Scott Brown

Reputation: 27245

The application is probably waiting for the remote debugger to connect. That is by design. Once you connect the remote debugger the process should continue the startup procedure.

Upvotes: 1

Related Questions