Wednesday, October 1, 2014

Error Error executing script ShiroQuickStart: groovy.lang.MissingMethodException: No signature of method

Error Error executing script ShiroQuickStart: groovy.lang.MissingMethodException: No signature of method


|Loading Grails 2.3.7
|Configuring classpath
> grails shiro-quick-start --prefix=com.test.
.
|Environment set to development
................................
|Packaging Grails application
.
|Uninstalled plugin [spring-security-core]
..
|Compiling 10 source files

..
|Compiling 578 source files
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
.......
|Compiling 12 source files
...............................................................................................
Configuring Shiro ...

Shiro Configured
Error |
Error executing script Shell: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uk.co.desirableobjects.oauth.scribe.OauthController': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'oauthService': Invocation of init method failed; nested exception is java.lang.IllegalStateException: No oauth configuration found. Please configure the oauth scribe plugin (Use --stacktrace to see the full trace)

Process finished with exit code 1

How to fix it:


grails shiro-quick-start "--prefix=com.test" --stacktrace

or


grails shiro-quick-start


Error Error executing script ShiroQuickStart: groovy.lang.MissingMethodException: No signature of method

No comments:

Post a Comment