"SQL string is not a DML Statement" exception noticed while accessing OFSAA application
(Doc ID 2728301.1)
Last updated on NOVEMBER 18, 2020
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.1.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 8.1 version, Administration_OFSS
While accessing OFSAA application, the following error occurs.
ERROR
-----------------------
INFO: Connected successfully with OWSM Policy Manager Application.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.ofs.aai.service.wf.common.nextgen.adapter.PreparedStatementDecorator.logAndExecuteQuery(PreparedStatementDecorator.java:205)
at com.ofs.aai.service.wf.common.nextgen.adapter.PreparedStatementDecorator.executeUpdate(PreparedStatementDecorator.java:804)
at com.ofs.aai.service.wf.dao.ora.OracleWorkflowDAO.getRequestLockForUpdate(OracleWorkflowDAO.java:11503)
at com.ofs.aai.service.wf.thread.RequestPollerThread.run(RequestPollerThread.java:55)
at com.ofs.aai.service.wf.thread.WorkflowContainerAgnosticThreadHandler$2.run(WorkflowContainerAgnosticThreadHandler.java:82)
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:209)
at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:352)
at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:337)
at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:57)
at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)
at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:655)
at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:633)
at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:39)
Caused by: java.sql.SQLException: SQL string is not a DML Statement
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1210)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3719)
at oracle.jdbc.driver.T4CPreparedStatement.executeInternal(T4CPreparedStatement.java:1427)
at oracle.jdbc.driver.OraclePreparedStatement.executeLargeUpdate(OraclePreparedStatement.java:3809)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3789)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1064)
at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate(PreparedStatement.java:170)
... 17 more
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Try to access the application
BUSINESS IMPACT
-----------------------
The issue has the following business impact
Due to this issue, few of the issues may come up while using PMF functionality
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |