-
Hi, I'm trying to set up a new local install with docker on Ubuntu 20.04, but the elasticsearch container exits straight away as "unhealthy". Elasticsearch container logs show permission denied error (copy attached). If I change the permissions on the data directory and try again then setup appears to complete and I can create the superuser, but then I get a blank page when I go to localhost - log from seqr container also attached. I have LZMA command line tool 9.22 and LZMA SDK 9.22 What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
So it sounds like the issue with elasticsearch was the directory permission, and you fixed that. For seqr, the logs actually show a successful 200 response for the status endpoint, which means all dependent services including elasticsearch and your database are running properly, which is good. I wonder if the issue is actually an error in the javascript, as I'm not seeing anything in the server side logs. Can you try and send me a screenshot/ copy-paste of the console output from the browser? |
Beta Was this translation helpful? Give feedback.
-
What do you mean by the console output from the browser? Attached is the blank screen I get at localhost. Also tried going to kibana at http://localhost:5601/app/kibana#/home?_g=() and it says can't connect to server. |
Beta Was this translation helpful? Give feedback.
-
Right click on the page, click "inspect element" and look at the chrome console |
Beta Was this translation helpful? Give feedback.
-
Oh I see - sorry for being thick! Looks like Firefox was blocking the cookies, even after I told it not to. Just installed chrome and it's working fine. Thank you for helping! |
Beta Was this translation helpful? Give feedback.
-
Hi Hana, sorry to bother you again but I must be making another mistake. I've loaded my data and all seems good, except that there is no mention of HGMD in the variant search filters, only Clinvar. My dataset does have HGMD annotations and I have previously used it with another seqr local install, where the option to filter by HGMD pathogenicity was there. What have I missed? |
Beta Was this translation helpful? Give feedback.
Right click on the page, click "inspect element" and look at the chrome console