Home > front end >  The problem with the JDK upgrade
The problem with the JDK upgrade

Time:01-13

Our system JDK upgrade from 1.6 to 1.7, in the process of normal in the validation environment deployment program, in a production environment (operating systems with verification environment) can normal boot, but a login error, the same code in the verification environment can be normal operation, you look great god,



Org. Springframework. JDBC. UncategorizedSQLException: SqlMapClient operation; Uncategorized SQLException for SQL []; SQL state (null), error code [0];
- The error occurred in The com/frontier/sysmanage/model/queryStatMain XML.
- The error occurred while applying a result map.
- Check the QueryStatMain. FindRoleId - AutoResultMap.
- Check the result mapping for the 'ROLE_ID property.
- Cause: Java. Security. AccessControlException: access denied (" Java. Lang. RuntimePermission "" accessDeclaredMembers"); Nested exception is com.ibatis.com mon. JDBC. Exception. NestedSQLException:
- The error occurred in The com/frontier/sysmanage/model/queryStatMain XML.
- The error occurred while applying a result map.
- Check the QueryStatMain. FindRoleId - AutoResultMap.
- Check the result mapping for the 'ROLE_ID property.
- Cause: Java. Security. AccessControlException: access denied (" Java. Lang. RuntimePermission "" accessDeclaredMembers")
The at org. Springframework. JDBC. Support. AbstractFallbackSQLExceptionTranslator. Translate (AbstractFallbackSQLExceptionTranslator. Java: 90)
The at org. Springframework. JDBC. Support. AbstractFallbackSQLExceptionTranslator. Translate (AbstractFallbackSQLExceptionTranslator. Java: 82)
The at org. Springframework. JDBC. Support. AbstractFallbackSQLExceptionTranslator. Translate (AbstractFallbackSQLExceptionTranslator. Java: 82)
The at org. Springframework. Orm. Ibatis. SqlMapClientTemplate. Execute (SqlMapClientTemplate. Java: 203)
The at org. Springframework. Orm. Ibatis. SqlMapClientTemplate. QueryForList (SqlMapClientTemplate. Java: 293)
At com. Frontier. Framework. Dao. Impl. BaseDaoIbatisImpl. SelectObjects (BaseDaoIbatisImpl. Java: 254)
At com. Frontier. Framework. Service. Impl. BaseServiceIbatisImpl. FindObjects (BaseServiceIbatisImpl. Java: 163)
At sun. Reflect. GeneratedMethodAccessor72. Invoke (Unknown Source)
At sun. Reflect. DelegatingMethodAccessorImpl. Invoke (43) DelegatingMethodAccessorImpl. Java:
The at Java. Lang. Reflect. Method. Invoke (606) Method. The Java:
The at org. Springframework. Aop. Support. AopUtils. InvokeJoinpointUsingReflection (AopUtils. Java: 333)
The at org. Springframework. Aop. Framework. ReflectiveMethodInvocation. InvokeJoinpoint (ReflectiveMethodInvocation. Java: 190)
The at org. Springframework. Aop. Framework. ReflectiveMethodInvocation. Proceed (ReflectiveMethodInvocation. Java: 157)
At org. Springframework. Aop) framework) adapter. ThrowsAdviceInterceptor. Invoke (ThrowsAdviceInterceptor. Java: 113)
The at org. Springframework. Aop. Framework. ReflectiveMethodInvocation. Proceed (ReflectiveMethodInvocation. Java: 179)
The at org. Springframework. Aop. Interceptor. ExposeInvocationInterceptor. Invoke (ExposeInvocationInterceptor. Java: 92)
The at org. Springframework. Aop. Framework. ReflectiveMethodInvocation. Proceed (ReflectiveMethodInvocation. Java: 179)
The at org. Springframework. Aop. Framework. JdkDynamicAopProxy. Invoke (JdkDynamicAopProxy. Java: 213)
At com. Sun. Proxy. $Proxy57. FindObjects (Unknown Source)
At com. Frontier. Sysmanage. Action. RedirectAction. DoRedirect (RedirectAction. Java: 288)
At sun. Reflect. NativeMethodAccessorImpl. Invoke0 (Native Method)
At sun. Reflect. NativeMethodAccessorImpl. Invoke (NativeMethodAccessorImpl. Java: 57)
At sun. Reflect. DelegatingMethodAccessorImpl. Invoke (43) DelegatingMethodAccessorImpl. Java:
The at Java. Lang. Reflect. Method. Invoke (606) Method. The Java:
The at ognl. Security. UserMethod. Run (UserMethod. Java: 24)
The at Java. Security. The AccessController. DoPrivileged (Native Method)
The at ognl. OgnlRuntime. InvokeMethodInsideSandbox (OgnlRuntime. Java: 1258)
The at ognl. OgnlRuntime. InvokeMethod (OgnlRuntime. Java: 1211)
The at ognl. OgnlRuntime. CallAppropriateMethod (OgnlRuntime. Java: 1920)
The at ognl. ObjectMethodAccessor. CallMethod (ObjectMethodAccessor. Java: 68)
At com. Opensymphony. Xwork2. Ognl. Accessor. XWorkMethodAccessor. CallMethodWithDebugInfo (XWorkMethodAccessor. Java: 98)
At com. Opensymphony. Xwork2. Ognl. Accessor. XWorkMethodAccessor. CallMethod (XWorkMethodAccessor. Java: 90)
The at ognl. OgnlRuntime. CallMethod (OgnlRuntime. Java: 1996)
The at ognl. ASTMethod. GetValueBody (ASTMethod. Java: 91)
The at ognl. SimpleNode. EvaluateGetValueBody (SimpleNode. Java: 212)
The at ognl. SimpleNode. GetValue (SimpleNode. Java: 258)
The at ognl. Ognl. GetValue (ognl. Java: 537)
The at ognl. Ognl. GetValue (ognl. Java: 501)
At com. Opensymphony. Xwork2. Ognl. OgnlUtil $3. The execute (OgnlUtil. Java: 492)
nullnullnullnullnullnullnullnull
  • Related