|
我的测试服务器正常,可是报如下错误
oracle.apps.fnd.framework.OAException: Cannot create Session.ICX_SESSION_FAILED
SQL_PLSQL_ERROR (ERRNO=6550) (REASON=java.sql.SQLException: ORA-06550: line 1, column 46:
PLS-00302: component 'ENC_KEY' must be declared
ORA-06550: line 1, column 33:
PL/SQL: Item ignored
ORA-06550: line 1, column 92:
PLS-00302: component 'MAC_KEY' must be declared
ORA-06550: line 1, column 79:
PL/SQL: Item ignored
ORA-06550: line 1, column 127:
PLS-00201: identifier 'FND_SESSION_MANAGEMENT.CREATESESSION' must be declared
ORA-06550: line 1, column 120:
PL/SQL: Statement ignored
ORA-06550: line 1, column 278:
PLS-00201: identifier 'ENC_KEY' must be declared
ORA-06550: line 1, column 271:
PL/SQL: SQL Statement ignored
ORA-06550: line 1, column 405:
PLS-00320: the declaration of the type of this expression is incomplete or malformed
ORA-06550: line 1, column 399:
PL/SQL: Statement ignored
ORA-06550: line 1, column 423:
PLS-00320: the declaration of the type of this expression is incomplete or malformed
ORA-06550: line 1, column 417:
PL/SQL: Statement ignored
) (ROUTINE=WebAppsContext.createSession(userId=1444,sessionMode='115P','FB09E9838CA458F9E0340003BA2CC70A29191929891514226729212589699922'))
at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:171)
at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
at _test__fwktutorial._jspService(test_fwktutorial.jsp:45)
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
at java.lang.Thread.run(Thread.java:534) |
|