Closed 4briltorres closed 1 year ago
Two errors stand out from the log: "attempt to write a readonly database" -> permissions issue ? "host=....." -> Device.STOMP.Connection.1.Host is not configured correctly
Don't forget that you need to delete out the database, if you want changes from the factory reset file to take effect.
For the "attempt to write a read only database" issue, if you're using the /tmp directory to store your USP DB then one possible cause might be: https://unix.stackexchange.com/questions/691441/root-cannot-write-to-file-that-is-owned-by-regular-user
Closing as there has been no further discussion - please re-open if this is still an issue.
I'm having trouble connecting with the OBUSPA agent and a controller demo using STOMP. This is what I'm getting in the Wireshark capture. I think the controller is requesting data from Device.DeviceInfo, but the agent is not responding.
This is what I'm getting in the console: log.txt
In factory_reset_example.txt, I added these lines to test:
I'm probably skipping a step or need to configure something in the vendor settings.