Skip to content

Instantly share code, notes, and snippets.

@xlson
Created September 30, 2010 11:45
Show Gist options
  • Save xlson/604447 to your computer and use it in GitHub Desktop.
Save xlson/604447 to your computer and use it in GitHub Desktop.
Stacktrace from searching in a fresh install of Weceem 0.9.2 in Grails 1.3.4
Grails Runtime Exception
Error Details
Error 500: Executing action [show] of controller [org.weceem.controllers.WcmContentController] in plugin [weceem] caused exception: groovy.lang.MissingMethodException: No signature of method: org.weceem.services.WcmContentRepositoryService.resolveSpaceAndURI() is applicable for argument types: ([Ljava.lang.String;) values: [[/views/search-results, /]] Possible solutions: resolveSpaceAndURI(java.lang.String)
Servlet: grails
URI: /try-weceem/grails/wcmContent/show.dispatch
Exception Message: No signature of method: org.weceem.services.WcmContentRepositoryService.resolveSpaceAndURI() is applicable for argument types: ([Ljava.lang.String;) values: [[/views/search-results, /]] Possible solutions: resolveSpaceAndURI(java.lang.String)
Caused by: No signature of method: org.weceem.services.WcmContentRepositoryService.resolveSpaceAndURI() is applicable for argument types: ([Ljava.lang.String;) values: [[/views/search-results, /]] Possible solutions: resolveSpaceAndURI(java.lang.String)
Class: WcmSearchController
At Line: [57]
Code Snippet:
Stack Trace
groovy.lang.MissingMethodException: No signature of method: org.weceem.services.WcmContentRepositoryService.resolveSpaceAndURI() is applicable for argument types: ([Ljava.lang.String;) values: [[/views/search-results, /]]
Possible solutions: resolveSpaceAndURI(java.lang.String)
at org.weceem.controllers.WcmContentController$_closure2.doCall(WcmContentController.groovy:130)
at org.weceem.controllers.WcmContentController$_closure2.doCall(WcmContentController.groovy)
at org.weceem.controllers.WcmSearchController$_closure1.doCall(WcmSearchController.groovy:57)
at org.weceem.controllers.WcmSearchController$_closure1.doCall(WcmSearchController.groovy)
at java.lang.Thread.run(Thread.java:637)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment