Android Question Cloudkvs and error 500

frla

Member
Licensed User
Longtime User
Hi,

I keep getting error 500 from server.
<title>Error 500 java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: sadlogic.cloudkvs.server.starter$_task</title>

I have tried both with and without https. I have tried both the SQLite and MySQL backend.
I have tried to update all libs to the latest ones.

These are defined in Main.
Type Item (UserField As String, KeyField As String, ValueField() As Byte, IdField As Long, TimeField As Long)
Type Task (TaskName As String, TaskItem As Item)

Do anyone have a suggestion what might be wrong?

Regards, Fredrik.
 

frla

Member
Licensed User
Longtime User
I had them defined but I re copied client bas file and that worked. Guess I had downloaded an old version.
 
Upvote 0
Top