org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.webflow.engine.ActionExecutionException: Exception thrown executing [AnnotatedAction@344986 targetAction = cn.myapps.sso.web.action.OBPMAuthenticationViaFormAction@32f88377, attributes = map['method' -> 'submit']] in state 'submit' of flow 'login-webflow' -- action execution attributes were 'map['method' -> 'submit']'; nested exception is org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [Select count('x') from T_USER Where LOGINNO = ? And LOGINPWD = ? And domainid in (select id from t_domain where name = ? )]; nested exception is java.sql.SQLException: ORA-00904: "DOMAINID": 标识符无效
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:583)
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
org.jasig.cas.web.init.SafeDispatcherServlet.service(SafeDispatcherServlet.java:115)
org.inspektr.common.web.ClientInfoThreadLocalFilter.doFilterInternal(ClientInfoThreadLocalFilter.java:48)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
root cause
org.springframework.webflow.engine.ActionExecutionException: Exception thrown executing [AnnotatedAction@344986 targetAction = cn.myapps.sso.web.action.OBPMAuthenticationViaFormAction@32f88377, attributes = map['method' -> 'submit']] in state 'submit' of flow 'login-webflow' -- action execution attributes were 'map['method' -> 'submit']'; nested exception is org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [Select count('x') from T_USER Where LOGINNO = ? And LOGINPWD = ? And domainid in (select id from t_domain where name = ? )]; nested exception is java.sql.SQLException: ORA-00904: "DOMAINID": 标识符无效 |