Menu

Grails Runtime Exception

Anonymous
2011-08-17
2014-01-07
  • Anonymous

    Anonymous - 2011-08-17

    I added a user and a grant to a credential for that user, and now I get the following error on /vsCredential/list:

    Error Details
    Message: No signature of method: static org.apache.commons.lang.StringUtils.isBlank() is applicable for argument types: (null) values: [null] Possible solutions: isBlank(java.lang.String), isNotBlank(java.lang.String), isAlpha(java.lang.String), isCase(java.lang.Object) 
    Caused by: No signature of method: static org.apache.commons.lang.StringUtils.isBlank() is applicable for argument types: (null) values: [null] Possible solutions: isBlank(java.lang.String), isNotBlank(java.lang.String), isAlpha(java.lang.String), isCase(java.lang.Object) 
    Class: VsCredentialController 
    At Line: [130] 
    Code Snippet:
    Stack Trace
    groovy.lang.MissingMethodException: No signature of method: static org.apache.commons.lang.StringUtils.isBlank() is applicable for argument types: (null) values: [null]
    Possible solutions: isBlank(java.lang.String), isNotBlank(java.lang.String), isAlpha(java.lang.String), isCase(java.lang.Object)
        at VsCredentialController$_closure5.doCall(VsCredentialController.groovy:130)
        at VsCredentialController$_closure5.doCall(VsCredentialController.groovy)
        at java.lang.Thread.run(Thread.java:662)
    

    On Ubuntu 10.04, Java(TM) SE Runtime Environment (build 1.6.0_24-b07), Corporate Vault 0.6.7.

    Any help would be appreciated.

     
  • LoganBCP

    LoganBCP - 2013-10-15

    I have also encountered this exact error after deleting a couple of credentials and attempting to visit the list. I can still access the account area, but the credential list throws this error for everyone. Restarting the server fixes the issue every time, but I'm wondering if a fix for this issue is pending?

    Also running Corporate Vault 0.6.7 on CentOS 5.9

     

    Last edit: LoganBCP 2013-10-15
  • hat

    hat - 2014-01-07

    I've also gotten this issue several times after modifying user accounts. May be due to a change in groovy API between versions. Hopefully this gets patched.

    CorpVault 0.6.7 on Debian 7

     

Log in to post a comment.