GithubHelp home page GithubHelp logo

Docker compatibility question about hetionet HOT 4 CLOSED

hetio avatar hetio commented on August 11, 2024
Docker compatibility question

from hetionet.

Comments (4)

dhimmel avatar dhimmel commented on August 11, 2024

Looks like the dhimmel/hetionet image is amd64 not arm64:

docker image inspect --format {{.Architecture}} dhimmel/hetionet 

It's possible you could rebuild the image using the Dockerfile.

from hetionet.

ayujain04 avatar ayujain04 commented on August 11, 2024

I get the container to run this locally:

2023-07-13 14:07:03 Downloading and extracting database
2023-07-13 14:07:18 Downloading and extracting guides
2023-07-13 14:09:27 Active database: graph.db
2023-07-13 14:09:27 Directories in use:
2023-07-13 14:09:27   home:         /var/lib/neo4j
2023-07-13 14:09:27   config:       /var/lib/neo4j/conf
2023-07-13 14:09:27   logs:         /logs
2023-07-13 14:09:27   plugins:      /var/lib/neo4j/plugins
2023-07-13 14:09:27   import:       /var/lib/neo4j/import
2023-07-13 14:09:27   data:         /var/lib/neo4j/data
2023-07-13 14:09:27   certificates: /var/lib/neo4j/certificates
2023-07-13 14:09:27   run:          /var/lib/neo4j/run
2023-07-13 14:09:27 Starting Neo4j.
2023-07-13 14:09:31 2023-07-13 18:09:31.685+0000 WARN  dbms.active_database is deprecated.
2023-07-13 14:09:31 2023-07-13 18:09:31.754+0000 INFO  ======== Neo4j 3.5.12 ========
2023-07-13 14:09:31 2023-07-13 18:09:31.792+0000 INFO  Starting...
2023-07-13 14:09:37 2023-07-13 18:09:37.125+0000 INFO  Starting upgrade of database
2023-07-13 14:09:37 2023-07-13 18:09:37.164+0000 INFO  Migrating Indexes (1/5):
2023-07-13 14:09:37 2023-07-13 18:09:37.181+0000 INFO    10% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.183+0000 INFO    20% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.184+0000 INFO    30% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.184+0000 INFO    40% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.184+0000 INFO    50% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.185+0000 INFO    60% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.185+0000 INFO    70% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.185+0000 INFO    80% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.186+0000 INFO    90% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.186+0000 INFO    100% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.187+0000 INFO  Migrating Explicit indexes (2/5):
2023-07-13 14:09:37 2023-07-13 18:09:37.189+0000 INFO    10% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.190+0000 INFO    20% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.190+0000 INFO    30% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.191+0000 INFO    40% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.191+0000 INFO    50% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.191+0000 INFO    60% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.192+0000 INFO    70% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.192+0000 INFO    80% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.192+0000 INFO    90% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.193+0000 INFO    100% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.193+0000 INFO  Migrating Store files (3/5):
2023-07-13 14:09:37 2023-07-13 18:09:37.293+0000 INFO    10% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.296+0000 INFO    20% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.296+0000 INFO    30% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.297+0000 INFO    40% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.297+0000 INFO    50% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.298+0000 INFO    60% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.298+0000 INFO    70% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.299+0000 INFO    80% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.299+0000 INFO    90% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.300+0000 INFO    100% completed
2023-07-13 14:09:37 2023-07-13 18:09:37.300+0000 INFO  Migrating Native label scan index (4/5):
2023-07-13 14:09:38 2023-07-13 18:09:38.019+0000 INFO    10% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.154+0000 INFO    20% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.231+0000 INFO    30% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.266+0000 INFO    40% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.299+0000 INFO    50% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.328+0000 INFO    60% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.378+0000 INFO    70% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.415+0000 INFO    80% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.471+0000 INFO    90% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.511+0000 INFO    100% completed
2023-07-13 14:09:38 2023-07-13 18:09:38.536+0000 INFO  Migrating Counts store (5/5):
2023-07-13 14:09:39 2023-07-13 18:09:39.746+0000 INFO    10% completed
2023-07-13 14:09:39 2023-07-13 18:09:39.844+0000 INFO    20% completed
2023-07-13 14:09:39 2023-07-13 18:09:39.931+0000 INFO    30% completed
2023-07-13 14:09:40 2023-07-13 18:09:40.022+0000 INFO    40% completed
2023-07-13 14:09:40 2023-07-13 18:09:40.100+0000 INFO    50% completed
2023-07-13 14:09:40 2023-07-13 18:09:40.283+0000 INFO    60% completed
2023-07-13 14:09:40 2023-07-13 18:09:40.447+0000 INFO    70% completed
2023-07-13 14:09:40 2023-07-13 18:09:40.591+0000 INFO    80% completed
2023-07-13 14:09:40 2023-07-13 18:09:40.711+0000 INFO    90% completed
2023-07-13 14:09:40 2023-07-13 18:09:40.809+0000 INFO    100% completed
2023-07-13 14:09:41 2023-07-13 18:09:41.053+0000 INFO  Successfully finished upgrade of database, took 3s 917ms
2023-07-13 14:09:46 2023-07-13 18:09:46.126+0000 INFO  Deprecated index providers in use: lucene-1.0 (22 indexes). Use procedure 'db.indexes()' to see what indexes use which index provider.
2023-07-13 14:09:51 2023-07-13 18:09:51.743+0000 INFO  Bolt enabled on 0.0.0.0:7687.
2023-07-13 14:09:59 2023-07-13 18:09:59.831+0000 INFO  Started.
2023-07-13 14:10:01 2023-07-13 18:10:01.042+0000 INFO  Mounted unmanaged extension [extension.web] at [/guides]
2023-07-13 14:10:04 2023-07-13 18:10:04.127+0000 WARN  The following warnings have been detected with resource and/or provider classes:
2023-07-13 14:10:04   WARNING: A sub-resource method, public javax.ws.rs.core.Response extension.web.StaticWebResource.index() throws java.io.IOException, with URI template, "/", is treated as a resource method
2023-07-13 14:10:06 2023-07-13 18:10:06.224+0000 INFO  Remote interface available at http://localhost:7474/

However, the remote interface fails to load at this local host link.

from hetionet.

dhimmel avatar dhimmel commented on August 11, 2024

Logs look healthy, so not sure why you can't access localhost:7474

from hetionet.

ayujain04 avatar ayujain04 commented on August 11, 2024

Yea same. I'm not sure either.

from hetionet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.