-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote procedure call error #1122 #1235
Comments
I have attached error file. |
1 ---- Caused by: java.sql.SQLException: Field 'attributes' doesn't have a default value 2 --- INFO | jvm 1 | 2021/03/24 19:01:55 | SEVERE: Error during scheduled task execution |
Please note that I have cleand the positions table. |
If you have cleaned the positions table then you have to update other tables, which have links to the positions table. For example, devices have a link to the latest position. |
What you mean is if delete positions, I need to delete the devices as well that has link to the positions? Also, I how would clean positions safely without deleting the devices or how would decouple this process? |
What I am going through right now is all devices do not show up and I get a remote procedure call error. I recreated the database by dropping it from mysql and tried: I get Remote Procedure call error when I:
I attached the errors at the top of the page. |
where do I need to clean the links to the positions from the devices so devices do not look in the link that calls for the positions? |
You can get an idea from this #820 (comment) |
remote procedure call error.txt
Also, I can not see the devices in the list.
The text was updated successfully, but these errors were encountered: