type Exception report
message
descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.RuntimeException: Unable to run query : SELECT o FROM RoleAclEntity o WHERE o.objectId = :objectId AND o.objectType = :objectType
root cause
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.RuntimeException: Unable to run query : SELECT o FROM RoleAclEntity o WHERE o.objectId = :objectId AND o.objectType = :objectType
root cause
java.lang.RuntimeException: Unable to run query : SELECT o FROM RoleAclEntity o WHERE o.objectId = :objectId AND o.objectType = :objectType
root cause
org.springframework.orm.hibernate3.HibernateJdbcException: JDBC exception on Hibernate data access: SQLException for SQL [select roleaclent0_.ID as ID28_, roleaclent0_.BLOCK as BLOCK28_, roleaclent0_.INHERITABLE as INHERITA3_28_, roleaclent0_.MASK as MASK28_, roleaclent0_.OBJECTID as OBJECTID28_, roleaclent0_.OBJECTTYPE as OBJECTTYPE28_, roleaclent0_.ROLEID as ROLEID28_ from EISS_TAB_ROLE_ACL roleaclent0_ where roleaclent0_.OBJECTID=? and roleaclent0_.OBJECTTYPE=?]; SQL state [72000]; error code [1000]; could not execute query; nested exception is org.hibernate.exception.GenericJDBCException: could not execute query
root cause
org.hibernate.exception.GenericJDBCException: could not execute query
root cause
java.sql.SQLException: ORA-01000: 超出打开游标的最大数
note The full stack traces of the exception and its root causes are available in the TongWeb Server logs.