【问题标题】:Grails 2.3.2 GGTS 3.5 not working in debugGrails 2.3.2 GGTS 3.5 在调试中不工作
【发布时间】:2013-11-20 10:24:18
【问题描述】:

我创建了一个新项目

  • Grails 2.3.2
  • Java JDK 1.7.0_45
  • GGTS 3.4

当尝试在these steps 之后修复BuildConfig.groovy 后尝试运行项目时,它运行正常。

但是,当尝试 调试 项目时,我收到以下错误:

加载 BuildConfig 时出错:参数类型不匹配(使用 --stacktrace 查看完整跟踪)

BuildConfig.groovy 我有以下“固定”部分:

grails.project.fork = [
    // configure settings for compilation JVM, note that if you alter the Groovy version forked compilation is required
    //  compile: [maxMemory: 256, minMemory: 64, debug: false, maxPerm: 256, daemon:true],

    // configure settings for the test-app JVM, uses the daemon by default
    //test: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, daemon:true],
    // configure settings for the run-app JVM
    //run: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, forkReserve:false],
    // configure settings for the run-war JVM
    //war: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, forkReserve:false],
    // configure settings for the Console UI JVM
    //console: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256]
]

【问题讨论】:

    标签: grails


    【解决方案1】:

    问题已在 grails 2.3.4 版中解决。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-04-26
      • 1970-01-01
      • 1970-01-01
      • 2013-11-21
      • 2017-11-09
      相关资源
      最近更新 更多