debugging - Grails 2.4.4 Intellij debug mode -


hi had issue when run application on debug mode, seems not load plugins required , error.

no suitable driver found jdbc:teradata://databaseurl

i tried modify fork on configuration file if uncomment , run

grails.project.fork = [ run: [maxmemory:2048, minmemory:64, debug:true, maxperm:512] ]

the application never loads , keep listening socket

|environment set development .................................   |packaging grails application .............................................................   |running grails application      listening transport dt_socket @ address: 5005 


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -