You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "Battarshuck (via GitHub)" <gi...@apache.org> on 2023/08/09 00:52:06 UTC

[GitHub] [age-viewer] Battarshuck opened a new issue, #155: issue connecting viewer the apache-age running on docker

Battarshuck opened a new issue, #155:
URL: https://github.com/apache/age-viewer/issues/155

   **Describe the bug**
   I pulled the latest Apache-AGE docker image which has the digest "89236bf7e801", and I try to connect to it, it shows me the error shown in the screenshots field.
   
   **To Reproduce**
   1. clone the Viewer
   2. clone the latest Apache AGE image from docker hub
   3. run the Apache AGE image
   4. launch the viewer using "npm run start"
   5. then try to connect to the database hosted on the docker container
   
   **Expected behavior**
   Viewer connects to the database and retrieves the metadata, and show the existing graphs
   
   **Screenshots**
   ![image](https://github.com/apache/age-viewer/assets/31553087/7d6a57a3-e207-4152-93d7-821939295572)
   
   **Desktop**
    - OS: windows 10
    - Browser: Chrome
    - Version:  115.0.5790.171
   
   **Addional**
   I cloned an older apache-age image with tag [v1.1.0], and with digest "4cbc8ad05877", and it works as expected but the also the create graph is not working, I have to add a graph by manually connect to the container and add it by myself


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] issue connecting viewer the apache-age running on docker [age-viewer]

Posted by "pawankukreja01 (via GitHub)" <gi...@apache.org>.
pawankukreja01 commented on issue #155:
URL: https://github.com/apache/age-viewer/issues/155#issuecomment-1785053497

   One possible solution is to navigate to Settings > Docker Engine in Docker Desktop, change buildkit to false in the Docker daemon configuration file, and then click “Apply & Restart” 
   
   Or try these [Solutions](https://stackoverflow.com/questions/73812700/docker-error-internal-load-metadata-for-docker-io)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] peterverster commented on issue #155: issue connecting viewer the apache-age running on docker

Posted by "peterverster (via GitHub)" <gi...@apache.org>.
peterverster commented on issue #155:
URL: https://github.com/apache/age-viewer/issues/155#issuecomment-1672045668

   Same issue, some logs to add:
   
   <img width="1294" alt="image" src="https://github.com/apache/age-viewer/assets/4341541/4cf1cc95-a5c6-4ee1-942c-459611be3728">
   
   I can connect fine form DataGrip and run queries, also changed the use to superuser. Still the same problem. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] EwoutdBoer commented on issue #155: issue connecting viewer the apache-age running on docker

Posted by "EwoutdBoer (via GitHub)" <gi...@apache.org>.
EwoutdBoer commented on issue #155:
URL: https://github.com/apache/age-viewer/issues/155#issuecomment-1733009696

   > The latest Docker image is based on Postgres 15. You need to duplicate this folder `https://github.com/apache/age-viewer/tree/main/backend/sql/12` to `https://github.com/apache/age-viewer/tree/main/backend/sql/15`
   
   Thanks worked for me!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] EwoutdBoer commented on issue #155: issue connecting viewer the apache-age running on docker

Posted by "EwoutdBoer (via GitHub)" <gi...@apache.org>.
EwoutdBoer commented on issue #155:
URL: https://github.com/apache/age-viewer/issues/155#issuecomment-1731144577

   Having this error also, both on Windows 11 and MacoS. Both are the latest official release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] avowkind commented on issue #155: issue connecting viewer the apache-age running on docker

Posted by "avowkind (via GitHub)" <gi...@apache.org>.
avowkind commented on issue #155:
URL: https://github.com/apache/age-viewer/issues/155#issuecomment-1709458128

   Also getting this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] mingfang commented on issue #155: issue connecting viewer the apache-age running on docker

Posted by "mingfang (via GitHub)" <gi...@apache.org>.
mingfang commented on issue #155:
URL: https://github.com/apache/age-viewer/issues/155#issuecomment-1732402645

   The latest Docker image is based on Postgres 15.
   You need to duplicate 
   this folder `https://github.com/apache/age-viewer/tree/main/backend/sql/12` 
   to `https://github.com/apache/age-viewer/tree/main/backend/sql/15`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org