我正在为grails开发一个简单的web应用程序,使用spring插件。虽然在本地一切都很好,将应用程序部署到在线测试服务器上,但我会收到以下结果:Error during WebSocket handshake: Unexpected responsecode: 500 java.lang.IllegalArgumentException: hostname can't be null
at java.net.InetSocketAddress.checkHostTh
child1 and child2 are instances of Child在集成测试中,我得到了以下异常:
property.BasicPropertyAccessor HHH000122: IllegalArgumentException in class: com.me.ParentgetParentsByListOfChildren correctly filters trains (com.me.ParentInte
我尝试在Java9上运行我的Grails 3.3.2应用程序,大多数情况下应用程序都可以工作。然而,邮件(使用这个插件: org.grails.plugins: Mail :2.0.0)不能工作,因此不能重置密码。creating bean with name 'mailService': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException似乎bean的创建存在问题,而Sprin
我在使用Grails和Spring Security时遇到了下面的错误。其他人有过类似的问题吗?如果是这样,你的解决方案是什么?org.codehaus.groovy.runtime.GStringImpl cannot be cast to java.lang.String at org.codehaus.groovy.grails.project.compiler.GrailsProjectWatcher.run(GrailsProjectWatcher.java:114)java.lang.Ill
我想在Grails应用程序中创建一个AuthorizationFilter,它将检查请求参数,并确定用户是否被授权继续执行请求。但是,当我在grails2.2.4(和最新的dev快照)中尝试这一点时,我得到了 at grails.plugin.cache.web.ProxyAwareMixedGrailsControllerHelper.retrieveAction(Pr