Getting java.sql.SQLFeatureNotSupportedException: Driver is read-only.

0
Hi All, Getting below exception. How can i fix this?   An error has occurred while handling the request. [User 'demo_superadmin' with session id 'XXXXXXXX-XXXX-XXXX-XXXXXXXX' and roles 'SuperAdmin'] -------- com.mendix.webui.WebUIException: Exception while retrieving data for 'DataAccess.TimestreamTest.listView1' on document 'DataAccess.TimestreamTest'    at com.mendix.webui.actions.client.RetrieveAction.$anonfun$apply$3(RetrieveAction.scala:96) Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.sql.SQLFeatureNotSupportedException: Driver is read-only.    at DataAccess.DS_Timestream (JavaAction : 'Execute query 2') Advanced stacktrace:    at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.sql.SQLFeatureNotSupportedException: Driver is read-only.    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: java.sql.SQLFeatureNotSupportedException: Driver is read-only.    at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23) Caused by: java.sql.SQLFeatureNotSupportedException: Driver is read-only.
asked
0 answers