Martin Garbade

Results 94 comments of Martin Garbade

This is the current state of the docker volumes and images produced by coco-annotator. It seem like, everytime I had to restart the server (because it wasn't reachable anymore) it...

I switched to a bigger AWS machine (4GB RAM instead of 1GB), so far the tool runs much more stable (never had to reboot it since). Therefore I hope I'm...

Issue keeps on reoccurring. I used to delete all volumes using docker rm volume These are the volumes that are created, after relaunching: ``` ubuntu@my_aws_ip:~$ docker volume ls DRIVER VOLUME...

Problem keeps on reoccurring. Things I did: - `docker volume rm` all docker related volumes (for whatever reasen coco-annotator creates more than one, see above) - rerun `docker-compose -f docker-compose.dev.yml...

Happened again, very annoying ... Annotation server was running fine for about a week, then it happened again. Here are some pictures of what the browser is saying: Chrome: ![Screenshot...

This is still an issue in the latest commit 2c7b11b (May 23, 2020). I scratched all docker containers, volumes, images before installing the commit, so it must be that other...

This is the error form the "annotator_client" (frontend): ``` Proxy error: Could not proxy request /?EIO=3&transport=websocket&sid=e0c3c46160674ac9a517215e44398cda from 12.234.67.89:8080 to http://webserver:5000/socket.io. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNRESET). ```

These are the messages from rabbitmq: ``` 2020-06-02 18:44:21.784 [info] accepting AMQP connection (172.19.0.5:36988 -> 172.19.0.3:5672) 2020-06-02 18:44:21.787 [info] connection (172.19.0.5:36988 -> 172.19.0.3:5672): user 'user' authenticated and granted access to...

> I dont think this is annotator related. The only way you get the setup screen is when no users exist in the database. > > Has the database been...

Actually I think I got hacked, as shown in the output of the mongo shell: > ``` > show dbs > READ_ME_TO_RECOVER_YOUR_DATA 0.000GB > admin 0.000GB > config 0.000GB >...