0

我有一个简单的 Grails 应用程序。我没有编写前端,只编写业务逻辑层。

我检查了 SVN 的所有源代码并启动了应用程序,但我无法加载主 url。它与以下消息出错。我曾尝试刷新依赖项,但无济于事。

我已经探索了我能想到的每个文件来尝试解决这个问题。引起我注意的是css前面的正斜杠,而路径中的其他定界符是反斜杠。

有谁知道哪里出了问题以及如何解决?也许前端开发人员需要检查一些东西?

  Error 2013-07-31 13:50:24,036 [http-bio-8080-exec-4] ERROR [/MyClientAppName].[grails-errorhandler]  - Servlet.service() for servlet grails-errorhandler threw exception
Message: Error applying layout : main
    Line | Method
->> 1110 | runWorker in \grails-app\views\layouts\main.gsp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|    603 | run       in     ''
^    722 | run . . . in     ''
Caused by GroovyPagesException: Error processing GroovyPageView: Error executing tag <r:layoutResources>: Module [bootstrap] depends on resource [/css\bootstrap\bootstrap-responsive.css] but the file cannot be found
->>  464 | runWorker in \grails-app\views\layouts\main.gsp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Caused by GrailsTagException: Error executing tag <r:layoutResources>: Module [bootstrap] depends on resource [/css\bootstrap\bootstrap-responsive.css] but the file cannot be found
->>    8 | doCall    in C:/workspaces/GGTS1/MyClientAppName/grails-app/views/layouts/main.gsp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Caused by IllegalArgumentException: Module [bootstrap] depends on resource [/css\bootstrap\bootstrap-responsive.css] but the file cannot be found
->
4

0 回答 0