Richard de Borja

Results 5 comments of Richard de Borja

Upon investigation into the apache2 logs, it seems the peer service is failing as the "initial_peers.txt" file is missing: `IOError: [Errno 2] No such file or directory: u'ga4gh/server/templates/initial_peers.txt'` In the...

Thanks for the followup. I wasn't interested in the peer service at the moment, only in getting the reference server working. The initial_peers.txt file exists on the server and seems...

Doesn't seem to be a permissions issue. Through the docker container, everything is owned and run by root.

As a follow up, one of our students removed the line (309): `network.initialize( app.config.get('INITIAL_PEERS'), app.backend.getDataRepository(), app.logger)` When the line is removed and rebuilding the docker container, the landing page appears...

After some clues from @ljdursi, I hardcoded the fully qualified path to the initial_peers.txt file in the frontend.py file and everything worked. I've been investigating the serverconfig.py and the frontend.py...