Grails 2.4.4 Intellij debug mode

148 views Asked by At

hi i had an issue when i run the application on debug mode, seems that does not load all plugins required and i get this error.

No suitable driver found for jdbc:teradata://DatabaseURL

I tried to modify fork on configuration file if i uncomment and run

grails.project.fork = [ run: [maxMemory:2048, minMemory:64, debug:true, maxPerm:512] ]

the application never loads and keep listening a socket

|Environment set to development .................................  
|Packaging Grails application .............................................................  
|Running Grails application  
   Listening for transport dt_socket at address: 5005
0

There are 0 answers