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.
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.