WalrusHat

Results 13 comments of WalrusHat

Thanks Vitalidze! I'll look into it. Seriously you are more available for support then my church! Thank you for all the help.

I get this from the server logs: INFO | jvm 1 | 2017/04/30 08:51:21 | com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.util.List org.traccar.web.client.model.DataService.getDevices()' threw an unexpected exception: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not...

Is this what you're talking about? ``` INFO | jvm 1 | 2017/04/30 10:36:41 | Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not extract ResultSet INFO | jvm 1 | 2017/04/30 10:36:41...

Got it, that definitely happened… if i clear uno the disk space will it start up again or will i have to reinitialize the devices? > On Apr 30, 2017,...

``` df -h Filesystem Size Used Avail Use% Mounted on /dev/ploop20495p1 237G 228G 0 100% / devtmpfs 512M 0 512M 0% /dev tmpfs 512M 0 512M 0% /dev/shm tmpfs 512M...

alright I was able to change that setting in `/etc/security/limits.conf`! i added these lines ``` * soft nofile 10240 * hard nofile 10240 ``` now ulimit -a prints out: core...

I tried removing and reinstalling the device from the software after doing this fix and I still am not receiving any updates from the device... Any other ideas? netstat gives...

i've restarted the traccar service a few times. I'll give the python script a shot but do you have any idea what I should be looking out for?

Im not entirely sure how test-performance.py works... I ran the script on my raspberry pi but im not sure how to check it I command-c the script and it spit...

ran it again and got this Task exception was never retrieved future: Traceback (most recent call last): File "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step result = next(coro) File "/usr/lib/python3.4/asyncio/base_events.py", line 526,...