Exception While Synchronizing On Android Devices
(Doc ID 1380625.1)
Last updated on FEBRUARY 03, 2022
Applies to:
Oracle Lite - Version 10.3.0.3.0 to 10.3.0.3.0 [Release 10.3]Information in this document applies to any platform.
Symptoms
When attempting to synchronize the mobile client on Android the following error occurs.
Exception:
oracle.opensync.osp.PluginException
at oracle.opensync.plugins.sqlite.SqliteSnapWriter.write(Unknown Source)
at oracle.opensync.ose.OpcodeProcessor.processRecord(Unknown Source)
at oracle.opensync.ose.OpcodeReader.handleRecord(Unknown Source)
at oracle.opensync.ose.OpcodeReader.doRecord(Unknown Source)
at oracle.opensync.ose.OpcodeReader.run(Unknown Source)
at oracle.opensync.ose.Engine.sync(Unknown Source)
at oracle.opensync.ose.OSESession.sync(Unknown Source)
at oracle.opensync.tools.android.Msync.run(Unknown Source)
at java.lang.Thread.run(Thread.java:1019)
Caused by: oracle.opensync.db.DBException(-10112): Database operation failed, see the cause <- java.lang.IllegalArgumentException: Empty values
at oracle.opensync.db.android.AndroidStatement.executeUpdate(Unknown Source)
... 9 more
Caused by: java.lang.IllegalArgumentException: Empty values
at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1674)
at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1656)
... 10 more
Changes
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 |
Changes |
Cause |
Solution |
References |