Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to start single node #67

Closed
cryptoB0T opened this issue Feb 6, 2020 · 1 comment
Closed

unable to start single node #67

cryptoB0T opened this issue Feb 6, 2020 · 1 comment

Comments

@cryptoB0T
Copy link

as per the README, it says I can start the node with the shell script:
./strato.sh --single

when doing so i get the following error:
Unable to find image 'registry-aws.blockapps.net:5000/blockapps-repo/strato:5.1.0' locally docker: Error response from daemon: Get https://registry-aws.blockapps.net:5000/v2/blockapps-repo/strato/manifests/5.1.0: unauthorized: authentication required.

here is the full log:

~/P/b/strato-getting-started ❯❯❯ ./strato.sh --single                                                                                                                                                      ⏎ master

    ____  __           __   ___
   / __ )/ /___  _____/ /__/   |  ____  ____  _____
  / __  / / __ \/ ___/ //_/ /| | / __ \/ __ \/ ___/
 / /_/ / / /_/ / /__/ ,< / ___ |/ /_/ / /_/ (__  )
/_____/_/\____/\___/_/|_/_/  |_/ .___/ .___/____/
                              /_/   /_/


*** Common Config ***
NODE_HOST: localhost
HTTP_PORT: 80
HTTPS_PORT: 443
ssl: false
sslCertFileType: crt
NODE_NAME: localhost
BLOC_URL (for STRATO v4.2 backwards-compatibility): http://localhost/bloc/v2.2
BLOC_DOC_URL (for STRATO v4.2 backwards-compatibility): http://localhost/docs/?url=/bloc/v2.2/swagger.json
STRATO_URL (for STRATO v4.2 backwards-compatibility): http://localhost/strato-api/eth/v1.2
STRATO_DOC_URL (for STRATO v4.2 backwards-compatibility): http://localhost/docs/?url=/strato-api/eth/v1.2/swagger.json
CIRRUS_URL (for STRATO v4.2 backwards-compatibility): http://localhost/cirrus/search
APEX_URL (for STRATO v4.2 backwards-compatibility): http://localhost/apex-api
authBasic: false
uiPassword: not set
STRATO_GS_MODE: 0
SMD_MODE: enterprise
EXT_STORAGE_S3_BUCKET: not set
EXT_STORAGE_S3_ACCESS_KEY_ID: not set
EXT_STORAGE_S3_SECRET_ACCESS_KEY: not set
OAUTH_ENABLED: false
OAUTH_DISCOVERY_URL: not set
OAUTH_CLIENT_ID: not set
OAUTH_CLIENT_SECRET: not set
OAUTH_JWT_USERNAME_PROPERTY: not set (using default)
OAUTH_STRATO42_FALLBACK: false

Running single node with PBFT-blockstanbul
Unable to find image 'registry-aws.blockapps.net:5000/blockapps-repo/strato:5.1.0' locally
docker: Error response from daemon: Get https://registry-aws.blockapps.net:5000/v2/blockapps-repo/strato/manifests/5.1.0: unauthorized: authentication required.
See 'docker run --help'.
@nikitamendelbaum
Copy link
Contributor

Hi @cryptoB0T ,
STRATO is a paid software. Unfortunately, we don’t provide the trial version anymore and STRATO deployment requires the paid access to the STRATO Docker registry. Another way would be to deploy STRATO node on one of these cloud marketplaces: AWS, GCP, Azure.
The Track-and-Trace app won’t deploy successfully unless the correct STRATO node url is provided in the config.
The issue of another person you mentioned is not related to the one you are experiencing and is either the permissions issue or the Unix distro factor.

Best regards,
Nikita Mendelbaum
DevOps Lead @ BlockApps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants