darshanmehta10

Results 11 comments of darshanmehta10

@Jonathan34 docker image built with the above script does not start up. It doesn't log anything either. Also, when I try with the new version of the base image (i.e....

@Jonathan34 @anthony-o following worked for me: ``` FROM puckel/docker-airflow:1.10.1 # install Java USER root RUN mkdir -p /usr/share/man/man1 && \ apt-get update -y && \ apt-get install -y openjdk-8-jdk RUN...

@gagejustins what did you do to fix it? I am running into exactly the same problem.

**Update** I tried to re-run the container with https (by performing steps mentioned in [this](https://github.com/neo4j/docker-neo4j/issues/225#issuecomment-622417422) comment). I also made chrome accept the certificate to get rid of the warning. Now,...

@jennyowen thanks for the response. I have updated my docker run command to this: ``` docker run \ --name neo4j \ -p7474:7474 -p7687:7687 -p 7473:7473 \ -d \ -v /root/neo4j/data:/data...

@jennyowen thanks for updating the page. I tried with 2nd and 3rd example on the page. However, I am still getting the same error. **Try 1:** Contents of `https` directory:...

**Update** I tried adding a property `NEO4J_dbms_connector_bolt_advertised__address` in docker run. However, I am still getting the same error. I am using an instance hosted in cloud and have enabled all...

@jennyowen thanks for the update, I will await the fix. As my requirement is to primarily visualize the data, I would need neo4j browser along with `cypher-shell`. And yes, I...

@jennyowen I am able to run the container successfully using `neo4j:3.5`, thanks for your inputs. @eastlondoner Thanks for the article, I will have a look at it and come back...

@duanshiqiang @magiciiboy Added a PR for this: https://github.com/wepay/kafka-connect-bigquery/pull/229